Hi, everyone.

i was plotting some indicators,in range of days. after a zoom, it's clear an interpolation of the indicator. the interpolation occurs after market close and ends when market opens.

i suppose,that dataframe used for time-axe is the one created with self.SetStartDate self.SetEndDate method.
there is a way of change the dataframe, so time-axe of the plotting would be continuos and smoothing.

in other words, does exist a way of plotting just when the market is open?
because the IsMarketOpen method, just update values, but not change the dataframe for time-axe in the backtesting.

by the way, there is a way to create dragging event,to create some kind of rolling window,similar to tradingview??

 

 

Author