Help
-
Hello how do i create an EA that will open both buy and sell condition even if i have a open position.
For example i created a robot base on crossing of 2 moving averages but if the market
Direction changes from buy to sell the EA will not trigger the sell until i close the buy trade
Please how do I go about it thanks -
Probably you are using a 'No trade' block. Just remove it.
-
@l-andorrà thanks for your reply what should I add instead of no trade block
-
It will depend on your current structure. Can you please share your project?