goodboy

Results 740 comments of goodboy

Bleh, just ran into this issue oddly (though i swear this was working before?!?) More or less summarized best in this forum issue: https://groups.io/g/insync/topic/7424102?20,0,0,0::,,,0,0,0,7424102 Basically if you have a local...

Another eventually relevant feature request is [UDS support in `tractor`](https://github.com/goodboy/tractor/issues/109).

we need to test the old behavior (reversion of https://github.com/pikers/piker/commit/9c185220305ec4f7c17e2baa9822ac3b54e83ca4) against the patch in https://github.com/pyqtgraph/pyqtgraph/pull/1461.

@guilledk apologies for leading you astray here. The post on kraken's support page says it all: https://support.kraken.com/hc/en-us/articles/218198197-How-to-retrieve-historical-time-and-sales-trading-history-using-the-REST-API-Trades-endpoint- TLDR: - only 720 (12 h) worth of 1m OHLC bars - you...

Thanks to finding pyqtgraph/pyqtgraph#1418 most of the CPU usage and latency issues are actually completely solved now! We'll likely depend on our own fork until that fix lands (which may...

Oh, also we've removed the `np.append()` stuff and now have a new shared mem subsystem coming in #112, so all that discussion can be marked solved.

Good news. Got a massive massive latency fix with large(r) data sets by using `pyqtgraph`s [`functions.arrayToQPath()`](https://github.com/pyqtgraph/pyqtgraph/blob/master/pyqtgraph/functions.py#L1441) to generate a `QPainterPath` with gaps in it to make up bars graphics. Turns...

Tried out `trendspider` for the free trial; it's definitely a neat idea. Big quiffs include: - no scripting language for backtesting - super laggy and slow (can barely view any...

Short list of resources getting pulled out of research bookmarks: projects/impls/code: - https://forum.jesse.trade/d/65-identification-of-support-and-resistance-extrema-trendlines - spark trend calculus examples page: https://lamastex.github.io/spark-trend-calculus-examples/ papers / resources: - multi-scale analysis [purdue paper](https://www.math.purdue.edu/~gabriea/mta.pdf) - https://en.wikipedia.org/wiki/Trend...

seems this was to do with re-connecting clients not being registered to receive order-dialog updates for flows it wasn't any longer registered for. Pretty sure this is all fixed in...