the FOSS computational trading platform (for non-tinas..)
https://github.com/pikers/piker
e45c07dce7
- make the % daily change use the previous days close as the reference price - color each cell on every change (results in "pulsed" colors on changes) - tweak some quote fields - redraw and sort all rows on every quotes update cycle - error when the QT api is returning None values |
||
---|---|---|
piker | ||
.gitignore | ||
README.rst | ||
setup.py |
README.rst
piker
Anti-fragile trading gear for hackers, scientists, quants and underpants warriors.
Install
piker
is currently under heavy alpha development and as such should be cloned from this repo and hacked on directly.
If you insist on trying to install it (which should work) please do it from this GitHub repository:
pip install git+git://github.com/pikers/piker.git
Tech
piker
is an attempt at a pro-grade, next-gen open source toolset for trading and financial analysis. As such, it tries to use as much cutting edge tech as possible including Python 3.6+ and trio
.