@Mnagesh If you don't understand the requirements of other users, please don't judge and comment on issues raised. We are also running the Algo platform and we have a specific requirements to get the LTP data for indices and we can't switch to futures. We can't simply switch to other solutions without know why Angel team is doing these kind of things without informing/publishing the changes in advance.
Please don't confuse other users with your suggestions and each user has unique requirement to running his algos.
ravitandur
@ravitandur
Best posts made by ravitandur
-
RE: NIFTY and BANKNIFTY symbol token are missing
Latest posts made by ravitandur
-
RE: Ordertag character length restricted to 20 in the placeOrder API
@admin no response. Any other form/way to escalate this requirement to Angel?
-
RE: Ordertag character length restricted to 20 in the placeOrder API
@admin any update on requested requirement of allowing 20 characetrs TAG?
-
RE: Ordertag character length restricted to 20 in the placeOrder API
@admin can u please take this as a mandatory requirement and do the needful to allow 20 characters in TAG. As I mentioned previously, all our algos are designed to use 20 characters in TAG which is allowed by all brokers. Angel also must allow 20 characters in TAG. Please do the needful.
Thanks,
Ravi -
RE: Ordertag character length restricted to 20 in the placeOrder API
Zerodha and other brokers support 20 characters in TAG. All our algos are designed to use 20 characters in tag.
Can u make sure to make compatible with 20 characters for TAG -
Ordertag character length restricted to 15 in the placeOrder
Re: Ordertag character length restricted to 15 in the placeOrder API
Zerodha and other brokers support 20 characters in TAG. All our algos are designed to use 20 characters in tag.
Can u make sure to make compatible with 20 characters for TAG. -
Market Order Out Of Range Error While Placing The MARKET order
When I try to place the MARKET order for SENSEX with below payload using python api getting 'Market Order Out Of Range'
{'variety': 'NORMAL', 'tradingsymbol': 'SENSEX24OCT81500CE', 'symboltoken': '1105578', 'transactiontype': 'BUY', 'exchange': 'BFO', 'ordertype': 'MARKET', 'producttype': 'CARRYFORWARD', 'duration': 'DAY', 'price': 0, 'quantity': 50, 'ordertag': ''}Can you please let me know why do we get into this error.
This is issue is coming for only few orders.
Any help is much appriated. -
RE: FINNIFTY token not available
if FINNIFTY symbol token is available now? if yes where to get it. Please help?
-
RE: Important Announcement: Change in Angel One Login Policy
Hi @admin, currently I am using below code to do login through the python code.
connect1.generateSession(clientCode=client_id, password=password, totp=totp)
Do I need to change anything here? Please suggest.Thanks,
Ravi -
RE: "Exception while retriving IP Address,using local host IP address" causing performance issues.
@admin if I want to modify python code what is the process. I want to remove above code mentioned and commit the changes into git repo. Please suggest what needs to be done?