Is it possible to send an order in NewYork session while another order still is open in London session when timezone overlaps?

 

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? 

 
  1. Don't double post! You already had this thread open.
              General rules and best pratices of the Forum. - General - MQL5 programming forum

  2. Of course, they can.
  3. 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.