https://fxdreema.com/shared/W8IlbxE4b
Why it not work
I want to check if 2 previous Candle total size have size more 15 don't trade
i don't know why my condition not work
https://fxdreema.com/shared/W8IlbxE4b
Why it not work
I want to check if 2 previous Candle total size have size more 15 don't trade
i don't know why my condition not work
@l-andorrĂ It my first time to use Ea builder
Do you(or everyone ) have some case to show me? I need to learn
I use ADX indicator
I don't know method how to create my formula
If 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