Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. Nichil72
    3. Posts
    N
    • Profile
    • Following 2
    • Followers 0
    • Topics 12
    • Posts 28
    • Best 1
    • Groups 1

    Posts made by Nichil72

    • RE: Not revising STOPLOSS order in ROBO Trade - ModifyOrder

      @Poonam-Tomar Hi Poonam will you please share the exact script which you passed to trigger ROBO order. They Angel SmartAPI people will not providing the proper solution, always they are sharing the reference links which was not helpful for this. Or mailed me at Nichil72@gmail.com for this I am very grateful to you.

      posted in Python SDK
      N
      Nichil72
    • Error while placing an order through API.

      @admin @admin123,

      Dear Team,
      On date 24-04-2025 placing order on RBLBANK using API with having below mentioned parameters:-

      ['RBLBANK-EQ']
      {'duration': 'DAY', 'exchange': 'NSE', 'ordertype': 'MARKET', 'price': '191.55', 'producttype': 'INTRADAY', 'quantity': 10, 'stoploss': 2.0, 'squareoff': 5.0, 'tradingsymbol': 'RBLBANK-EQ', 'transactiontype': 'SELL', 'triggerprice': '191.55', 'variety': 'NORMAL', 'ordertag': 'DFT', 'symboltoken': '18391'}

      And having an error while placing an order using API
      [E 250424 09:39:05 smartConnect:243] Error occurred while making a POST request to https://apiconnect.angelbroking.com/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.angelbroking.com/rest/secure/angelbroking/order/v1/placeOrder, Headers: {'Content-type': 'application/json', 'X-ClientLocalIP': '127.0.0.1', 'X-ClientPublicIP': '106.193.147.98', 'X-MACAddress': '84:2a:fd:86:db:69', 'Accept': 'application/json', 'X-PrivateKey': 'MIqCVUD5', 'X-UserType': 'USER', 'X-SourceID': 'WEB'}, Request: {'duration': 'DAY', 'exchange': 'NSE', 'ordertype': 'MARKET', 'price': '191.55', 'producttype': 'INTRADAY', 'quantity': 10, 'stoploss': 2.0, 'squareoff': 5.0, 'tradingsymbol': 'RBLBANK-EQ', 'transactiontype': 'SELL', 'triggerprice': '191.55', 'variety': 'NORMAL', 'ordertag': 'DFT', 'symboltoken': '18391'}, 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 250424 09:39:05 smartConnect:336] API request failed: {'message': 'The order cannot be processed as the token is categorised under cautionary listings by the exchange.', 'errorcode': 'AB4036', 'status': False, 'data': None}

      But while placing such order on mobile app trade done successfully. So, please do the needful for the same that such trade will execute successfully with API.

      posted in Python SDK
      N
      Nichil72
    • How can I get Index performance with % change.

      Hi @admin @administrators

      I just want to know that how would I know the Index performance during opening market hours. Like SS provided below:-Index_Performance.jpeg

      posted in General Discussion
      N
      Nichil72
    • RE: Happy New Year - 2025

      @Mnagesh hi so how can we contact?

      posted in General Discussion
      N
      Nichil72
    • facing error invalid totp

      Hi @admin @Moderator_1 ,

      facing this Issue whule placing order since today morning.
      Response: {'status': False, 'message': 'Invalid totp', 'errorcode': 'AB1050', 'data': None}

      posted in Python SDK
      N
      Nichil72
    • Unable to get the data from getTradeBook()

      Hi @admin
      I am having error while getting data from getTradeBook() function.
      Please help me in this.

      92946ea4-b50b-40bd-9ebc-de19760da66e-image.png

      posted in Python SDK
      N
      Nichil72
    • Not getting Ltp.

      When I am using this system giving below error:-
      7789dc0e-06b6-41a7-84b7-dd89c56798ec-image.png

      And when I am using 624958b2-177e-425e-95d0-a6096e76627c-image.png
      then API provided data why ?

      posted in Python SDK
      N
      Nichil72
    • RE: Not able to trigger ROBO order.

      Hi @Moderator_3,
      As you mentioned that here (Target price should be greater than limit price & Stoploss price should be less than limit price.)

      {'duration': 'DAY', 'exchange': 'NSE', 'ordertype': 'LIMIT', 'price': '257.42', 'producttype': 'INTRADAY', 'quantity': 10, 'stoploss': 2.0, 'squareoff': 5.0, 'tradingsymbol': 'HONASA-EQ', 'transactiontype': 'BUY', 'triggerprice': 0, 'variety': 'ROBO', 'ordertag': 'DFT', 'symboltoken': '19813'}

      Here the (price)Limit price is 257.42 and
      (squareoff) Target price is 5% and
      (stoploss) Stoploss price is 2%

      Or you can make 1 video and upload on youtube while buying and selling these 3 scripts(ZEEL-EQ,
      SHREECEM-EQ,
      HONASA-EQ).

      Thanks in advance.

      posted in Python SDK
      N
      Nichil72
    • Not able to trigger ROBO order.

      Hi @Admin, @Moderator_1 , @Moderator_2, @Moderator_3
      Today I was trying to place ROBO order but find below mentioned error:-

      {'duration': 'DAY', 'exchange': 'NSE', 'ordertype': 'LIMIT', 'price': '257.42', 'producttype': 'INTRADAY', 'quantity': 10, 'stoploss': 2.0, 'squareoff': 5.0, 'tradingsymbol': 'HONASA-EQ', 'transactiontype': 'BUY', 'triggerprice': 0, 'variety': 'ROBO', 'ordertag': 'DFT', 'symboltoken': '19813'}

      82908e25-9429-4137-a4ab-28478a50fdb8-image.png

      Please help me in this why every time this error occurs.

      posted in Python SDK
      N
      Nichil72
    • Error while running Python code.

      Hii @Moderator_1

      when i am running pip install smartapi its showing the below error and when i am running No module named 'SmartApi'6ad60d14-3d48-46f8-bbcb-4592ab5f04e1-image.png
      Please help.

      posted in Python SDK
      N
      Nichil72
    • RE: Web Socket Issue

      @projectSB Hi plz help me in Python. How can we connect ? Facin such Issue while running code in Python: e9633a96-6880-48a4-b069-df02b0ac7721-image.png

      posted in Java SDK
      N
      Nichil72
    • RE: Web Socket Issue

      @Moderator_1 I am not having coding experience in Python, will you plz help me to configure this python sdk.

      posted in Java SDK
      N
      Nichil72
    • Web Socket Issue

      Re: Error while using WebSocket.

      Is there any C# developer who can help me out in this.image.png

      posted in Java SDK
      N
      Nichil72
    • Error while using WebSocket.

      image.png

      @Admin Please help me to resolving such Issue.

      posted in Java SDK
      N
      Nichil72
    • ROBO order executing at Market Price

      Re: ROBO order executing at Market Price

      Hello @admin I am also having the same question that can Robo order can be placed at market price?

      posted in Java SDK
      N
      Nichil72
    • how should I get the RSI during LIVE data feed.

      @admin how should I get the RSI during LIVE data feed. Anyone help ?

      posted in C#/.Net SDK
      N
      Nichil72
    • RE: The token is invalid

      @Bharath-Ron thanks.

      posted in C#/.Net SDK
      N
      Nichil72
    • RE: The token is invalid

      @Vishal-naykawala Kindly put MPIN instead of Password.

      posted in C#/.Net SDK
      N
      Nichil72
    • The token is invalid

      Today we are facing an Issue that Token not generated. Please resolve this ASAP.
      e8e3e43c-8271-4b98-a740-c8553526524a-image.png

      posted in C#/.Net SDK
      N
      Nichil72
    • RE: Invalid TOTP for c#

      Hello Team,
      @admin @administrators Please fix the Issue and upload the code on github. So that we can download. Please do it ASAP.

      posted in General Discussion
      N
      Nichil72