slow update data in api
-
I made a robot and I am monitoring it through an api, the api is working and collecting data, however it is receiving information by ticket, this generates high traffic and is not ideal, so I removed the robot from on tick to on trade and requests are normally occurring now being 1 at a time, but I found a problem when updating the information when I move stop loss and take profit, there is a delay in the information, I made a comment to see on the screen if the changes were occurring and I realized that there is a delay of 1 minute, how would I force the update for when to move stop loss and take profit, that is, an update for each change made in the trade or to deal with requests on tick to send only changes in the trade?

-
@fabiobioware That's hard programming, I'm afraid. I ahev no idea what an API is, sorry.
-
@fabiobioware Hi, I came across your thread about integrating FXDreema with an API. I'm working on a similar project and was wondering if you'd be willing to share more information about the API you're using. Any guidance would be greatly appreciated!