Navigation

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

    srijan

    @srijan

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

    srijan Follow

    Best posts made by srijan

    • Stoploss and trailing stoploss not considering

      I am trying to post a ROBO order, order is placing but stoploss and trailing stoploss not working

      posted in General Discussion
      S
      srijan

    Latest posts made by srijan

    • What are page and count in gtt rules list api

      please explain with an example any one what are the page and count in gtt rules list request payload

      posted in Python SDK
      S
      srijan
    • RE: Stoploss and trailing stoploss not considering

      @Moderator_2 , stop loss is working, but trailing stop loss not working, order parameters are given below
      "variety": "ROBO",
      "tradingsymbol": "SBIN-EQ",
      "symboltoken": "3045",
      "transactiontype": "BUY",
      "exchange": "NSE",
      "ordertype": "LIMIT",
      "producttype": "BO",
      "duration": "DAY",
      "price": "620",
      "stoploss": "20",
      "trailingStopLoss": "5",
      "squareoff": "50",
      "quantity": "1"

      posted in General Discussion
      S
      srijan
    • RE: Stoploss and trailing stoploss not considering
          "variety": "ROBO",
          "tradingsymbol": "SBIN-EQ",
          "symboltoken": "3045",
          "transactiontype": "BUY",
          "exchange": "NSE",
          "ordertype": "LIMIT",
          "producttype": "BO",
          "duration": "DAY",
          "price": "620",
          "stoploss": "20",
          "trailingStopLoss": "5", 
          "squareoff": "40",
          "quantity": "1"
      
      posted in General Discussion
      S
      srijan
    • For ROBO order trailing stop loss not working

      Hi,
      For ROBO order I am giving the following parameters
      orderparams = {
      "variety": "ROBO",
      "tradingsymbol": "BOSCHLTD-EQ",
      "symboltoken": 2181,
      "transactiontype": "BUY",
      "exchange": "NSE",
      "ordertype": "LIMIT",
      "producttype": "BO",
      "duration": "DAY",
      "price": "22555",
      "stoploss": "30",
      "trailingStopLoss": "10",
      "squareoff": "100",
      "quantity": "1"
      }
      order placing, but trailing stop loss not working, @admin please check these parameters, correct or not

      posted in General Discussion
      S
      srijan
    • Stoploss and trailing stoploss not considering

      I am trying to post a ROBO order, order is placing but stoploss and trailing stoploss not working

      posted in General Discussion
      S
      srijan