Error while recieving data. Message: The WebSocket is not connected. == > DateTime @ 4/20/2022 7:30:17 PM
@ Connnection established for live price == > DateTime @ 4/20/2022 7:30:17 PM
@ Reconnect for live price == > DateTime @ 4/2…
Error while connecting. Message: The remote server returned an error: (429) Too Many Requests. == > DateTime @ 4/20/2022 7:32:05 PM
Error while connecting. Message: Unable to connect to the remote server == > DateTime @ 4/20/2022 7:32:05 …
it's not always wrong but in between quotes, false price quotes are being received due to which SL or Target of our strategy is getting executed wrongly.
This only happens with today's live data which is fetched at every minute closing. Data since yesterday are fine and no candle is missing.
This is happening daily. Please guide.
@sujith @rakeshr
Something i would like to share with you. Yesterday in SBIN NSE chart in Kite Web, the closing price was:
1. 15:16 - 266.5
2. 15:22 - 266.25
3. 15:24 - 266.10
4. 15:26 - 266.5
5. 15:27 - 266.70
6. 15:29 - 266.90
But now it is showing:
1. 15:16 - …
@rakeshr fetched above data after market hours but still mismatch. Shared above the code also which I am using. Please help as not able to make out where the fault is. Anticipating your cooperation.
@sujith @rakeshr I have checked your thread but still the data being received is faulty. Below is the description of the code I am using to fetch 1 minute candle OHLC. I am working only over the close price so sharing the closing price of 1 minute c…
This is the request i am making but ohlc received is mismatching with candles formed in zerodha kite. Sharing few differences in escort. This kind of difference is coming in many scripts:
Escort NSE candle closing price differences:
Time …
I am finding this kind of mismatch in 1 candle after every 15 - 20 minutes. I am working with linebreak candles so due to this type of minor mismatch also the entire chart plotting is becoming extremely different than the 1 i find in zerodha charts.