var KiteConnect = require("kiteconnect").KiteConnect; I have install kiteconnectjs current version as per our above conversation. after install there is two folder node_module, pakage.json. I need to know require("kiteconnect") reference.
So should we consider that it can't be done in PHP alone? we have to see how to use the nodejs for websocket and then invoke in PHP code. Seems quite tough for someone who knows PHP but not nodejs. We picked up PHP considering the expertise and expe…
Also - we installed beta version, can you please confirm how to install the 3.1.0 version? Is there any support available on call wherein we can discuss and resolve the queries/doubts quickly?
So should we consider that it can't be done in PHP alone? we have to see how to use the nodejs for websocket and then invoke in PHP code. Seems quite tough for someone who knows PHP but not nodejs. We picked up PHP considering the expertise and expe…
If we use kiteconnectjs for live data then how to integrate it with the other PHP system we have developed/developing ? will it support? Not sure so asking this.
Also - about the version - you told us to install the beta version so installed that. …
Here is the version -
"kiteconnect": {
"version": "3.0.0-beta.3",
"resolved": "https://registry.npmjs.org/kiteconnect/-/kiteconnect-3.0.0-beta.3.tgz",
"integrity": "sha512-70aXvZy1maAXDcaNI2BKe2Ew3vhdJ/CN1O2BFzuZNkigPvZMjJMCIvmQ…
Hi Sujith, the kiteconnectjs is in nodejs, right? So should we consider that we can not fetch the live data via PHP ? If there is any way out then let us know. And if we use this kiteconnectjs node js then how will be the integration with PHP in t…
yes I am sending the token properly, stacktrace :
ticker.js:263 WebSocket connection to 'wss://ws.kite.trade/?api_key=*********************&access_token=&uid=************' failed: Error during WebSocket handshake: Unexpected response code: …
So you mean to set up trigger in my investment app - we have to get live data from other vendor - integrate it in our system - create trigger - and then send order data to Zerodha - Is it the right flow and understanding ?
Thank you for the revert, Sujith. Yes, we checked websocket but it can only fetch 3000 instruments. We need triggers in our own system and then place orders in Zerodha. Now the problem we are facing is how to compare the trigger parameters with the …