EA not running as designed
-
I have created this EA https://fxdreema.com/shared/jH3ixiVFb is in the form as crossover EA but i have used my custom indicator when i test it, it take one trade only and not close it until the end of the test
-
@ophney-mbedzi
I'm not sure about your custom indicator, but you may want to try this. it might help.

-
Do not connect 'close trade' blocks above buy/sell now blocks. You'd better create a separate block tree doing that.
-
@q8carpenter is the exactly indicator am using
-
@ophney-mbedzi
try connecting the blocks this way

-
Closing the existing open trades before opening new ones is always recommended. This is why candle ID numbers for blocks 23 and 30 should be swapped, as well as for blocks 25 and 31.