Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. Bharath Raj M
    3. Topics
    B
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by Bharath Raj M

    • B

      aws lambda order placement
      Python SDK • • Bharath Raj M  

      2
      0
      Votes
      2
      Posts
      28
      Views

      A

      HI @Bharath-Raj-M said in aws lambda order placement: Hey everyone, We are trying to place orders from aws lambda and S3. if anyone knows how to go about it, kindly help us out. We are trying to mimic the behaviour of tradetron, where orders are placed at once for multiple users based on a given strategy. Kind regards, Bharath Please connect us at api@angelbroking.com .
    • B

      Placing order using tokens
      Python SDK • • Bharath Raj M  

      7
      0
      Votes
      7
      Posts
      103
      Views

      Q

      Any updates on this?
    • B

      string indices must be integers
      Python SDK • • Bharath Raj M  

      4
      0
      Votes
      4
      Posts
      84
      Views

      V

      Hello Guys, the solution is to reset token, as below. try: data = self.obj.generateSession(client_id,Password) return data['data']['refreshToken'] except Exception as e: print ("Login failed: {}".format(e))
    • B

      Maximum number of APIs
      General Discussion • • Bharath Raj M  

      4
      0
      Votes
      4
      Posts
      27
      Views

      A

      HI @Bharath-Raj-M You wont find it in doc you need to go through nse website.
    • B

      Multi user order placement
      General Discussion • • Bharath Raj M  

      7
      0
      Votes
      7
      Posts
      90
      Views

      R

      @vvbchandrasekhar One can do the login and other stuff at beginning and keep the trading object for each user in a dictionary and use threads to submit them in parallel. but as per SEBI one can not do this unless they have some certification and approval from them.