Posts made by vivekjha05
-
RE: Periodic latency spikes in websocket connection
@trader_noob I am seeing massive delay in the websocket now. Around 5-10 mins old data is streaming strangely.
-
RE: Change in Margine requirment?
@PandaTrade Looks like it has increased by ~30-35%
-
Getting Continuous Futures Contract
How do you get the Nifty / Banknifty continuous futures contract? Currently, once monthly expiry is over, the next month expiry data is merged with the previous month expiry..
This is misleading for the algo, as it would consider today as gap up, while it is not!
-
RE: Invalid Token Error
please send an email to smartapi@angelbroking.com. I have also done the same, but still waiting for a reply.
-
RE: Connection timed out error
@PandaTrade I got same error at around 2:10 PM today
-
RE: Finnifty Index value against the token
@vivekjha05 I also tried replacing tradingsymbol with "FINNIFTY", but it doesn't work
-
Finnifty Index value against the token
Hi @admin : It seems the Finnifty Index token is not working properly:
Has anyone worked out a way to get LTP of Finnifty index?
-
RE: LTP exceptions or position check exception error frequently
@vivekjha05 @admin is it because of the updates done to the codes recently? Here are the details of the error messages:
HTTPSConnectionPool(host='apiconnect.angelbroking.com', port=443): Read timed out. (read timeout=7)
HTTPSConnectionPool(host='apiconnect.angelbroking.com', port=443): Max retries exceeded with url: /rest/secure/angelbroking/order/v1/getPosition?{} (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f25d555f190>, 'Connection to apiconnect.angelbroking.com timed out. (connect timeout=7)'))
HTTPSConnectionPool(host='apiconnect.angelbroking.com', port=443): Max retries exceeded with url: /rest/secure/angelbroking/order/v1/getOrderBook?{} (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f26081730d0>, 'Connection to apiconnect.angelbroking.com timed out. (connect timeout=7)'))
HTTPSConnectionPool(host='apiconnect.angelbroking.com', port=443): Max retries exceeded with url: /rest/secure/angelbroking/order/v1/getLtpData (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f25d555ef20>, 'Connection to apiconnect.angelbroking.com timed out. (connect timeout=7)'))
So, all you APIs went for a toss today..!
-
RE: LTP exceptions or position check exception error frequently
@Mnagesh I had the same issue today. Not a Rate Limit issue as it was throwing 403 time out error for LTP, Orderbook and Positions @admin @SmartAPI-Admin
-
RE: API DOWN AGAIN!
@yash12392 I faced the same issue where websocket stopped working for around 10 minutes after 3 PM on Friday, 17th Feb 2023
-
RE: Order Placement APIs throwing error
@vivekjha05 To fix this, I regenerated the Loginobject and it is working fine, but I am surprised as to why this would fail, while everything else was working fine!
-
RE: Order Placement APIs throwing error
@vivekjha05 Further to this, the order placement API works fine on the local system, but is failing on the AWS
-
Order Placement APIs throwing error
I am getting below error while placing orders through API:
'TypeError' object has no attribute 'message'
Strangely, the orders are also not going through Sensibull, which I assume would be using APIs as well. Has anyone else faced this issue?
-
RE: Smart API Login Error
@Balaji27 Figured it out - Login needs to be done through MPIN now. Replace password by mpin and it will work