I tried my self and observed
These API rate limits are Per User
by creating multiple API we cannot bypass 10orders per second limit
I tried my self and observed
These API rate limits are Per User
by creating multiple API we cannot bypass 10orders per second limit
I have multiple account of my family.
i have developed an algo to punch same orders in all of them.
i am not able to get logged in into system.
the same algo i am running from last 3 weeks & its running fine.
@admin @Moderator_1 @Moderator_2
HTTPSConnectionPool(host='apiconnect.angelbroking.com', port=443): Max retries exceeded with url: /rest/secure/angelbroking/order/v1/getOrderBook?%7B%7D (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x29f90a4d0>, 'Connection to apiconnect.angelbroking.com timed out. (connect timeout=7)'))
my websocket is stucking and order update also not working properly,
@admin123 can u please confirm once is there any issue at api end
@admin said in Migration of SmartAPI to Angel One Domain:
If you have any questions or encounter any issues during this transition, please don't hesitate to reach out to our support team.
Thank you for your continued support.
after this update on-order updates is giving 4 min delayed data.
please check if its happening with all api users.
not able to receive any data via margine api
my websocket is stucking and order update also not working properly,
@admin123 can u please confirm once is there any issue at api end
@admin @Moderator_1 @Moderator_2
HTTPSConnectionPool(host='apiconnect.angelbroking.com', port=443): Max retries exceeded with url: /rest/secure/angelbroking/order/v1/getOrderBook?%7B%7D (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x29f90a4d0>, 'Connection to apiconnect.angelbroking.com timed out. (connect timeout=7)'))
i am facing the same issue from last few weeks. I am running system with 4GB AWS 5GBps bandwidth
still getting request timeout
HTTPSConnectionPool(host='apiconnect.angelbroking.com', port=443): Max retries exceeded with url: /rest/secure/angelbroking/order/v1/getOrderBook?%7B%7D (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x29f90a4d0>, 'Connection to apiconnect.angelbroking.com timed out. (connect timeout=7)'))
I have multiple account of my family.
i have developed an algo to punch same orders in all of them.
i am not able to get logged in into system.
the same algo i am running from last 3 weeks & its running fine.
@Mnagesh
I think websocket would be clean & fast
as i can go for multithreading
@Mnagesh
I am building an algo were i punch around 4 orders per leg (6 legs, NIFTY,BN,FIN combined) instantly.
I would like to retry the rejected order at the exact same time.
Dont want to wait for 1 second.
I want algo to handle rejection instantly.