My EA not executing trade
-
My EA is not executing trade and I build it to execute trade immediately it's enters the market
But it's showing working but is not trading at all
Someone should please help me -
-
@D-Angelus Teh correct way to share the link to your project is this one:

-
-
-
The last one is the link
Please someone should have me and show me how my EA will execute trade immediately -
You need to do the following:
- Remove that 'once per trades' block.
- Remove those 'break eben' and trailing stop' blocks form those positions. You just need one only block of each type to be used in a separated independent block tree. They need to be connected below a 'pass' block instead, and not one below the other.