Navigation

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

    chatiwthkanhu

    @chatiwthkanhu

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

    chatiwthkanhu Follow

    Best posts made by chatiwthkanhu

    This user hasn't posted anything yet.

    Latest posts made by chatiwthkanhu

    • RE: For ROBO order trailing stop loss not working

      @admin

      13:03:00 INFO smart_api.py place_order 168 OBEROIRLTY-EQ 20242 - place_order_parameter: {
      "variety": "ROBO",
      "tradingsymbol": "OBEROIRLTY-EQ",
      "symboltoken": "20242",
      "transactiontype": "BUY",
      "exchange": "NSE",
      "ordertype": "LIMIT",
      "producttype": "INTRADAY",
      "duration": "DAY",
      "price": 1791.95,
      "squareoff": 4.45,
      "stoploss": 5.4,
      "quantity": 1,
      "trailingStopLoss": 3
      }

      order is getting rejected with below error

      "text": ":BO: Upticks and downticks should be greater than given percentage: Absolute Price : 1.06 Tick Size :107 Allowed range ->[0-100: 1.00]\t[100-500: 1.00]\t[500-1000: 3.00]\t[>1000: 3.00]\t:",

      posted in General Discussion
      C
      chatiwthkanhu
    • RE: Migration of SmartAPI to Angel One Domain

      @admin Do we need to update smar-api python library

      posted in General Discussion
      C
      chatiwthkanhu
    • ROBO STOPLOSS is failing

      Difference between limit price and trigger price is beyond permissible range

      when api called for ROBO order with following parameter, the stoploss is getting rejected with error "Difference between limit price and trigger price is beyond permissible range"

      the parameter while ROBO order

      12:11:02 INFO smart_api.py place_order 167 COLPAL-EQ 15141 - place_order_parameter: {
      "variety": "ROBO",
      "tradingsymbol": "COLPAL-EQ",
      "symboltoken": "15141",
      "transactiontype": "BUY",
      "exchange": "NSE",
      "ordertype": "LIMIT",
      "producttype": "INTRADAY",
      "duration": "DAY",
      "price": 3660.25,
      "squareoff": 11.0,
      "stoploss": 7.3,
      "quantity": 1,
      "triggerprice": 7.2,
      "trailingStopLoss": 11.0
      }

      here is the rejection with below detail
      {
      "variety": "ROBO",
      "ordertype": "STOPLOSS_LIMIT",
      "producttype": "BO",
      "duration": "DAY",
      "price": 3542.8,
      "triggerprice": 3652.4,
      "quantity": "1",
      "disclosedquantity": "0",
      "squareoff": 0.0,
      "stoploss": 0.0,
      "trailingstoploss": 0.0,
      "tradingsymbol": "COLPAL-EQ",
      "transactiontype": "SELL",
      "exchange": "NSE",
      "symboltoken": "15141",
      "ordertag": "",
      "instrumenttype": "",
      "strikeprice": -1.0,
      "optiontype": "",
      "expirydate": "",
      "lotsize": "1",
      "cancelsize": "0",
      "averageprice": 0.0,
      "filledshares": "0",
      "unfilledshares": "1",
      "orderid": "240903000628054",
      "text": "16448 : Difference between limit price and trigger price is beyond permissible range",
      "status": "rejected",
      "orderstatus": "rejected",
      "updatetime": "03-Sep-2024 12:11:18",
      "exchtime": "03-Sep-2024 12:11:02",
      "exchorderupdatetime": "",
      "fillid": "",
      "filltime": "",
      "parentorderid": "240903000628052",
      "uniqueorderid": "1725345678-8317-K55139251-BO",
      "exchangeorderid": "1000000021393821"
      },

      posted in General Discussion
      C
      chatiwthkanhu