Navigation

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

    Posts made by algo_trading_50

    • RE: How to get historical expired commodity option chart?

      @parthiban89 Currently API does not provide historical data for expired instruments.

      posted in General Discussion
      A
      algo_trading_50
    • RE: Options Chain NIFTY

      @pandyavarun9 Read here.

      posted in General Discussion
      A
      algo_trading_50
    • RE: same ip address for family

      @smohit94 Try emailing - smartapi@angelbroking.com. If issue doesn't get resolved, try emailing - compliance@angelbroking.com.

      posted in General Discussion
      A
      algo_trading_50
    • RE: same ip address for family

      @smohit94 May be this facility is not available yet.

      posted in General Discussion
      A
      algo_trading_50
    • RE: same ip address for family

      @smohit94 Read here. Details

      posted in General Discussion
      A
      algo_trading_50
    • RE: Unable to create new app

      @arun2282 Run your algo on a VPS and provide it's IP or subscribe for static IP for your internet connection.

      posted in Test
      A
      algo_trading_50
    • RE: Not Able To Create New App

      @Renjith New Login - https://smartapi.angelone.in/publisher-login/v2/login/

      posted in Bugs
      A
      algo_trading_50
    • RE: Historical Data of nifty 50 token

      @archana API does not currently support historical data for expired NFO options contracts.

      posted in Python SDK
      A
      algo_trading_50
    • RE: Not Able To Create New App

      @renjith Try using "New Login".

      posted in Bugs
      A
      algo_trading_50
    • RE: Creating API key just for getting data

      @stander When creating your app, you can enter your current dynamic IP found via a "What is my IP" search to satisfy the mandatory field.

      posted in General Discussion
      A
      algo_trading_50
    • RE: Connection closed due to max retry attempts reached

      @sainath Upload your code on gist.github.com and share the link here for review.

      posted in Python SDK
      A
      algo_trading_50
    • RE: Not able to create APP. Getting cors error

      @vinesh-0 Use "New Login" to create the app.

      posted in General Discussion
      A
      algo_trading_50
    • RE: AG8001 Invalid Token even with fresh login

      @shahnawaz-pe-0 SmartConnect is not using "X-API-Key" header. https://github.com/angel-one/smartapi-python/blob/main/SmartApi/smartConnect.py#L153. Correct the header and it will work.

      posted in Test
      A
      algo_trading_50
    • RE: Getting AG8004

      @mr_s Try Trading API key.

      posted in General Discussion
      A
      algo_trading_50
    • RE: Getting AG8004

      @mr_s Your API key is incorrect.

      {
        "status": false,
        "message": "Invalid API Key",
        "errorcode": "AG8004",
        "data": null
      }
      
      posted in General Discussion
      A
      algo_trading_50
    • RE: scripconsent order parameter missing in Java library. Order placement fails with Null

      @sugagenius Cheers to your persistence. :) Once done with all modifications, please make sure to send a pull request to the github repo so other algo traders can also be benefited.

      posted in Java SDK
      A
      algo_trading_50
    • RE: scripconsent order parameter missing in Java library. Order placement fails with Null

      @sugagenius I can understand your frustration. To build it yourself.

      git clone https://github.com/angel-one/smartapi-java.git
      cd smartapi-java
       # Fix Order.Java
      mvn clean package -DskipTests
      

      Compiled jar file will be in target folder.

      posted in Java SDK
      A
      algo_trading_50
    • RE: scripconsent order parameter missing in Java library. Order placement fails with Null

      @sugagenius git clone the Github repository https://github.com/angel-one/smartapi-java. Update Order.java model https://github.com/angel-one/smartapi-java/blob/main/src/main/java/com/angelbroking/smartapi/models/Order.java#L128 by adding scripconsent=yes in the end and compile into new jar file.

      posted in Java SDK
      A
      algo_trading_50
    • RE: Important Updates to SmartAPI in Compliance with SEBI Guidelines

      @archana Static IP limitation is only applicable on order placement and modification APIs endpoints as per circular, as mentioned above.

      posted in General Discussion
      A
      algo_trading_50
    • RE: Error code : AB1004

      @archana Intermittent issue caused because of service disruption. https://smartapi.angelbroking.com/docs/Exceptions

      posted in Python SDK
      A
      algo_trading_50