in using the PriorOHLC indicator I am having a problem:
With (CrossAbove(Close, PriorDayOHLC1.PriorHigh, 3)) the strategy should use the crossover three bars ago - but the result is the same as using (CrossAbove(Close, PriorDayOHLC1.PriorHigh, 1)).
I tried (CrossAbove(Close[3], PriorDayOHLC1.PriorHigh, 1)), but bar indexes are in this situation do not work, too.
Is there a special trick or do I having a bug in my system?
Thank you!
Best regards,
Rainbowtrader

Comment