Removes current take-profit order asynchronously


SYNTAX


bool RemoveTakeProfitAsync (Action<bool> callback)


PARAMETERS


callback — Action

Callback to be invoked at the end of the asynchronous operation


RETURN


bool Return true if take-profit remove request was sended, otherwise, false.