Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. Ontail
    3. Topics
    O
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 5
    • Best 0
    • Groups 0

    Topics created by Ontail

    • O

      There is a code error in Python SDK.
      Test • • Ontail

      2
      0
      Votes
      2
      Posts
      11
      Views

      A

      Hi @Ontail ok

    • O

      Python place order is returning an error.
      Python SDK • • Ontail

      3
      0
      Votes
      3
      Posts
      22
      Views

      A

      @admin said in Python place order is returning an error.:

      HI @Ontail
      obj =SmartConnect(api_key="xxxxxx")

      login = obj.generateSession('xyz', 'xyz@123')

      refreshToken = login['data']['refreshToken']

      print ("This is my refreshtoken::",refreshToken )

      feedToken = obj.getfeedToken()
      print ("This is my feedtoken::",feedToken)

      Try above piece of code.

      thanks for the awesome information.

    • O

      Does placing a "normal" sell order, close the position we've bought?
      Python SDK • • Ontail

      2
      0
      Votes
      2
      Posts
      32
      Views

      A

      HI @Ontail Yes.

    • O

      How to send raw HTTP calls to place and modify orders?
      General Discussion • • Ontail

      2
      0
      Votes
      2
      Posts
      11
      Views

      A

      HI @Ontail You can go through the doc
      https://smartapi.angelbroking.com/docs

    • O

      Is it possible to update stoploss multiple times after the order execution?
      General Discussion • • Ontail

      2
      0
      Votes
      2
      Posts
      13
      Views

      A

      HI @Ontail You need to implement this from your side by using modify order function.