Skip to content

Latest commit

 

History

History
executable file
·
38 lines (21 loc) · 1.06 KB

File metadata and controls

executable file
·
38 lines (21 loc) · 1.06 KB

Can Machine Reads Like Analysts Do?

update:

Related paper: Trading via Image Classification (by J.P. Morgan)

Two Approaches

Approach 1

  • cnn4matrix.py

  • Apply convolution on data matrices directly.

Input: (5*n) matrices -> (Open,High,Low,Close,Volume)*(d1,d2,...,dn)

Output: classification result

Approach 2

  • cnn.py

  • Generate candlestick graphs first. sample

Input: candlestick graphs

Output: classification result

Current results

11 layers + residual block prediction