@Nikhil.A I know how the exchanges work.
I am not asking you to stream minute candles, just asking to include latest candle data in the historical API.
Consider your web platform kite, for a moment. When a chart is loaded, previous minute candles…
Here's a working function for getting profit/loss for every 1rs movement in case anyone is interested.
rpl = {
'ALUMINI':1000,
'ALUMINIUM':5000,
'BRENTCRUDE':100,
'COPPER':1000,
'COPPERM':250,
'CRUDEOIL':00,
'CRUDEOILMI…
Here's a working function for getting profit/loss for every 1rs movement in case anyone is interested.
rpl = {
'ALUMINI':1000,
'ALUMINIUM':5000,
'BRENTCRUDE':100,
'COPPER':1000,
'COPPERM':250,
'CRUDEOIL':00,
'CRUDEOILMI…
Here's the code in python for the link in case anyone is interested.
rpl = {
'ALUMINI':1000,
'ALUMINIUM':5000,
'BRENTCRUDE':100,
'COPPER':1000,
'COPPERM':250,
'CRUDEOIL':00,
'CRUDEOILMINI':10,
'GOLD':100,
'GOLDGU…
@vivek
thanks! I was hoping if kiteconnect had the some api for the same. Never mind though, I wrote a code for the same in python.
rpl = {
'ALUMINI':1000,
'ALUMINIUM':5000,
'BRENTCRUDE':100,
'COPPER':1000,
'COPPERM':250,
…
@vivek That looks great. Thanks! I was asking if kiteconnect has an api access for the same. Never mind though, I made the function myself.
rpl = {
'ALUMINI':1000,
'ALUMINIUM':5000,
'BRENTCRUDE':100,
'COPPER':1000,
'COPPERM':2…
Also, reconnecting WebSocket.reconnect() doesn't help either. I have checked this on a 8Mbps connection as well. It seems that youtube consumes all the bandwidth, irrespective of the connection.
@vivek Thanks! That would work.
on a side note, I tried to comment with a python function of the same but for some reason my messages aren't getting posted. I'll try to post it again.
@prakash.jj Total buy/ sell "quantity" represents total pending limit orders in the system. In case you wish to know total sold and bought shares, it is simply equal to the volume traded.
@Kailash I haven't seen the source code so I wasn't sure. I observed that in case my internet stops working, the streams usually stopped so by reconnecting I was able to stream seamlessly when my internet is up again.