Navigation

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

    Topics created by HunterGP

    • H

      b'Access denied because of exceeding access rate
      Bugs • • HunterGP  

      1
      1
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • H

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

      2
      0
      Votes
      2
      Posts
      12
      Views

      A

      Hi @Ontail ok
    • H

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

      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.
    • H

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

      2
      0
      Votes
      2
      Posts
      32
      Views

      A

      HI @Ontail Yes.
    • H

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

      2
      0
      Votes
      2
      Posts
      11
      Views

      A

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

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

      2
      0
      Votes
      2
      Posts
      13
      Views

      A

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