Manager for trade
-
Helo
Is it possible to build a manager for trade which they open from another EA. Must i work on trade block?
Thank you -
What is that manager? If it's something fancy with cool interface, buttons and who knows what, I think there should be something like that in internet. Otherwise if the question is whether you can control specific group of trades - yes, here the Magic number matters.
-
Not fancy.
If i have some EA and this ea i use only for open trades but for stop lost and target profit i want build another ea with fxdreema. Then must i use magic number for manage the trade? Must i work ON TRADE events?
Thank you -
Yes, at the end the magic number must be the same, it is always specified. Even for manual trades and orders it is some value - 0. Look here: http://fxdreema.com/documentation/proje ... d%20groups
Normally EAs work on every tick, this is "on Tick" in fxDreema. "on Trade" is not native for MQL4, I added some functions to create this trick. Use what will do the work.