BO and CO are now live

Kailash
Kailash 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
    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
    Kailash, sorted it out. The squareoff_value and stoploss_value has to be absolute values. It is working fine now. Closed
  • Ram
    Ram 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
    Hi, Could you please some one provide the sample request for placing BO
Sign In or Register to comment.