market_protection updation on python sdk

Apatel
Where do we expect to get that new field on the KiteConnect Python SDK?
  • nagavenij
    The Market Protection feature has been implemented in all SDK libraries, including Python.
  • yogeshs
    Can't see any changes for java Sdk on the GitHub repository
  • sumke
    What is the kiteconnect Docker image version to use which has market protection update. Currently using 5.0.1 version in requirements.txt.
  • sumke
    Update:
    In requirements.txt of your docker setup, update kiteconnect version to 5.1.0, build docker image and restart docker service.

    kiteconnect==5.1.0
  • DeepakTanpure
    Check here - https://github.com/zerodha/pykiteconnect/blob/master/kiteconnect/connect.py#L359

    """Place an order.
    - `market_protection` accepts `-1` for automatic market protection applied by the system as per market protection guidelines, or a value greater than `0` up to `100` representing a percentage.
    """
Sign In or Register to comment.