trading-bot
trading-bot copied to clipboard
Allow extra features in training/evaluating
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 ?