Forum

EAs from different mql5 accounts

Hi I have question. Now I buy some EAs in this mql5 account and install them on the terminal in metatrader. After that, in the same metatrader I use other mql5 account that I have to install other EAs. Will those EAs work well or is it going to cause some error or bug? Thanks in advance

Invalid ticket for OrderDelete function

//if we already have positions, update them if required //selecting if we have open positions if(OrderSelect(orderID,SELECT_BY_TICKET) == true) { (code to move stop loss to break even } //if we have pending orders but market changed and we want to delete them else