xtr33me / Reinforcement_Learning_for_Stock_Prediction

This is the code for "Reinforcement Learning for Stock Prediction" By Siraj Raval on Youtube
23 stars 15 forks source link

Build in ability to consider volume as well as price for reward #5

Open xtr33me opened 6 years ago

xtr33me commented 6 years ago

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.

lamhk commented 5 years ago

I don't see the volume parameter implementation in the code, could you point me to the right place if I overlook? Thanks.