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

ORDER_MARKET_STOP in create_limit_order or create_market_order? And how to use? #104

Open SyntaxJO opened 2 years ago

SyntaxJO commented 2 years ago

I am trying to figure out ORDER_MARKET_STOP (or ORDER_LIMIT_STOP), but I'm not sure if I'm supposed to use in the the create_market_order or in the create_limit_order with a stop option.

I have vigorously tried with both to no success. I figure it would work in create_limit_order, I add STOP_LOSS, it asks for stop_price

I am stuck with limit orders which earmark my funds for each order and make it impossible to place multiple "stops." So I am still placing stops manually.

Thank you for your great work on this! It's a life saver.