VPS Ping high on repetitive use to trail SL

 
My EA relies on fast execution especially with trailing SL therefore I bought VPS subscription it gives better ping when placing Buy or sell order when it has to modify order repeatedly to trail SL it gives high latency
is there a way to improve latency?
 
Hasaan0007:
My EA relies on fast execution especially with trailing SL therefore I bought VPS subscription it gives better ping when placing Buy or sell order when it has to modify order repeatedly to trail SL it gives high latency
is there a way to improve latency?
Your EA is likely inundating the queue with order modifications faster than they can be processed. Consider changing your trailing stop from updating on every tick to a stepped trailing stop─every N points.