- chart is 1min
- Add(PeriodType.Minute,5);
and want to plot actual results from 5min timeframe indicators.
In my current implementation I use DrawLine method, because I cannot plot from (BarsInProgress == 1). If I plot 5min indicators from (BarsInProgress == 0) values are "delayed" by 1 bar.
Is there a way to do this with plot methods / StrategyPlot indicator?

Comment