MT4 VPS change

 
Dear everyone,

I am running a MT4 EA on a VPS. The EA will modify the SL/TP constantly. Suppose if I want to change to use another VPS, when I re-open the MT4, the EA will no longer be running. If I re-attach the EA on the chart, will it keep modify my previous opened order in the last VPS? If no, what can I do? Thanks
 
cscvictor392: I am running a MT4 EA on a VPS. The EA will modify the SL/TP constantly. Suppose if I want to change to use another VPS, when I re-open the MT4, the EA will no longer be running. If I re-attach the EA on the chart, will it keep modify my previous opened order in the last VPS? If no, what can I do? Thanks

That depends on how your EA is coded. Does it do proper recovery and adjust to existing orders?

If it is not your code, then you should discuss it with the EA's author.

 
cscvictor392:
Dear everyone,

I am running a MT4 EA on a VPS. The EA will modify the SL/TP constantly. Suppose if I want to change to use another VPS, when I re-open the MT4, the EA will no longer be running. If I re-attach the EA on the chart, will it keep modify my previous opened order in the last VPS? If no, what can I do? Thanks

if you 1st vps is still running when you start the 2nd vps, then, your ea will "not skip a beat".

" If I re-attach the EA on the chart, will it keep modify my previous opened order in the last VPS " ?

That would depend on the ea, if the coder made it do that. But in general -- the ea will continue to modify the tp and sl of all open trades. But again, "if the ea is made to do that". And there is no way to confirm this until you change over to the new ea.