Very new to the Strategy Builder (non-programmer)...
I'm trying to build a basic "if a bar opens at a price value greater than the price value of my Adaptive Laguerre indicator, enter long and trail by x ticks" strategy (and vice versa for shorts).
I have the Set 1 condition as Open > Adaptive Laguerre(my settings) and Enter Long etc.
I have the Set 2 condition set to Open < Adaptive Laguerre(my settings) and Enter Short etc.
But the strategy is not doing anything like the above on execution. It's opening stuff all over the place, regardless of the price/indicator relationship... what am I doing wrong?
Many thanks

Comment