What is the difference between ModifyPosition() vs ModifyPositionAsync() function ?
Created at 27 Oct 2022, 19:51
MA
What is the difference between ModifyPosition() vs ModifyPositionAsync() function ?
27 Oct 2022, 19:51
What is the difference between ModifyPosition() vs ModifyPositionAsync() function
cTrader Automate
@mahamudur78
PanagiotisChar
31 Oct 2022, 11:34
Hi,
The Async version will send the order to the server to be executed and proceed with the rest of the code. The other one will wait for a response from the server before it proceeds.
Aieden Technologies
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar