python-kucoin icon indicating copy to clipboard operation
python-kucoin copied to clipboard

ORDER_MARKET_STOP in create_limit_order or create_market_order? And how to use?

Open SyntaxJO opened this issue 3 years ago • 0 comments
trafficstars

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.

SyntaxJO avatar Nov 27 '21 16:11 SyntaxJO