goodboy
goodboy
`Qt` has messy stuff like "signals and slots" which actually provide not much benefit when used from python (since calling python from C++ doesn't often 😂) which we originally used...
In #223 we land multi-account support per `brokerd` an now support position display and orders over multiple broker accounts on the same order mode for a chart. Some lingering UX...
Initial draft / POC was in #322 but more or less we need our own image likely built as: - [`nixOS`](https://github.com/NixOS) so as to (mostly) avoid stupid dockerfile DSL syntax...
Was digging through api docs for #260 and found this! https://ndcdyn.interactivebrokers.com/api/doc.html Looks like we might not require that users run tws/gateway in the long run 🥳 I know personally I...
It's been a little half baked for a while using mostly `pyqtgraph.debug.Profiler`: - we have some flags for controlling that [in our little module](https://github.com/pikers/piker/blob/master/piker/_profile.py#L30) - we've also tried to do...
This issue demands a networking tool-set driven by 2 sets of requirements: - as per `ib` backend work in #321, we need an event oriented task that will request a...
It's odd because i've seen this from 2 diff sources in the #302 history but not sure either are legit. Main source of issue seems to be that we're loading...
i'm thinking we might as well have a top level config file for users to choose and tweak a lot of optional/variable settings we starting to acquire. Some options i...
Currently our OHLC sampling (bars) graphics [convert to a line curve](https://github.com/pikers/piker/pull/302/files#diff-f47502d93e0ccf58f4baa92355dffc44ce4421ba153234b4949ebfd324fc7a73R174) when the user zooms out enough that you can't visually distinguish a bar's shape (uppx is way too high...
As per #302 we now aggressively leverage the [m4 graphics downsampling algo](www.vldb.org/pvldb/vol7/p797-jugel.pdf) for redic low latency chartingn on massive data sets, however this algo *reduces* based on maintaining *range data*...