Hi @rakeshr ,
I have already checked these FAQs . There is no specific date given there . I need to know that for how many years will I get the 5 minute candle before subscribing it for 2000 Rs
@neerleo88 As I've said before, while we understand the inconvenience, this is decision is based on updated risk and cyber security assessments.
@Matti
Can you please help us understand what kind of cyber security related issue you have faced with…
@Matti
@Matti
Let SEBI take any action on their definition . Let SEBI say the same . Let SEBI elaborate the definition in more correct way .
Why you guys are in so much hurry. specially when it will do more harm than good to the user.
Can you pleas…
PIN or any sort of secondary password that the user enters from memory is not actual 2FA and does not mean SEBI's definition of 2FA.
@Matti
Let SEBI take any action on their definition . Let SEBI say the same . Let SEBI elaborate the definition in …
@Matti
And for data as add on you charge another 2000. Just give me one reason why shouldn't we store tick data in our personal database . Are we not supposed to be smart enough ?
Because we have been asked questions by regulators about what we are doing to secure our users' accounts and to take additional steps when it comes to the APIs.
Only Zerodha has been asked by SEBI ? No one else has been asked by SEBI ?
As @amit0 a…
Kite Connect is a suite of order execution APIs, not a data vending product.
@Matti
In my opinion , people use API to create algorithm and for algorithm to run correctly , It needs data please suggest me if you have any other way where any algorit…
@Matti @rakeshr @nithin
Why can't you guys wait until SEBI specifically asked for TOTP based 2FA and ever other broker/organization implement this instead of only Zerodha . You said these enforcement may come from SEBI but Its also mean that it m…
Hi Sujith,
I used "modeFull" instead of "modeFULL" and its working now . I am getting the timestamp now.
But for nifty bank index , the timestamp is not correct at all. Please find below.
[ { tradable: false,
mode: 'full',
instrument_token…
The code I am using is below
ticker.connect();
ticker.on("ticks", onTicks);
ticker.on("connect", subscribe);
function onTicks(ticks) {
console.log(ticks)
}
function subscribe() {
var items = [54489351];
ticker.subscribe(items);
…
I am fetching tick in FullMode using Node JS function but there is no TIMESTAMP present in the fetched data. Could you please check
Below is the data I am getting.
[ { tradable: true,
mode: 'quote',
instrument_token: 54489351,
last_pr…
thanks @razcads for replying.
The problem is , I am converting these ticks in 5min candles and after that I do many calculation like body and shadow length,ATR etc. These calculation are necessary to generate buy or sell call. So if there are missi…
@zartimus
I know you guys just closed my last thread without providing the solution. So i am putting here again the issue
@enigma
Did you find any solution for this
Below is the code to print ticker only and it is based on your documentation itself . No additional logic implemented. Please let me know where blocking in on_tick() callback because this time also , within 30 min I am getting the same error message…
@zartimus @rakeshr @sujith
Please don't play the developer tester game here i.e. its working in my machine and not working in your machine.
below is the code to print ticker only and it is based on your documentation itself . No additional logic …
@sujith
With all due respect I want you to understand below points
1. I didn't ask any code or solution for my personal strategies .
2. I have used all the methods and done all the coding according to API docs only .
3. I haven't included my str…
@zartimus @rakeshr
Please check my code I provided above . I have used the same code as Example.
How can you say no issues here where I and other members have been providing you the evidence.
Please find more evidence below.
0 2019-01-15 15:10:2…
@zartimus
As you and @rakeshr suggested ,there might be a problem with db operation which I was doing within on_ticks(). So I removed the db operation and just print the ticks value. This time also I got the same error.
0 2019-01-15 12:48:01 273…
@rakeshr
I have made the changes you suggested But now I am not getting any ticker
Please find below the code
kws.on_ticks = on_ticks
kws.on_connect = on_connect
#kws.on_close = on_close
kws.on_error = on_error
kws.on_noreconnect = …
Please find below the code I am using
import win32com.client
import time
import logging
from kiteconnect import KiteConnect
from kiteconnect import KiteTicker
import datetime
from datetime import timedelta
#from datetime import time
import pandas a…
Can somebody check above error . Today also I am getting the same error , Please find below the error
0 2019-01-15 10:00:53 27389.6
0 2019-01-15 10:00:54 27388.2
ERROR:kiteconnect.ticker:Connection error: 1006 - connection was closed uncleanly (N…
@rakeshr @sujith Can you please check the above.
Today also same kind of behavior is happening.
0 2019-01-15 09:42:42 27394.4
ERROR:kiteconnect.ticker:Connection error: 1006 - connection was closed uncleanly (None)
ERROR:root:closed connection o…
import win32com.client
import time
import logging
from kiteconnect import KiteConnect
from kiteconnect import KiteTicker
import datetime
from datetime import timedelta
#from datetime import time
import pandas as pd
import numpy as np
import logging
…
@sujith I am also facing similar problem. connection is closing and re establishing very frequently in every 5-10 minutes. Please find below details
0 2019-01-14 09:34:45 27253.6
ERROR:kiteconnect.ticker:Connection error: 1006 - connection was clos…
Why Connection error: 1006 is occurring in every 5-10 minutes. Also its takes at least 20-30 sec to reconnect and some time it is taking more than 1-2 minutes. I am unable to get correct data for 5,10 min candles. Please find below errors at differe…