piker/piker
Tyler Goodlet 0932a85c9f Speed up ranging in display loop
use the new `do_overlay_scaling: bool` since we know each feed will have
its own updates (cuz multiplexed by feed..) and we can avoid
ranging/scaling overlays that will make their own calls.

Also, pass in the last datum "brighter" color for ohlc curves as it was
originally (and now that we can pass that styling bit through).
2023-03-03 18:36:45 -05:00
..
brokers `flake8` linter cleanup and comment out order ctl draft code 2023-03-03 18:32:24 -05:00
clearing Add sym registry to PaperBoi as well as a sym ref on Transaction 2023-03-01 21:06:48 -03:00
cli Moved database initialization code inside the open_pikerd context manager 2023-02-21 13:34:29 -03:00
data Backward-compat: don't require `'lot_tick_size'` 2023-03-02 19:22:19 -05:00
fsp Fix history array name 2023-02-12 13:55:26 -05:00
testing Use constants value for test config dir path 2023-02-25 18:59:39 -05:00
ui Speed up ranging in display loop 2023-03-03 18:36:45 -05:00
watchlists Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
__init__.py Expose `.open_feed()` and `open_piker_runtime()` eps at top level 2022-11-10 13:06:31 -05:00
_cacheables.py Port to new `tractor.trionics.maybe_open_context()` api 2022-01-23 21:01:38 -05:00
_daemon.py Remove unnesesary arguments to some pikerd functions, fix container init error 2023-02-21 20:45:10 -03:00
_profile.py Make profiler work when nested and not? 2023-02-13 12:27:58 -05:00
calc.py Lul, adhere to returning `str`s in `humanize()` 2022-01-25 07:57:01 -05:00
config.py Fix mayor bug found by fomo, sym info getting stored incorrectly on pps.toml causing it to load pp wrong on second open, also fix header leak bug 2023-03-01 21:06:52 -03:00
log.py Type annot name in put to log routine 2022-06-05 22:13:36 -04:00
pp.py Backward-compat: don't require `'lot_tick_size'` 2023-03-02 19:22:19 -05:00
trionics.py Start trionics mod with an `async_enter_all` 2022-01-23 19:41:57 -05:00