the FOSS computational trading platform (for non-tinas..) https://github.com/pikers/piker
Go to file
Tyler Goodlet 224451f44a Make ticker stream caching optional
Push all ticker quotes to the queue regardless of duplicate
content. That is, don't worry about only pushing new quote changes
(turns out it is useful when coloring a watchlist where multiple
of the same quote may indicate multiple similar trades and we only
want to quickly "pulse" color changes on value changes).
If it is desired to only push new changes, the ``cache`` flag enables
the old behaviour.

Also add `Client.symbols()` for returning symbol data from a sequence of
tickers.
2018-02-08 19:10:17 -05:00
piker Make ticker stream caching optional 2018-02-08 19:10:17 -05:00
.gitignore Initial commit 2018-01-15 22:58:02 -05:00
README.rst Explain the mess so far 2018-01-27 01:52:24 -05:00
setup.py Add more deps and pkgs 2018-02-08 02:39:18 -05:00

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.