Real-Time-Stock-Market-Prediction-using-Ensemble-DL-and-Rainbow-DQN
Real-Time-Stock-Market-Prediction-using-Ensemble-DL-and-Rainbow-DQN copied to clipboard
how can we get buy/sell signal
hi ,I have run animate.py but I think it is only for forecasiting, how can we catch buy and sell signal I am not so good about python language ,can u help me please I think we shoulld use train and eval.py for that right? or is there anyway to do this on animate.py
Hello @nexaas ,
Actually the agent is called when you run animate.py but due to some generalization issue it doesn't predict buy/sell signals on the forecast. We are working on a fix.
Until then you should look into /rainbow/
folder for training or validating the rainbow agent and then you can run visualize.ipynb
to visualize buy sell signals on previously unseen data also known as test data.
thank you so mutch
Hi, @THINK989 How is this issue of buy/sell signal going on now ? Thanks !