☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
15.1K
All Categories
0
Incidents
179
Node JS client
52
Go client
856
.Net API client
400
Kite Publisher
554
.Net / VBA / Excel (3rd party)
503
Algorithms and Strategies
1.1K
Java client
1.2K
API clients
410
PHP client
4.3K
Python client
364
Mobile and Desktop apps
1.5K
Market data (WebSockets)
3.6K
General
In this Discussion
8:35AM
DeepakTanpure
March 31
sumke
March 30
yogeshs
March 30
nagavenij
market_protection updation on python sdk
Apatel
March 25
in
Python client
Where do we expect to get that new field on the KiteConnect Python SDK?
Tagged:
@kite Connect
@code
pyhton
@zerodha @kiteapi @kiteconnect @historical @futures @expiredfutures
nagavenij
March 30
The Market Protection feature has been implemented in all SDK libraries, including Python.
yogeshs
March 30
Can't see any changes for java Sdk on the GitHub repository
sumke
March 30
What is the kiteconnect Docker image version to use which has market protection update. Currently using 5.0.1 version in requirements.txt.
sumke
March 31
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
8:35AM
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.
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
"""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.
"""