SetTakeProfitAsync (double tpPrice, Action<bool> callback)
method
Sets a new (modifies existed) take-profit order asynchronously
Syntax
bool SetTakeProfitAsync (double tpPrice,Action<bool> callback)
Parameters
tpPrice — double
Price of the take-profit order.
callback — Action
Callback to be invoked at the end of the asynchronous opearation
Return
bool
Return true if take-profit order was sended, otherwise false.
Discussion
Join PTMC community to post your comments
No comments yet. Be the first.