☰
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
14K
All Categories
0
Incidents
157
Node JS client
40
Go client
794
.Net API client
383
Kite Publisher
537
.Net / VBA / Excel (3rd party)
462
Algorithms and Strategies
1K
Java client
1.1K
API clients
406
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
March 2020
rakeshr
Cover orders are not working
VN7676
March 2020
edited March 2020
in
Python client
Through Kite connect api , I tried placing cover orders.
The orders are not getting placed...
My syntax for cover order placement:
try:
order_B = kite.place_order(tradingsymbol=symbol,
exchange=kite.EXCHANGE_NSE,
transaction_type=kite.TRANSACTION_TYPE_BUY,
quantity=qty,
order_type=kite.ORDER_TYPE_LIMIT,
product=kite.PRODUCT_MIS, price=ltp,
trigger_price=SL_trigger,
variety=kite.VARIETY_CO, validity='DAY')
logging.info("Order placed. ID is: {}".format(order_B))
except Exception as e:
logging.info("Order placement failed: {}".format(e.message))
help me with this issue...
rakeshr
March 2020
@VN7676
We have blocked CO and BO for all due to the expected volatility. You can
refer here
.
This discussion has been closed.
We have blocked CO and BO for all due to the expected volatility. You can refer here.