Problem: My auto trading strategy needs to recalculate the value of Bar [0] based on information from the next five (5) bars Bar [-5] as each bar closes.
The code from my indicator is as follows:
(MAX(CCI(28), 7)[0-LowestBar(CCI(14), 5) ]
Is there any feasible to make this happen in NT7?
Again - thanks in advance for any insight.
d

Is your real meaning that you want to recalculate the value for 5 bars ago, based on the bars that have happened since then until the CurrentBar?
Comment