Filter is the CrossAbove Threshold
Lookback is the bars looking back.
Index 0 is my primary dataseries
Index 1 is a 1-second data series.
CrossAbove(BIDASKSpread().Plot0, Filter, Lookback[1][0])
I would like to use the lookback period on the 1-second dataseries, and I can't get this to compile correctly. Is this possible?

Comment