You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to do a callback when an order triggered?
I am doing a bot trade, but got stuck at moving the SL to the break event when the first TP hit - which is an LIMIT order.
But don't know how to do it. I read the source also but seems like it does not support this function. Any help guys?
The text was updated successfully, but these errors were encountered:
you can use the userData api and provide execution callback like this: binance.websockets.userData( accountUpdateCB, executionCB )
the executionCB will be triggered when order is been placed
Is there any way to do a callback when an order triggered?
I am doing a bot trade, but got stuck at moving the SL to the break event when the first TP hit - which is an LIMIT order.
But don't know how to do it. I read the source also but seems like it does not support this function. Any help guys?
The text was updated successfully, but these errors were encountered: