Navigation

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

    ravitandur

    @ravitandur

    2
    Reputation
    33
    Posts
    17
    Profile views
    1
    Followers
    1
    Following
    Joined Last Online

    ravitandur Follow

    Best posts made by ravitandur

    • RE: NIFTY and BANKNIFTY symbol token are missing

      @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.

      posted in Bugs
      R
      ravitandur

    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.

      posted in Python SDK
      R
      ravitandur
    • 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.

      posted in General Discussion
      R
      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?

      posted in General Discussion
      R
      ravitandur
    • RE: Ordertag character length restricted to 20 in the placeOrder API

      @admin any update on requested requirement of allowing 20 characetrs TAG?

      posted in General Discussion
      R
      ravitandur
    • 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

      posted in General Discussion
      R
      ravitandur
    • 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

      posted in General Discussion
      R
      ravitandur
    • 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.

      posted in General Discussion
      R
      ravitandur
    • 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.

      posted in Python SDK
      R
      ravitandur
    • RE: FINNIFTY token not available

      if FINNIFTY symbol token is available now? if yes where to get it. Please help?

      posted in Bugs
      R
      ravitandur
    • 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

      posted in General Discussion
      R
      ravitandur