goodboy
goodboy
Looks like yahoo actually has free streaming as well: https://github.com/yahoofinancelive/yliveticker Update: btw i tried this but the feed is pretty gawd slow arful so not sure it's worth it over...
Cute crawler: https://github.com/FinanceData/FinanceDataReader
Don't know why we don't already have the [`webull`](https://github.com/tedchou12/webull) api on here..
The one last bit was figuring out the source of latency in order cancellation. I got a feeling it's possibly one of 2 things: - their api is putting a...
I've updated the issue descr with the new issues i found and probably have addressed / solved by now.
found a small script that seems to work with `iproute2` pretty well, slightly modified from [this one](https://github.com/svinota/pyroute2/blob/master/examples/iproute/ip_monitor.py): ```python ''' Simplest example to monitor Netlink events with a Python script. '''...
@iamzoltan indeed that was part of my comment before merging #136. If you want to take a look at it we'll probably need to add a minor mode to the...
So it turns out waiting on this has paid off yet again 😂 I recently added some experimental work in https://github.com/pyqtgraph/pyqtgraph/pull/2162 which will get us y-scroll by default and for...
Probably worth reading up on some professional grade systems: - [kdb+](https://en.wikipedia.org/wiki/Kdb%2B) - which is a [column oriented db](https://en.wikipedia.org/wiki/Column-oriented_DBMS) - there's a [free version](https://kx.com/connect-with-us/download/) which requires being on-line
Did a little more research on `timescaledb` and found this [reddit thread](https://www.reddit.com/r/algotrading/comments/f3set4/timescaledb_for_storing_ticks_data/) which criticized its performance :crying_cat_face: On the brighter side, `Ameobea` suggested the very cool looking [tectonicdb](https://github.com/0b01/tectonicdb) for L2...