Rachnog / Deep-Trading

Algorithmic trading with deep learning experiments
1.41k stars 696 forks source link

Error in data-preprocessing in multivariate/multivariate.py #19

Open kenchan0824 opened 4 years ago

kenchan0824 commented 4 years ago

Although the FORECAST constant is 1, the label is actually 2 days after. Check the codes between line 52 - 55.

Do a little experiment: x = [0, 1, 2, 3] x[0:3] x[3]