Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. C1234
    3. Topics
    C
    • Profile
    • Following 0
    • Followers 1
    • Topics 6
    • Posts 13
    • Best 0
    • Groups 0

    Topics created by C1234

    • C

      HOW CAN I GET? TOKEN AND SYMBOL?
      General Discussion • • C1234

      1
      0
      Votes
      1
      Posts
      6
      Views

      No one has replied

    • C

      aws lambda order placement
      Python SDK • • C1234

      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 .

    • C

      Placing order using tokens
      Python SDK • • C1234

      7
      0
      Votes
      7
      Posts
      103
      Views

      Q

      Any updates on this?

    • C

      string indices must be integers
      Python SDK • • C1234

      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))

    • C

      Maximum number of APIs
      General Discussion • • C1234

      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.

    • C

      Multi user order placement
      General Discussion • • C1234

      7
      0
      Votes
      7
      Posts
      90
      Views

      S

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