Navigation

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

    quantplay

    @quantplay

    1
    Reputation
    6
    Posts
    6
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Website quantplay.tech/

    quantplay Follow

    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

    Latest posts made by quantplay

    • RE: Modify API not working for STOPLOSS_LIMIT orders

      @Moderator_2 modify api is not working, I want to change the price but it's working

      posted in Python SDK
      Q
      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
    • Websocket not working, unable to receive order updates

      Screenshot 2023-08-14 at 12.38.35 PM (2).png

      This issue has been going on since last 1 year, not proper documentation around debugging is available

      posted in Bugs
      Q
      quantplay
    • RE: Placing order using tokens

      Any updates on this?

      posted in Python SDK
      Q
      quantplay
    • RE: Index data not available in instrument list

      @ravitandur Yes, trading index options is impossible without this data

      posted in General Discussion
      Q
      quantplay
    • Index data not available in instrument list

      Hey Team,

      What is the token number for indexes like NIFTY IT, NIFTY 50, etc.

      I checked the page https://smartapi.angelbroking.com/docs/Instruments there is a list available for all the instruments.
      https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json

      But it doesn't contain index data.

      posted in General Discussion
      Q
      quantplay