I'm running a script which uses multi-timeseries logic and experiencing significant performance issues and wanted to experiment with FirstTickOfBar to avoid redundant calculations intrabar.
Can I use FirstTickOfBar in a multi-series script ? I'm asking because some of the functions cant be used in a multi-series script. Also, because the series I'm using are price based and not time based, they dont neatly line up - meaning that my base chart series might be intrabar but the internally created series may have just finished the bar. Can FirstTickOfBar recognize the first tick of the BarsInProgress>0 series ?
I hope I'm clear in what I'm asking.
Thanks in advance for your help

Comment