-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
@emiliobasualdo
Description
I'm watching a misplaced time axis for 1min OHLC candles.
As seen in the image below, the minutes of the time axis do not match with that of the tooltip.
Actual Behavior
Screen Shot 2021年03月20日 at 13 19 03
Steps to Reproduce
bt = Backtest(1minute_ohlc_candles, Strat)
bt.plot(plot_equity=True, superimpose=False, show_legend=True, plot_return=False, plot_drawdown=False)
- Backtesting version: 0.3.1