Only accept one direction EA
-
Hi.
I'm working with different EA s in my mt4. Each pair two or three by duplicating the charts ttabs of that pair and on each tab an EA(not my own ea's ofcourse otherwise it would be possible to merge them to 1)

My question is if it is possible to disable al long orders of the Ea's(not my Ea) when my own EA made in fxdreema says only sell for example.
The idea is quite simple but I think it's not possible. Yet I hope someone here knows a way to make it work.
Thanks in advance!
-
@hypnoise Hi. after compile you cant. but if you have access to source your can use a condition for control sell or buy
-
Yeah it are ex files the ea's.
Thanks for your reply! -
One option is programming your EA in fxDreema to immediately close every buy trade opened by the other EA. It's not efficient, but effective.
-
thanks for your answer @l-andorrà . Yeah thats a solution! but it's silly to pay commision for every trade that I don't take. I think about it
-
True. There is no good solution here, just the bad and the worse one.
