Navigation

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

    Rajanchauhan

    @Rajanchauhan

    0
    Reputation
    6
    Posts
    2
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Rajanchauhan Follow

    Best posts made by Rajanchauhan

    This user hasn't posted anything yet.

    Latest posts made by Rajanchauhan

    • RE: Access to historic values

      @suburangs
      post your request body snip here.

      posted in Python SDK
      R
      Rajanchauhan
    • RE: Multiple days historical data

      @admin
      Okk, As I can see now, some changes have been made from your end. Now I am not getting response in comma separated string format,Now I am getting a list. So its working fine now.....

      Thanks.

      I have another question. can i get live data in amibroker?

      posted in Bugs
      R
      Rajanchauhan
    • RE: Multiple days historical data

      @admin

      historicParam = {
      "exchange": "NSE",
      "symboltoken": str(token),
      "interval": "ONE_MINUTE",
      "fromdate": "2021-04-13 09:15",
      "todate": "2021-04-15 15:30"
      }
      data = obj.getCandleData(historicDataParams=historicParam)['data']

      posted in Bugs
      R
      Rajanchauhan
    • RE: using smartiapi with Amibroker

      @blackdream thanks for replying dear. I am new with amibroker. Just starting learning AFL. Till now i have woked with imported data and also tried dde plugin to get live data from excle. I don't know much about amibroker plugins. Can you please tell me is there any plugin avalibale to get live data from smart api to amibroker or from python to amibroker.

      posted in General Discussion
      R
      Rajanchauhan
    • Multiple days historical data

      @admin i am requesting historical data for one minute. It works fine when i request data for only one day but while requesting data for more than one day i got response like this

      2021-04-08T15:29:00+05:30,1437.55,1439.85,1437.30,1439.85,26005
      2021-04-09T09:15:00+05:30,1455.00,1455.00,1441.00,1447.00,3206022021-04-09T09:15:00+05:30,1455.00,1455.00,1441.00,1447.00,320602
      2021-04-09T09:16:00+05:30,1446.65,1446.95,1442.25,1446.95,127345
      2021-04-09T09:17:00+05:30,1447.45,1449.95,1446.90,1448.90,80884

      It gives double data for 9:15 candle for every new day and its not even comma separated.

      posted in Bugs
      R
      Rajanchauhan
    • using smartiapi with Amibroker

      Has anyone used this API with Ambroker? Any idea about , how connect smart api with amibroker to fetch live data ?

      posted in General Discussion
      R
      Rajanchauhan