Python client - v4 has no market_protection for order

hanzzo
the official client that installs with pip is The Kite Connect API Python client - v4

it does not have market_protection field for orders

  • hanzzo
    None of your pykiteconnect documentation talks about this field, without which no market orders work

    *slow clap*
  • salim_chisty
    Please upgrade your SDK to the latest available version and retry placing the order with the market_protection parameter.
    pip install --upgrade kiteconnect
  • Knightfury
    Order placement failed: KiteConnect.place_order() got an unexpected keyword argument 'market_protection'
    I am getting this error despite upgrading kiteconnect. I am passing market_protection = -1 if order_price_type == 'MARKET' else 0 to place order. Please help.
  • hanzzo
    Where is the documentation for this new damn SDK??
Sign In or Register to comment.