It doesnt give any error whatsoever. All EA are migrated.
Manually and in strat tester the EA works, but in VPS nothing happens..
thanks
It doesnt give any error whatsoever. All EA are migrated.
Manually and in strat tester the EA works, but in VPS nothing happens..
thanks
Forum on trading, automated trading systems and testing trading strategies
EA not trading on live account
Vladimir Karputov, 2020.10.05 12:47
And where are the errors? You must analyze the result of a trade and analyze whether there is an error or not.
Example of actions: sent a Buy trade order and printed the result:
Gets the code of request result | |
Gets the code of request result as a string |
Thanks for the reply allthough not sure what to do with it; no trades are occurring so impossible to analyze them...
Have you inserted these lines into your code?
*** trade order and printed the result:
Gets the code of request result | |
Gets the code of request result as a string |
Are you sure you looked into the log files of the virtual platform? Are you generally asking about MQL5 VPS or third-party hosting?
Be aware that if something does not work, then this is your mistake and you should look for where you made a mistake (the most common mistake is clumsy and oblique code).
- www.mql5.com

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi
is it not possible to use Trade.mqh in EA on VPS?
I migrated some they are not doing anything...
Or should I do something special to make it work?
Thanks