FinRL-Meta icon indicating copy to clipboard operation
FinRL-Meta copied to clipboard

Recurrent Neural Network and lookback window

Open yosoul93 opened this issue 3 years ago • 3 comments

How can this project implement a Recurrent Neural Network? Because all stock or crypto are time-series and lookback is a very important aspect of trading

yosoul93 avatar Aug 10 '21 08:08 yosoul93

One way is using LSTM to stack prices sequence into a latent state.

YangletLiu avatar Aug 31 '21 07:08 YangletLiu

I figured it out, I had to make a few changes to the code, change the state and the input and output and some couple of things, Now I can feed it with lag :)

yosoul93 avatar Sep 02 '21 03:09 yosoul93

@yosoul93 Could you share the code how you implemented LSTM, I would greatly appreciate that :)

xkaple00 avatar Nov 26 '21 19:11 xkaple00