Hi all,
I grabbed an EA off market place which seems good a placing orders but I think could be improved with judicious use of a trailing stop.
I know I can only add one EA per chart - so is it possible to:
* Add EA1 to one chart - this paces the orders along with a fixed Stop Loss.
* Add EA 2 to another chart on the same account to set the Trailing Stop.
My challenging is linking them so EA2 can see and modify the Stop set by EA 1. Would it work if I set them to the same Magic Number or is there another way?
Thanks
N
Yes, using the same magic number will work.
Hi all,
I grabbed an EA off market place which seems good a placing orders but I think could be improved with judicious use of a trailing stop.
I know I can only add one EA per chart - so is it possible to:
* Add EA1 to one chart - this paces the orders along with a fixed Stop Loss.
* Add EA 2 to another chart on the same account to set the Trailing Stop.
My challenging is linking them so EA2 can see and modify the Stop set by EA 1. Would it work if I set them to the same Magic Number or is there another way?
Thanks
N
if EA2 closes the trade, OR the trade closes by hitting your new stop when the signal service has that trade still open, i think that the signal service will open a new trade.
Hi all,
I grabbed an EA off market place which seems good a placing orders but I think could be improved with judicious use of a trailing stop.
I know I can only add one EA per chart - so is it possible to:
* Add EA1 to one chart - this paces the orders along with a fixed Stop Loss.
* Add EA 2 to another chart on the same account to set the Trailing Stop.
My challenging is linking them so EA2 can see and modify the Stop set by EA 1. Would it work if I set them to the same Magic Number or is there another way?
Thanks
N
you need a EA to manage your order.
codebase has a EA, you can try

- www.mql5.com
if EA2 closes the trade, OR the trade closes by hitting your new stop when the signal service has that trade still open, i think that the signal service will open a new trade.
Thank you, but the Object initiating the trade is not a signal service - it's an EA on another chart... unless that's the very definition of a signal and I can see how it could be.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi all,
I grabbed an EA off market place which seems good a placing orders but I think could be improved with judicious use of a trailing stop.
I know I can only add one EA per chart - so is it possible to:
* Add EA1 to one chart - this paces the orders along with a fixed Stop Loss.
* Add EA 2 to another chart on the same account to set the Trailing Stop.
My challenging is linking them so EA2 can see and modify the Stop set by EA 1. Would it work if I set them to the same Magic Number or is there another way?
Thanks
N