@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
-
TAG is missing for some orders.
TAG is missing for some orders.
When we place the orders through the APIs, we are passing the proper TAG associated with the order.
But, in some cases TAG is not retained to that orders from Angel side, so when we query the orders, for some orders TAG is coming as empty.
As we have lot of dependency on order tag, you must retain the TAG for all orders. -
RE: Ordertag character length restricted to 15 in the placeOrder
@Moderator_3 what is this, you already confirmed that order TAG length extended to 20 characters and deployed.
Was this your old message or you restricted order tag length to 15 characters.
We had lot of discussion about why we need 20 characters and Angel agreed to limit the order tag length to 20 chracters. -
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