When using MultiTimeFrame charts in a strategy, is it possible to set CalculateOnBarClose = true on one and CalculateOnBarClose = false on the other? I've searched Help and the Forum and can't find the answer.
The second chart (index 1) is exactly the same as the primary (index 0). Both are 10 Range.
When the primary is in CalcOnBarClose = false, I want the index 1 chart to stay in CalcOnBarClose = true.
So, when a condition happens on the index 1 chart (COBC = true), I want the primary chart (COBC = false) to see that and take action.
Is it even possible to have one chart processing tic by tic and the other processing bar by bar in the same strategy? I've tried all kinds of things, but the strat will always run on one or the other.
Thanks,
Joe

Comment