Kucoin / kucoin-python-sdk

MIT License
40 stars 11 forks source link

Stop loss and take profit #85

Open FirstVoyager opened 1 year ago

FirstVoyager commented 1 year ago

Can i set take profit and stop loss to my orders? is there any way?

SirBricksALot commented 1 year ago

Only way on KC that I know of would be to code your own OCO (one cancels other) which would require some routine ticker polling of the server to check price and then automatically post the single order according to either hi / low conditions. Binance has this built in from what I recall but KC is just better for some of us.