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.