The only difference between my code and the sample is that I am trying to access the BoolSeries in my indicator, for a secondary timeframe within my strategy. So my line of code that is causing the error looks like this:
if (gcSampleBoolSeries(BarsArray[1]).BullIndication[0])
...
Any help would be much appreciated.

Comment