☰
Login
Signup
Home
›
General
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
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
403
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
May 2016
namburimk
May 2016
Ram
May 2016
Kailash
May 2016
gkannan1965
BO and CO are now live
Kailash
May 2016
edited May 2016
in
General
Apologies for the delay in getting BO and CO going in the backend, but they're finally live.
There has been a minor change to the BO modification API. Please refer to the documentation for order parameters --
https://kite.trade/docs/connect/v1/#modifying-orders
Today, 7th May, is an exchange mock trading day, so you may be able to place orders.
gkannan1965
May 2016
I tried placing BO using the following:
exchange="NSE",
tradingsymbol="IDFC",
transaction_type="BUY",
quantity=1,
price=50.7,
product=None,
order_type="MARKET",
validity="DAY",
disclosed_quantity=None,
trigger_price=50.7,
squareoff_value=51.0,
stoploss_value=50.2,
trailing_stoploss=None,
variety="bo"
I am getting kiteconnect.exceptions.TokenException: Invalid token. Please help.
gkannan1965
May 2016
Kailash, sorted it out. The squareoff_value and stoploss_value has to be absolute values. It is working fine now. Closed
Kailash
May 2016
@gkannan1965
Cheers
Ram
May 2016
edited May 2016
Hi,
Cannot place Bracket Order via Publisher (Offsite Order Execution). The product type is executed as NRML
This is my JSON payload
{"tradingsymbol":"HEXAWARE","exchange":"NSE","transaction_type":"BUY","order_type":"LIMIT","price":208,"quantity":2, "variety": "bo", "squareoff_value": 2, "stoploss_value": 2, "trailing_stoploss": 1, "validity": "DAY", "product": "BO"}
and this is my response order screen
Is my product and variety parameters are right?
namburimk
May 2016
Hi, Could you please some one provide the sample request for placing BO
Sign In
or
Register
to comment.
exchange="NSE",
tradingsymbol="IDFC",
transaction_type="BUY",
quantity=1,
price=50.7,
product=None,
order_type="MARKET",
validity="DAY",
disclosed_quantity=None,
trigger_price=50.7,
squareoff_value=51.0,
stoploss_value=50.2,
trailing_stoploss=None,
variety="bo"
I am getting kiteconnect.exceptions.TokenException: Invalid token. Please help.
Cannot place Bracket Order via Publisher (Offsite Order Execution). The product type is executed as NRML
This is my JSON payload
{"tradingsymbol":"HEXAWARE","exchange":"NSE","transaction_type":"BUY","order_type":"LIMIT","price":208,"quantity":2, "variety": "bo", "squareoff_value": 2, "stoploss_value": 2, "trailing_stoploss": 1, "validity": "DAY", "product": "BO"}
and this is my response order screen
Is my product and variety parameters are right?