Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. balrajsand2002
    B
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    balrajsand2002

    @balrajsand2002

    0
    Reputation
    3
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    balrajsand2002 Follow

    Best posts made by balrajsand2002

    This user hasn't posted anything yet.

    Latest posts made by balrajsand2002

    • modifying the gtt rule from generic to OCO is not working

      Re: how to create GTT OCO order

      modifying the existing generic gtt rule type to OCO type is not working

      sample code

      smart_api
      .modifyRule({
      id: orderid,
      gttType: "OCO",
      stoplossprice: 340,
      stoplosstriggerprice: 340,
      })

      posted in Bugs
      B
      balrajsand2002
    • RE: how to create GTT OCO order

      @admin
      Thank you for the response ,
      But getting error while placing gtttype OCO
      sample request
      {
      tradingsymbol: 'symbol',
      symboltoken: 'token',
      exchange: 'NFO',
      qty: '15',
      producttype: 'CARRYFORWARD',
      transactiontype: 'SELL',
      price: 401,
      disclosedqty: '15',
      triggerprice: 400,
      timeperiod: 1,
      gttType: 'OCO',
      stoplossprice: 370,
      stoplosstriggerprice: 372
      }

      posted in Bugs
      B
      balrajsand2002
    • how to create GTT OCO order

      Hi @admin
      How do i create a GTT rule for OCO order for example, Sell at target or sell at stoploss

      posted in Bugs
      B
      balrajsand2002