Is it possible to send an order in NewYork session while another order still is open in London session when timezone overlaps?
- Don't double post! You already had this
thread open.
General rules and best pratices of the Forum. - General - MQL5 programming forum - Of course, they can.
- And if they are coded properly, you don't need to combine them; just open additional(s) charts and run one EA on each.
Magic number only allows an EA to identify its trades from all others. Using OrdersTotal/OrdersHistoryTotal (MT4) or PositionsTotal (MT5), directly and/or no Magic number filtering on your OrderSelect / Position select loop means your code is incompatible with every EA (including itself on other charts and manual trading.)
Symbol Doesn't equal Ordersymbol when another currency is added to another seperate chart . - MQL4 programming forum
PositionClose is not working - MQL5 programming forum
MagicNumber: "Magic" Identifier of the Order - MQL4 Articles
metamitsu:
I need to combine different EAs into one one EA for a reason.
I have deleted your other topic.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I need to combine different EAs into one one EA for a reason.
Each EA runs in different time session(one is in London session, another is NewYork session and so on)
If I combine those EAs into one EA, Is it possible to send an order in NewYork session while another order still is open in London session when timezone overlaps?