more confusion:
pl describe order_id and parent_order_id, how to get them?
after successfully placing cover order i'm getting an number which i assume is order_id
Hi @ajinasokan,
i downloaded and did "pip install pykiteconnect-master.zip", then this is the o/p in screen :
Processing ./pykiteconnect-master.zip
Requirement already satisfied: requests in /usr/local/lib/python2.7/dist-packages (from kiteconnec…
@Vivek I think I'm now understanding the complete picture:
1) "kws.on_tick" is used as parameter in some mysterious method defined in WebSocket class.
2)"kws.on_tick = on_tick" basically makes "kws.on_tick" a pointer to "on_tick ()" function whic…
@Vivek So, on_tick function is invoked by kws.on_tick which also puts the needed parameters in the function, I will try out some examples.
Thanks for the much needed guidance,
Hi @Vivek ,
Thanks for the prompt reply, my object oriented programming skills are bit rusty, from the above suggested example can u pl further explain the following :
kws.on_tick = on_tick
kws.on_connect = on_connect
as per my understanding "kws…
Hi Zerodha Guys,
Make some tutorials for people like myself to start off. Please start tutorials section ASAP, before the expiry of my first paid app I want to atleast once see my trades successfully automated.
Hi, Just getting started on Kite connect, which web hosting service is best suited/recommend for using Kite Connect , does it matter if server is located in India or abroad, any specific services required from web hosting service provider...etc, ple…