We use cookies and other tracking technologies to improve your browsing experience on our website, to show you personalized content and targeted ads, to analyze our website traffic, and to understand where our visitors are coming from.
Hi,
I looked at source code and your Binance API does not support Trailing Limit orders. The Binance V3 supports this. R u going to implement this on the next version?
Thx
I've updated the latest beta, now supports trailing limit orders using NewOrder (using the new parameter aTrailingDelta). Or you can use the new methods: PlaceStopTrailingOrder or PlaceTakeProfitTrailingOrder.