greybit

About

Username
greybit
Joined
Visits
32
Last Active
Roles
Member

Comments

  • Hi Sujit, i m finding there is a different values for a candle between zerodha and trade tiger? May i know the reason?
  • Hi Sujit, i am not hardcoding the start time as 9.15 AM. but if its 60 mins chart then the duration between candles should be 60 mins. but here i am not getting the candles in the specified duration's. like below 2017-08-02T09:17:00+0530 -> fi…
  • more examples are below, 3MINDIA , 60 mins Mismatch in duration and start time should be 9.15 DateTime 2017-08-02T09:17:00+0530 2017-08-02T10:15:00+0530 2017-08-02T11:03:00+0530 2017-08-02T12:01:00+0530 2017-08-02T13:01:00+0530 2017-08-02T14:00:0…
  • hi Sujit, Thanks for your response. due this inconsistency in many scripts and multiple time frames [3, 5, 10,15,30,60].. my development is on HOLD. can i get the deadline from your end for the fix?
  • Hi Sujit, we request you to provide some demo historic API access like 15 days trial period .. or some script for free. so that it will be easy for us to test our code before buying the original access. 4K is too costly for the small investors fo…
  • Hi Sujit / ajinasokan, Please share me the data structure format in which i will get the response from historic API. or Please share me any doc which explain about historic API output. As per code and example i can able to see only for single scri…
  • Hi Sujit, To implement my logic i need SMA and DATR. please let me know if you have any predefined API for the same. or a code to get these values.
  • Hi Sujit, I have few more quires, 1. can i get the intraday 5 mins candles data using tickers? 2. In example " tokens.add(53287175);" what that 53287175 means? 3. Do i need to buy the API and historical data for each app? or its based on one zero…
  • Hi Sujit, Thanks for your response!!! now i am using Python to get a "Access token" using the "request token" and manually pasting in the java code for login.. is there any other way to get the "Access token " without using python??
  • now able to login.. but still its a manual process to get the access token.. please add the code in the test project.. and more over i am not able to get historical data..
  • hi sujit, Using python as per webminar it works well and i can connect. using the same credentials [Hard coding from python values]in java it connects.. But using the plain java code it is not working. // Set request token and …
  • sysntax errors and class name errors..
  • the code which i have downloaded for java is having many errors. can you please upload the error free version in git.