how can we get buy/sell signal
nexaas opened this issue · 3 comments
nexaas commented
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
THINK989 commented
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.
nexaas commented
thank you so mutch