Real-Time-Stock-Market-Prediction-using-Ensemble-DL-and-Rainbow-DQN icon indicating copy to clipboard operation
Real-Time-Stock-Market-Prediction-using-Ensemble-DL-and-Rainbow-DQN copied to clipboard

how can we get buy/sell signal

Open nexaas opened this issue 4 years ago • 3 comments

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

nexaas avatar May 24 '20 00:05 nexaas

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.

THINK989 avatar May 24 '20 07:05 THINK989

thank you so mutch

nexaas avatar May 24 '20 12:05 nexaas

Hi, @THINK989 How is this issue of buy/sell signal going on now ? Thanks !

stevexxs avatar Nov 10 '20 15:11 stevexxs