Navigation

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

    Alts

    @Alts

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

    Alts Unfollow Follow

    Latest posts made by Alts

    • After I place Buy order i want handle stoploss according to my Conditions how i modify order afer place and change stoplosss.

      this for buy { variety: "STOPLOSS",
      tradingsymbol: tradingSymbol,
      symboltoken: token,
      transactiontype: "BUY",
      exchange: "NFO",
      ordertype: "STOPLOSS_MARKET",
      producttype: "CARRYFORWARD",
      duration: "DAY",
      quantity:15,
      price,
      stoploss: price * 0.5,
      squareoff: "0",
      triggerprice:price

      }
      this for modify
      {
      orderid: orderid,
      variety: "STOPLOSS",
      symboltoken: token,
      tradingsymbol:tradingSymbol,
      exchange: "NFO",
      ordertype: "STOPLOSS_MARKET",
      producttype: "CARRYFORWARD",
      duration: "DAY",
      price: latestPrice,
      quantity: qty,
      stoploss:stopLoss

      }
      @admin not set stoploss and also not modifys it.

      posted in Python SDK
      A
      Alts
    • After I place Buy order i want handle stoploss according to my Conditions how i modify order afer place and change stoplosss.

      @admin How I do like After I place Buy order i want handle stoploss according to my Conditions how i modify order afer place and change stoplosss.

      posted in Bugs
      A
      Alts