I'm trying to exit a strategy on the tick that it crosses the middle boll in say 15min bars.
I tried adding 1min and tick data series, but i seem to be having trouble moving back and forth between the data series at an upper level.
Is there a way to reference a specific data series in an indicator?
Say Bollinger(2, 14).Middle[0](PeriodType.Minute,15)
Then i could put the whole condition into tick by tick, and still use the 15min boll bands, and not tick boll bands...
I suppose on a similar note, i am using Close[0] this intrabar should be the last tick right? Could the close also specifically link to a data series without linking the rest of the command?
Cheers



Comment