@rakeshr I am using the code; which is given here
https://gist.github.com/ajinasokan/b36d17da1a58af62782978c16bca309a
Is this old code? If yes then kindly provide the latest code.
I got issue related to the WebSocket "failed: Error in connection establishment: net::ERR_NAME_NOT_RESOLVED".
How can I make successful connection with this?
we are running from https:// URL.
To avoid "Firefox can’t establish a connection to the server", I have updated wss to ws.
Please guide how can we proceed to get the tick data.
@vivek , now I have resolved above mentioned issue by updating:
"wss://websocket.kite.trade/" to "ws://websocket.kite.trade/".
But after that "SecurityError: The operation is insecure." issue is coming; and no script is running after that. Please…
Yes, I have integrated the same but facing following issue on testing at Firefox browser:
Firefox can’t establish a connection to the server at wss://websocket.kite.trade/?api_key=XXXXX&user_id=XXXX&public_token=XXXX&uid=XXXXX.
@tonystark Thanks for your response.
I have no issues with php , Ajax and its communication. Before this , I have used kiteconnect.php file and by using ltp value, I had formed 4 strategies.
But, now I have to place Buy and Sell order according t…
@vadivel We have done coding, but its not fulfill exact requirement. Still struggling to get the tick data, and automatic Buy/Sell order on the basis of SuperTrend and Renko Chart.
Hi @Nikhil.A, As you said Brick Size is fixed. But, we can manage brick size by setting range value.
So, I don't think that brick size is fixed it must be dependent on the range which we have selected for the Renko Chart.
Hi @sujith, I am asking for ltp value variation. Means, Is it possible that KITE API returns the value according to the user requirement with particular decimal value.
Currently by using following URL, it returns the value of 0.05 round off like 121…