goodboy
goodboy
I've got to say my main issue with most of these ^ is the overuse of classes to define both strategies and the data flow model.
[Rob Carver](https://github.com/robcarver17?)'s [`pysystemtrade`](https://github.com/robcarver17/pysystemtrade) and [blog](https://qoppac.blogspot.com) look decent as well. (added to above)
- [x] TODO section on projects with UIs. List I've got so far: - [backtesting](https://kernc.github.io/backtesting.py/) which internally uses `bokeh` for plotting - [`pyalgotrader`](https://github.com/day0market/pyalgotrader) which is an english port of the...
[vectorbt](https://github.com/polakowo/vectorbt) also looks interesting, in the sense it's not using `pandas` 😂 Probably worth some digging and peeking. Found it at [this reddit thread](https://www.reddit.com/r/Python/comments/f99wh4/for_trading_enthusiasts_i_made_a_highlyefficient/).
https://docs.nautilustrader.io/index.html is notable for having lower level components in `cython` and `rust` but it's still got a gnarly callback API. Decent [integration set](https://docs.nautilustrader.io/integrations/index.html) including `ib`.
@iamzoltan we're basically primed for it after #349 lands if interested 😉
https://stackoverflow.com/questions/25761556/qt5-font-rendering-different-on-various-platforms/25929628#25929628 might also be relevant.
getting closer to this with our new `FieldsForm` from #205 fwiw. I think i want to release an ORM system built around `Qt` +`trio` + `pydantic` eventually.
@nyxynyx indeed. I think it'll require an API endpoint to be formalized on the server though.
Yo @umitanuki. Can we get this merged in sooner then later? Some of the stuff here seems really useful :smile_cat: