sammchardy / python-kucoin

Kucoin REST and Websocket API python implementation
https://python-kucoin.readthedocs.io/en/latest/
MIT License
349 stars 147 forks source link

Is there support for Stop-Market-Orders? #78

Open BenGroll opened 3 years ago

BenGroll commented 3 years ago

I wanted to use this to create a sort of moving Stop-Loss while I cannot access my computer for trading, but I cannot find information on how to create a Order to only sell if price goes under a certain margin. I dont want to cancel the order at any price, just want to sell if I get a specific price or lower. Thanks!