sammchardy / python-binance

Binance Exchange API python implementation for automated trading
https://python-binance.readthedocs.io/en/latest/
MIT License
6.08k stars 2.21k forks source link

Not able to see any method for type ORDER_TYPE_STOP_LOSS_LIMIT , is there a workaround for it ? #498

Open anoopoodles opened 4 years ago

anoopoodles commented 4 years ago

Hello there,

I was going through the library but was not to find any method for supporting STOP_LOSS_LIMIT type orders. I was thinkinh maybe order_limit_buy/sell would do the work but since their type is already defined to ORDER_TYPE_LIMIT. Is there any workaround for creating order of type STOP_LOSS_LIMIT?

xiaods commented 4 years ago

need pr for this feature.

shifatul-i commented 3 years ago

any update on this?

kimchirichie commented 3 years ago

id be glad to review and merge a pr for this.