Ordering in options

ankusharma1704
Hi,
I want to create simple trading program using c# for which I need placing of Option buy order at market price with a fixed stoploss.
but seems like Zerodha does not provide SLM or Cover order. So what other approaches we have.
I dont want to use GTT since it lags too much.
Please help.
  • rakeshr
    Zerodha does not provide SLM or Cover order
    Yes, market orders including SLM and CO-market are blocked for some index and all stock option contracts.
    I want to create simple trading program using c# for which I need placing of Option buy order at market price with a fixed stop-loss.
    You need to place a limit order for buying(you can make use of market depth data feeds to calculate the limit price for the same).
    And place exit limit stop-loss order.
Sign In or Register to comment.