(Help)Can anyone help me please
-
I use ADX indicator
I don't know method how to create my formulaIf adxmain >= 25 & Di+ >= 17 openbuy order (I can create it)
close buy if adx >= 45 or below 25 (I can create it)next trade
waiting adx fall below 22 and rise above 25 again to start loop trade (I can't create this condition)Can someone help me pls
-
@sharktooth When two conditions are supposed to happen at different moments, you need to create a variable (boolean, for example) that is modified when the first one happens. Than use it with a condtition block for the second one.
-
@l-andorrà It my first time to use Ea builder
Do you(or everyone ) have some case to show me? I need to learn