Navigation

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

    Best posts made by quantplay

    • Modify API not working for STOPLOSS_LIMIT orders

      Hey Team,

      Modify order is working for for order_id 240130001004187

      Request :- {
      "variety": "STOPLOSS",
      "orderid": "240130001004187",
      "duration": "DAY",
      "price": "5.15",
      "trigger_price" : "5.05",
      "quantity": 40,
      "ordertype":"STOPLOSS_LIMIT",
      "tradingsymbol": "FINNIFTY30JAN2420450CE",
      "symboltoken": "38934",
      "exchange": "NFO",
      }

      Response :- {'status': True, 'message': 'SUCCESS', 'errorcode': '', 'data': {'orderid': '240130001004187', 'uniqueorderid': 'da71469d-d5dc-4093-a7ee-c8a1e19775b9'}}

      Even after a successful response, price remained unchanged [5.3]

      posted in Python SDK
      Q
      quantplay