Close trade manually opened by E.A.
-
What will happend if one traded opened automatically by E.A. is closed manually ??
I suppose the E.A. will recalculate the opened positions every time selected, wright ?
Tks
-
It depends on how the EA is working. If you manage trades with Variables, then such thing will matter. But I don't recommend to do that.
MetaTrader manages these things by itself. If we have the block "Check trades count", it asks MetaTrader how much trades there are running right now (with some magic number, currency, type and so on). If you have 3 trades and you close one, the EA will just start to see 2 trades. And it will start to see the one that is closed as... closed history trade. Nothing unexpected, I hope. Almost the same situation as if you restarted the EA.