I want to place SL limit order with following API place_order(exchange='NFO', ## tradingsymbol=('NIFTY2111414800' + 'CE'), ## transaction_type='buy', ## quantity=1, ## product='mis', ## order_type='market', ## validity='DAY')
I am writing python code which squares off position when reaching after certian price. But when I execute for looking after certian price is reached abd squares off using market order then the price reaches at high due to which I am getting some more loss than expected.
How should read bid and ask price per tick and do its averaging?
https://kite.trade/docs/connect/v3/
https://github.com/zerodha/pykiteconnect
But when I execute for looking after certian price is reached abd squares off using
market order then the price reaches at high due to which
I am getting some more loss than expected.
How should read bid and ask price per tick and do its averaging?
https://kite.trade/docs/connect/v3/websocket/#websocket-streaming
https://support.zerodha.com/category/trading-and-markets/product-and-order-types/order/articles/what-are-limit-and-market-orders