ramatius

About

Username
ramatius
Joined
Visits
1,978
Last Active
Roles
Member

Activity

  • Chetan_Bonde
    how to get data from websocket at every 30 sec??
    September 2021
  • arjun
    Hi,

    Gm , I am Arjun from Bangalore, are you using Nodejs Kite Connect API..?, I need help regarding the same, Please spare me 2 minutes to talk to you.whatsapp me @ 7338149567.
    Thanks,
    Arjun
    7338149567.
    April 2018
  • Sashank_Chittipeddi
    Hey there,

    This is Sashank. I needed some help and was wondering if you could advise me here. I learnt python and have coded and tested a few strategies on laptop using Jupiter notebook. Now, the next logical step is connect to kite (I have a zerodha account) but I am confused as to how exactly this is to be done. A walk-through of your implementation would be helpful.

    Thank you :)

    [email protected]
    +919880023273
    October 2017
    • ramatius
      ramatius
      Hi Sashank, I am seeing your comment just now. Hope you were able to proceed.
    • Sashank_Chittipeddi
      Sashank_Chittipeddi
      Hello!,

      I could proceed! it was quite challenging initially but I am fairly comfortable now. Now the challenge I am facing is in streaming live data & converting them to candles. Struggling with this for quite a while. A sample code to stream and convert to candles would be helpful
    • ramatius
      ramatius
      Python works well for live streaming (you can try the example; it works off the shelf. I couldn't get PHP working for that. Hope you are using mysql for storing the live data.

      In case you are trying to implement a specific strategy, perhaps you can consider using an automation platform like quantindia.in (this is mine :) ).
    • ramatius
      ramatius
      You can reach me on +91-8861693512
  • paragsatpute
    Hi Ramatius,
    In regards to your PHP implementation of Kite Connect, wanted to know if you are able to stream live data to your application with PHP. If yes, how and can you share the same.


    Regards,
    Parag
    February 2018
    • ramatius
      ramatius
      Websocket is not working for me in PHP. So I am using Python for live streaming. It works quite well.