how can we solve that fault
-
Hello. i need help to solve that fault. that is my diagram https://fxdreema.com/shared/YTOOoEfzd and there are two faults that i want to solve. 1- first one is ea dont close buy positions when sell signal occurs and dont close sell positions when buy signal occurs 2- the second one is ea open same position when it catch to take profit .
thank you for your help. -
The first blocks you have used before the conditions blocks are "no trade". As it says, this block will only pass if there is no trades, so if there are trades nothing below this block will run, including the "close trades" block.
-
thank you CPBonzo. what do you advise to change diagram.
-
use only buy or only sell for no trade block
-
I feel that you based this on my example - https://fxdreema.com/demo/mt4-buy-sell-buy-sell-opposite-conditions
Note the settings on the No trade blocks. One of them is filtering Buys, the other is filtering Sells.