pskrunner14 / trading-bot

Stock Trading Bot using Deep Q-Learning
MIT License
979 stars 341 forks source link

Allow extra features in training/evaluating #21

Open rickqlink opened 1 year ago

rickqlink commented 1 year ago

Currently only the Adj Close price is used. The price files that I use already contains extra features like RSI and MA and MACD.

The get_stock_data() method currently only returns the Adj Close price. Would it be possible to add the other features, like RSI and MACD etc ?