it was merely to do it like the following pseudo code:
Add(other time frame); // becoming the BarsArray[1] Bars object
Add( indicator( BarsArray[1],... );
But when running that, it tells me I can't use BarsArray in the Initialize method.

I have browsed the manual pages for a solution, but not been able to find one. Please help me.

Comment