İş Gereklilikleri
I created an EA in mql5 (for MT5) using FXDreamer for the synthetic indices Boom & Crash available on Binary.com (Deriv). The strategy & EA are also very basic! Just 1 entry & 2 exit conditions only, plus some basic money management features!
I am also using mql5 VPS for maximum entry speeds!
For the strategy to work perfectly, the EA needs to be able to not only execute but also close trades with sniper precision, hopefully in micro seconds (in less than a millisecond).
The problem now is this. It works well in the mt5 strategy tester, but in real trading the EA fails to execute the close orders fast enough, & from my tests even if it delayed up to 100 milliseconds it would still have sufficed, so obviously the EA is lagging for some reason (Cause the average execution speed for mql5 VPS is lower than 100ms).
I suspect if the EA is coded using a different programming language other than MQL5 it would enable it enter much faster with better precision.
I need an EXPERT to help with this, & additional ideas from you on how to help my EA execute properly would be most appreciated!