Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. Gaurang
    3. Posts
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 4
    • Best 0
    • Groups 0

    Posts made by Gaurang

    • How to execute trade which is categorised under cautionary script

      Some scripts are categorised under cautionary and how to trade this script because when i have placed order on this scripts they will be through the error like...

      [E 250822 21:38:39 smartConnect:246] Error occurred while making a POST request to https://apiconnect.angelone.in/rest/secure/angelbroking/order/v1/placeOrder. Error: The order cannot be processed as the token is categorised under cautionary listings by the exchange.. URL: https://apiconnect.angelone.in/rest/secure/angelbroking/order/v1/placeOrder, Headers: {'Content-type': 'application/json', 'X-ClientLocalIP': '127.0.0.1', 'X-ClientPublicIP': '', 'X-MACAddress': '', 'Accept': 'application/json', 'X-Privatge': 'NSE', 'ordertype': 'LIMIT', 'producttype': 'INTRADAY', 'duration': 'DAY', 'price': 429.0, 'squareoff': '0', 'stoploss': '0', 'quantity': '1'}, Response: {'message': 'The order cannot be processed as the token is categorised under cautionary listings by the exchange.', 'errorcode': 'AB4036', 'status': False, 'data': None}
      [E 250822 21:38:39 smartConnect:339] API request failed: {'message': 'The order cannot be processed as the token is categorised under cautionary listings by the exchange.', 'errorco[I 250822 21:38:39 1st Algo:558] PlaceOrder : None

      Please help me for trade this scripts

      posted in Python SDK
      G
      Gaurang
    • How to add stoploss separate

      when i add stoploss order after my order this through the error.
      which ordertype used in stoploss order in this

      SL_Orderparams = {
                              "variety": "NORMAL",
                              "tradingsymbol": Stocks_Symbol,
                              "symboltoken": Stocks_Token,
                              "transactiontype": "BUY",
                              "exchange": "NSE",
                              "ordertype": "STOPLOSS",
                              "producttype": "INTRADAY",
                              "duration": "DAY",
                              "triggerprice": Stoploss,
                              "quantity": "1" #Quantity
                          }
      
      posted in Python SDK
      G
      Gaurang
    • How to find Stock-EQ Symbol's Token

      If possible give a Symbol and Token list

      posted in Python SDK
      G
      Gaurang
    • RE: Discrepancy Between Real-Time and Historical Market Data: Causes and Impact on Algo Trading Decisions

      Please migrate S216201

      posted in General Discussion
      G
      Gaurang