I have a 1 min chart that references a 100 tick chart using
Based on some search results, it appears as though if I want the high of the next-to-last completed bar on the 100 tick chart, I could use this:
But when I try it, I get CS0021 "Cannot apply indexing with [] to an expression of type 'ChartBars'.
I'm probably missing something obvious here, but I can't find any examples of using ChartBars to reference another chart's bar properties anywhere other than that one above in bold.
Any help would be much appreciated.
Thank you!

Comment