piker/piker
Tyler Goodlet e5e9a7c582 Add symbol searching for ib backend
Obviously this only supports stocks to start, it looks like we might
actually have to hard code some of the futures/forex/cmdtys that don't
have a search.. so lame. Special throttling is added here since the api
will grog out at anything more then 1Hz.

Additionally, decouple the bar loading request error handling from the
shm pushing loop so that we can always recover from a historical bars
throttle-error even if it's on the first try for a new symbol.
2021-05-27 13:05:22 -04:00
..
brokers Add symbol searching for ib backend 2021-05-27 13:05:22 -04:00
clearing Attach to order client *after* feed connection to speed up the startup time 2021-05-24 12:27:23 -04:00
cli Just de-lint imports 2021-05-24 12:16:15 -04:00
data Enforce lower case symbols across providers 2021-05-27 13:05:22 -04:00
fsp Breakout fsp rt loop as non-closure for readability 2021-05-24 12:26:44 -04:00
testing Import client for now until we make a proper shim 2018-02-12 10:35:54 -05:00
ui Throttle requests using a static "typing paused period" 2021-05-27 13:05:22 -04:00
watchlists Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
__init__.py Reminder to remove msgpack-numpy 2021-05-24 12:20:48 -04:00
_async_utils.py Wishful thinking with conditional mngrs 2021-01-15 21:10:08 -05:00
_daemon.py Expose registry port as dict 2021-05-24 12:26:28 -04:00
_profile.py Add a pyqtgraph profiling toggle to chart CLI 2020-12-29 18:05:36 -05:00
calc.py Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
log.py Add license headers to pertinent files 2020-11-06 12:23:14 -05:00