☰
Login
Signup
Home
›
QD1497
›
Comments
Activity
Discussions
3
Comments
7
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
QD1497
About
Username
QD1497
Joined
July 2021
Visits
10
Last Active
September 2021
Roles
Member
Activity
Discussions
3
Comments
7
Comments
how can I increase requests or at what time interval should I trigger request so that I can get historical data.
in
Historical Data Limit
Comment by
QD1497
September 2021
can I pass of array of tokens for the same ?
in
Historical Data Limit
Comment by
QD1497
September 2021
I am executing 2 request per minute but after 10 Requests it stops sending me data.
in
Historical Data Limit
Comment by
QD1497
September 2021
var ticker = new KiteTicker({ api_key: api_key, access_token: global.access_token }); ticker.autoReconnect(true, 10, 5) ticker.connect(); ticker.on("ticks", onTicks); ticker.on("connect", subscribe); ticke…
in
Not Receiving Ticks
Comment by
QD1497
July 2021
I am seeing an error no reconnect and ticks are not even triggered to subscribe function
in
Not Receiving Ticks
Comment by
QD1497
July 2021
I tried kc.getHistoricalData(256265, "5minute", new Date("2021-07-08 10:50:00"), new Date("2021-07-08 11:00:00")) but returning me blank array
in
Not getting data of Historical Data for short interval.
Comment by
QD1497
July 2021
if I am entering the range from 9:00 - 9:30 it's not working but if I enter 9-00 - 3:00 it gives me data of minute interval. Can you please check this?
in
Not getting data of Historical Data for short interval.
Comment by
QD1497
July 2021