AddLineBreak("ES 09-14", BarsPeriodType.Minute, 1, 3, MarketDataType.Last);
baBar = 1
linBreak = 3
AddLineBreak("ES 09-14", BarsPeriodType.Minute, baBar, linBreak, MarketDataType.Last);
but it dosent work, it gives me this error in the log
"Strategy 'linebr': Unable to load bars series. Your NinjaScript may be trying to use an additional data series dynamically in an unsupported manner."
the script compiles with no issues
also this works fine in NT7 only issue is in NT8.
how do i complete this optimization with no errors ?

Comment