jaggedsoft / node-binance-api

Node Binance API is an asynchronous node.js library for the Binance API designed to be easy to use.
MIT License
1.58k stars 767 forks source link

How about implement trailingDelta? #902

Open fabiosiqueira opened 9 months ago

fabiosiqueira commented 9 months ago

Reading Binance Spot Api Docs i found this FAQ.

https://github.com/binance/binance-spot-api-docs/blob/master/faqs/trailing-stop-faq.md

It's about trailingDelta which does trailing stop with % over price(TAKE_PROFIT_LIMIT) and has stopPrice parameter as Activation Price (STOP_LOSS_LIMIT).

Are you supporter guys willing to develop this feature?