goodboy
goodboy
As part of #190 we need a nice readme using [mermaid sequence diagrams](https://mermaid-js.github.io/mermaid/#/sequenceDiagram) to explain the possible message flows and sequences that take place as part of `piker`'s internal clearing...
Now that #190 is ready to land (once y'all glance at it) we've got a much more explicit api for supporting order management and thus live trading. The big crypto...
`piker` is supposed to about minimalism, speed, and power, ideally that means our built in "indicator" (what we refer to as [fsps](https://en.wikipedia.org/wiki/Financial_signal_processing)) set should be small, objective and as *hip*...
Cleaning out some tabs on this and @guilledk and i were just chatting about different recent systems. - https://stackoverflow.com/questions/41573587/what-is-the-difference-between-venv-pyvenv-pyenv-virtualenv-virtualenvwrappe - https://github.com/jazzband/pip-tools - apparently [`venv`](https://docs.python.org/3/library/venv.html) is what *we're supposed to be...
This project is being built for "*hard core*" linux users (aka non-tech-tinas). It is also being built as production software with zero interest in *the web*; in fact for us...
Thanks once again to @guilledk for the new `binance` backend support in #170 we can get some more serious (and near hft) style processing going on for crypto$ 😎 Some...
I've tested it multiple times and on multiple systems now and 100% something changed from our [fork](https://github.com/pikers/pyqtgraph/tree/avoid_np.linalg.inv) versus upstream. I'll come back with some images of the graphics distaster hopefully...
`test_cli.py` and `test_questrade.py` obviously rely on questrade backend symbol sets and api keys. not sure if we want to [go down that road again[(https://github.com/pikers/piker/issues/6) of trying to run stuff under...
WIP attempt at making the client work on 3.10 **without** using the grpc client which seems to have broken proto defs and doesn't it fix itself even if i build...
On python 3.10 one can't even import the package: ```python File "/home/goodboy/repos/piker/310/lib/python3.10/site-packages/pymarketstore/__init__.py", line 1, in from .client import Client # noqa File "/home/goodboy/repos/piker/310/lib/python3.10/site-packages/pymarketstore/client.py", line 9, in from .grpc_client import GRPCClient...