Navigation

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

    Posts made by jainullah

    • RE: TypeError: 'NoneType' object is not subscriptable

      Hello @admin @admin123

      The api seems to break again. Can you please check the script. facing issues in fetching the data for Nifty Options.

      resp = obj.getCandleData(hist)

      The script is failing with ReadTimeOut error. Can you please look into this.

      Regards,
      Sai Teja Reddy

      posted in Python SDK
      J
      jainullah
    • RE: TypeError: 'NoneType' object is not subscriptable

      I am really worried about the execution of Algo trades in Angel Broking. I have implemented the try catch exception for the clients and surprisingly the script was running fine for 2 clients and giving error for 3 of my clients.

      @admin @angelbroking need your thoughts about the best practice of using Angel Broking.

      posted in Python SDK
      J
      jainullah
    • RE: TypeError: 'NoneType' object is not subscriptable

      Hey @admin123 @admin @administrators

      The issue still persists and getting the same error of NoneType object is not subscriptable. Can you just confirm if the platform is reliable for Algo Trading or not. If you have any suggestions on how to use the algo trading properly to get rid of such errors, it would be much appreciated.

      posted in Python SDK
      J
      jainullah
    • TypeError: 'NoneType' object is not subscriptable

      Hi @admin @angelbroking

      Unable to place the algo orders. We are facing new issues daily and losing money because of your loop holes. Are you guys really working to provide a better algo trading platform or just loot the user money through brokerage. If the second option is your case then as an end customer we will need to reach out to SEBI and take the legal case. To just give a glimpse we have lost a lot of money due to your internal issues and without proper notification about the issue. Below are a few for your reference :

      1. Fetching the OrderBook data fails.
      2. Not able to establish connection to the server in obj.generateSession()
      3. Implementation of TOTP without prior notice, as we have the open positions it has become very difficult to explain to the business clients about the auto square off failure.

      Awaiting for a valid explanation about the functionality of Angel broking. Because of your loopholes I had to re program my entire code from R language to python and it seems like Angel broking is still not mature.

      Regards,
      Sai Teja Reddy

      posted in Python SDK
      J
      jainullah
    • RE: Unable to create session due to totp

      @Harman08 Thank you for the reply. How can I update new V2 jar

      posted in Java SDK
      J
      jainullah
    • Unable to create session due to totp

      I am unable to connect to Angel Broking API. I think this is due to totp update. Please check the below error :

      {"status":false,"message":"Invalid totp","errorcode":"AB1050","data":null}

      Could you please let me know if the latest update is pushed in R.

      posted in Java SDK
      J
      jainullah
    • RE: Smart API keys deleted

      @ivar @admin
      We are still not able to use the API credentials. I have enabled the TOPT to my client and still not working. Can you please confirm if the API is working ? Also, please share the new steps to run the API from Angel Broking. I have been using the Algo Trading since last 1 and half year and this is really bad situation now.

      posted in Bugs
      J
      jainullah
    • RE: Smart API keys deleted

      @Reddy said in Smart API keys deleted:

      Hi Team,
      All the API keys have been deleted and we are not able to access the Angel Broking as there is no live API. All my clients are worried about the issue. We are a bit upset as there could be open positions and needs to be squared off when the criteria is met. Please resolve the issue ASAP.

      @admin @Smart-API-Admin

      posted in Bugs
      J
      jainullah
    • Smart API keys deleted

      Hi Team,
      All the API keys have been deleted and we are not able to access the Angel Broking as there is no live API. All my clients are worried about the issue. We are a bit upset as there could be open positions and needs to be squared off when the criteria is met. Please resolve the issue ASAP.

      posted in Bugs
      J
      jainullah
    • Server Down while fetching in AWS

      Hi @admin ,

      The code was working fine till yesterday but started giving requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='apiconnect.angelbroking.com', port=443): Read timed out. (read timeout=7) in AWS. Can you please look into the issue. Client id : LPUVlRxd

      posted in Bugs
      J
      jainullah
    • RE: NIFTY and BANKNIFTY symbol token are missing

      @admin I am still facing the issue while fetching Nifty and Bank Nifty. The API is down for 4 days. Can you please make a closure to the issue?

      posted in Bugs
      J
      jainullah
    • RE: Invalid Token for Nifty and BankNifty

      @admin I am still getting Invalid Token error for BankNifty. Below is the return message :

      {'success': False, 'message': 'Invalid Token', 'errorCode': 'AG8001', 'data': ''}

      posted in General Discussion
      J
      jainullah
    • RE: API down <> Failed to get symbol details

      @Mnagesh Thank you for the suggestions but as you know that Future move happen rapidly compared to Indices and that data is not reliable while trading with Options. Also, I am sure that NSEpy is a python library and not supported in R. However, can you tell how to pull realtime Nifty and BankNifty data.

      posted in Java SDK
      J
      jainullah
    • RE: Invalid Token for Nifty and BankNifty

      @ramk @admin

      Its not only about the Indices but the Option premiums are also not working. I am unable to fetch the information for symbol 40721(BANKNIFTY07JUL2233400PE). Can you look into the issue and help me with the resolution.

      I am getting the below error :
      {'success': False, 'message': 'Invalid Token', 'errorCode': 'AG8001', 'data': ''}

      posted in General Discussion
      J
      jainullah
    • API down <> Failed to get symbol details

      Hello Team,

      Its pretty hard to hear my Algo is not working due to the api issue in get_ltp_data for Nifty and BankNifty. Find the attached screenshot for your reference.
      Screenshot 2022-06-29 at 2.08.44 AM.png Can you please guide in fetching the live data for NSE exchange(Nifty and BankNifty) with valid tokens and get this fixed.

      Thanks in Advance.

      Regards,
      Reddy

      posted in Java SDK
      J
      jainullah
    • Invalid Token for Nifty and BankNifty

      Hi Team,

      I am unable to access the Nifty and Banknifty data through API since today. I was using token 26000 and 26009 to fetch the data in my Algo setup. Please help me with valid token for Nifty and Bank Nifty NSE exchange.

      Regards,
      Reddy

      posted in General Discussion
      J
      jainullah
    • RE: Unable to get live data

      @rajanprabu @admin

      Thanks for the quick fix. Its working now 🙂

      Regards,
      Reddy

      posted in Python SDK
      J
      jainullah
    • RE: Unable to connect with Angel Broking API

      Thanks for the quick fix. Its working now 🙂

      posted in Java SDK
      J
      jainullah
    • Unable to connect with Angel Broking API

      Hello Team,
      I am unable to connect to Angel Broking api and punch algo orders since today morning. Please look into the issue.

      {"message":"Something Went Wrong, Please Try After Sometime","errorcode":"AB1004","status":false,"data":null}

      posted in Java SDK
      J
      jainullah
    • RE: Unable to get live data

      @rajanprabu @admin I appreciate all your efforts and capital in boosting Algo Trading in India.

      posted in Python SDK
      J
      jainullah