Navigation

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

    algo_trading_50

    @algo_trading_50

    https://www.upwork.com/freelancers/~013c5036c2f68fec6f

    1
    Reputation
    10
    Profile views
    33
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website www.upwork.com/freelancers/~013c5036c2f68fec6f

    algo_trading_50 Unfollow Follow

    Latest posts made by 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
    • RE: Important Updates to SmartAPI in Compliance with SEBI Guidelines

      @archana Yes. For that reason we have "New Login" on https://smartapi.angelbroking.com.

      posted in General Discussion
      A
      algo_trading_50
    • RE: Data download not working

      @kvineeth https://smartapi.angelbroking.com/smartapi/forum/topic/5495/are-there-any-sla-for-the-apis?_=1771305833945

      posted in General Discussion
      A
      algo_trading_50
    • RE: Are there any SLA for the apis?

      @kvineeth Having a trading account itself puts you in a SLA. This could be an intermittent issue. Error AB1004, clearly suggest "Internal Server Error" as mentioned in the docs here https://smartapi.angelbroking.com/docs/Exceptions.

      posted in Python SDK
      A
      algo_trading_50
    • RE: SmartAPI Session Invalid / Token Expiry Issue – Urgent

      @meenavenkit This is an intermittent issue. You can try "Logout from all devices" from the website and can try again. Try with mobile internet on local machine that has new IP everytime to verify if it's an IP related issue.

      posted in Python SDK
      A
      algo_trading_50