Open
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
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