If I understand the code right, it looks at the closing price and then decides if it wants to buy.
https://github.com/Emsu/prophet/blob/master/prophet/backtest...
Look at lines 72 and 79. The data in the examples comes from YahooCloseData in data.py.
If I understand the code right, it looks at the closing price and then decides if it wants to buy.
https://github.com/Emsu/prophet/blob/master/prophet/backtest...
Look at lines 72 and 79. The data in the examples comes from YahooCloseData in data.py.