Reinforcement_Learning_for_Stock_Prediction
Reinforcement_Learning_for_Stock_Prediction copied to clipboard
Build in ability to consider volume as well as price for reward
In order to better track market manipulation, I would like to add the ability to consider volume in addition to the current price when determining whether to buy or sell (VPA - Volume Price Analysis). It works well usually with the stock market, however I'm not currently sure how well it will do with crypto currencies.
I don't see the volume parameter implementation in the code, could you point me to the right place if I overlook? Thanks.