Navigation

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

    HunterGP

    @HunterGP

    2
    Reputation
    7
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    HunterGP Follow

    Best posts made by HunterGP

    • b'Access denied because of exceeding access rate

      Couldn't parse the JSON response received from the server: b'Access denied because of exceeding access rate'

      When I try to fetch candle data this type of error accrued Nowadays, Please give a solution.

      posted in Bugs
      H
      HunterGP

    Latest posts made by HunterGP

    • RE: Couldn't parse the JSON response received from the server: b'Access denied because of exceeding access rate'

      @arunparida12 Same issue fetched.

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

      Couldn't parse the JSON response received from the server: b'Access denied because of exceeding access rate'

      When I try to fetch candle data this type of error accrued Nowadays, Please give a solution.

      posted in Bugs
      H
      HunterGP
    • There is a code error in Python SDK.

      https://github.com/angelbroking-github/smartapi-python

      obj=SmartConnect(api_key="your api key",
      #optional
      #access_token = "your access token",
      #refresh_token = "your refresh_token") <-error

      the closing round bracket is commented out, i suggest rectifying the code.

      posted in Test
      H
      HunterGP
    • Python place order is returning an error.

      I'm trying to place a order via API and my script is returning me an error.

      refreshToken= ['data']['refreshToken']
      ^
      Syntaxerror: 'invalid synatx'

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

      So if i have bought 100 quantities of SBIN and later i make a sell API request

      which looks something like this

      {
      "variety":"NORMAL",
      "tradingsymbol":"SBIN-EQ",
      "symboltoken":"3045",
      "transactiontype":"SELL",
      "exchange":"NSE",
      "ordertype":"MARKET",
      "producttype":"INTRADAY",
      "duration":"DAY",
      "price":"194.50",
      "squareoff":"0",
      "stoploss":"0",
      "quantity":"100"
      }

      will this close or exit my existing order?

      posted in Python SDK
      H
      HunterGP
    • How to send raw HTTP calls to place and modify orders?

      I dont want to use any SDK, how do i do it?

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

      Is it possible to update stoploss multiple times after the order execution?

      posted in General Discussion
      H
      HunterGP