@sujith the link doesn't inform whether OHLC information returned by quotes.get(instruments[0]).ohlc.open ... quotes.get(instruments[0]).ohlc.close current day data? Or, previous day?
@sujith I am not asking for strategies. I mentioned "setting up" doesn't mean strategies. It means the regular workflow. It meant connecting with your execution platform.
Another point I would like to place here. I am paying for the the api access…
Thanks @sujith for the patient reply. I am framing my query in another post. Please guide me with setting up my system.
You may close this thread and the previous thread.
@sujith and @rakeshr
Was check the access token flow in one of the videos using ipython.
Is there any video on Java apis?
Unable to understand the flow.
In Test class following code was shown to obtain
User user = kiteConnect.generateSession("xxxxxtttyyy", "xxxxxxxyyyyy");
How to get request token from Java code? Any method available?
Maybe because I didnt include following before connection
~~~
User user = kiteConnect.generateSession("xxxxxtttyyy", "xxxxxxxyyyyy");
kiteConnect.setAccessToken(user.accessToken);
kiteConnect.setPublicToken(user.…
Typos in previous message ...
Having been associated with Sun Microsystems, as Java trainer, decades back, seeing the clean code with appropriate coding convention gave good feeling. Documentation format was good too, /** ... */would have been bett…
TQ @sujith .
Was checking samples code. Saw that you are the author of those methods.
Having been associated with Sun Microsystems, as Java trainer, decades back, seeing the cleaning gave good feeling.
Best wishes.
~
@rakeshr TQ for the previou…
@rakeshr How to get api_key, api_secret? The links provide technical details after api_key, api_secret is obtained.
I wasn't able to know how to get api_key, api_secret?
Please help.
@rakeshr @sujith @whoeverisavailabletoanswer, please inform what to do now. I have been going round and round from one page to another. I am not upto your intelligence level. Please inform in simple way and easy to follow way, what I need to do to …