in strategybuilder I´m looking for a solution that if step 1 is true wait until step 2 is true then xy
As example:
STEP1 true
if ((INDICATOR 1 <= -50)
&& (CrossAbove(RSI1.Avg, 10, 1)))
WAIT FOR STEP2 is true
wait for
RSI make this
then ....
I hope you understood

Comment