Place Order

developer
After the SEBI Algo ID implementation , are we able to place the Market Type Order ?
Tagged:
  • salim_chisty
    You can use the market order with the market protection feature after the SEBI Algo ID implementation. Market protection will be enabled by default for all market orders placed through the API.
  • developer
    How to use this ' market protection feature '? Is there any parameter or setting which needs to be done.
  • nagavenij
    You may refer to the Kite Connect API documentation for the above concern.
  • developer
    When i entred "market_protection" as 15 , I got the error while placing order as --'invalid variety' - what should i pass in parameter 'variety' currently we are passing as 'normal' .

    Below is code:
    document.getElementById("basket").value = "[{\"exchange\": \"NSE\",\"tradingsymbol\": \"GTLINFRA\",\"quantity\": 30,\"transaction_type\": \"BUY\",\"order_type\": \"MARKET\",\"variety\": \"normal\",\"tag\": \"10942\",\"readonly\": true,\"market_protection\": 15}]";
    document.getElementById("basket-form").submit();
  • salim_chisty
    The market protection feature is currently available in the raw HTTP APIs and Java library only. The order parameter for variety should be 'regular'. Please refer to the API documentation here.
  • developer
    Will it be available for API Offsite order execution , API URL is 'https://kite.zerodha.com/connect/basket'

    Kindly confirm.
  • nagavenij
    The market protection feature will not be available for API offsite order execution.
  • developer
    By when it will be apllicable?
    After SEBI Algo ID implementation will you allow Maret orders with Market protection feature for API offsite order execution?
  • salim_chisty
    We taken this feedback and forwarded it to our concerned team for future updates.
Sign In or Register to comment.