☰
Login
Signup
Home
›
Search
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Websocket not executing after While True:
by
samarthpathak4
·
December 2023
# Callback to receive ticks.<br />#
#logging
.info("Ticks: {}".format(ticks))<br /># print("Main tick") <br />def on_connect(ws, respon
ticks[0]['last_trade_time'] it giving the local of the country i am in. While traveling to abroad.
by
Sbag
·
November 2023
#logging
.debug("Ticks: {}".format(ticks))
Error, Connection closed: 1006 - connection was closed uncleanly (WebSocket connection upgrade
by
AdityaPraveen
·
November 2022
#logging
.debug("Ticks: {}".format(ticks))
could not modify order [2022-Aug-08]
by
SRIJAN
·
August 2022
https://docs.python.org/3/howto/logging.html
#logging
-to-a-file
KiteTicker Websockets implementation threaded
by
AlgoTraderXYZ
·
July 2022
<br />def on_ticks(ws,ticks):<br />
#logging
.debug("Ticks: {}".format(ticks))<br />global all_ticks<br />all_ticks.extend(ticks)<br />print('ticked on
ReactorNotRestartable : Web Socket
by
satheesh7134
·
July 2022
/># Callback to receive ticks.<br />
#logging
.debug("Ticks: {}".format(ticks))<br />print(ticks)<br />def on_connect(self, ws,response):<br /># Callback on
ReactorNotRestartable : Web Socket
by
satheesh7134
·
July 2022
#logging
.debug("Ticks: {}".format(ticks))
Not able to place order
by
anilraj75
·
January 2022
#logging
.info("Order placed. ID is: {}".format(order_id))
WebSocket connection upgrade failed (403 - Forbidden)
by
vijoeyz
·
November 2021
True)<br /># Block main thread<br />
#logging
.info("This is main TICKER thread.")<br />except Exception as e:<br />exc_type, exc_obj, exc_tb = sys.exc_info()&
Order Place function not returning order ID
by
jenish_shakti
·
October 2021
/>except:<br />
#logging
.info("Excel Loop Order Scan has some error: {}".format(e.message))<br />pass<br />if __name__ == '__main__':<br />while True:<b
raise error.ReactorNotRestartable() ReactorNotRestartable
by
mukulietlucknow
·
May 2021
#logging
.debug("Ticks: {}".format(ticks))
Error establishing connection
by
dhirs
·
March 2021
#logging
.debug("Ticks: {}".format(ticks))
Tick data new thread issue
by
indiatechpython
·
November 2020
#logging
.info('New ticks received %s', ticks)
kiteconnect.ticker:Connection error: 1006 - connection was closed uncleanly (None)
by
gosaimansukhgar
·
June 2020
#logging
.debug("Ticks: {}".format(ticks))
Connection error: 1006 - connection was closed uncleanly (WebSocket connection upgrade failed (403)
by
Kshitij
·
May 2020
/>def on_ticks(ws, ticks): # noqa<br />
#logging
.info("Ticks: {}".format(ticks))<br />global row_no<br />#pprint(ticks)<br />#pdb.set_trace()<br />f
How to reconnect
by
cheko
·
August 2019
/>insert_ticks(ticks)<br />
#logging
.debug("Ticks: {}".format(ticks))<br />def on_connect(ws, response):<br /># Callback on successful connect.<br /># Subs
Error in ws_threaded.py
by
ansumanm
·
July 2018
#logging
.debug("Ticks: {}".format(ticks))
Help in appending ticks to Dataframe row by row
by
RP3436
·
November 2017
#logging
.info("on tick - {}".format(json.dumps(ticks)))
Next