piker/piker
Tyler Goodlet c4277ebd8e .ui._display: filter y-ranging to `_auction_ticks`
Since we only ever want to do incremental y-range calcs based on the
price always skip any tick types emitted by the data daemon which aren't
defined in the fundamental set. Further, toss in a new `debug_n_trade:
bool` toggle which by default turns off all loggin and profiler calls;
if you want to do profiling this has to now be adjusted manually!
2023-06-27 13:41:47 -04:00
..
accounting Better empty account console msg styling 2023-06-27 13:41:47 -04:00
brokers ib: map some tick types particulary "volumeRate" to avoid auto-range issue 2023-06-27 13:41:47 -04:00
clearing Always use fully expanded FQME throughout `.clearing` 2023-06-27 13:41:47 -04:00
cli Change `piker symbol-info` -> `mkt-info` 2023-06-27 13:41:47 -04:00
data Define the flattened "fundamental double auction" emitted tick type set 2023-06-27 13:41:47 -04:00
fsp Define shm buffer sizing in `.data.history` 2023-06-27 13:41:47 -04:00
service Add marketstore client as storage-backend module 2023-06-27 13:41:47 -04:00
storage Add `store ldshm` subcmd 2023-06-27 13:41:47 -04:00
testing Pass a config `tmp_dir: Path` to the runtime when testing 2023-03-09 15:37:43 -05:00
ui .ui._display: filter y-ranging to `_auction_ticks` 2023-06-27 13:41:47 -04:00
watchlists Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
__init__.py Start `piker.service` sub-package 2023-03-09 15:37:42 -05:00
_cacheables.py Move `._cacheables.open_cached_client()` into `.brokers` pkg mod 2023-06-27 13:41:47 -04: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 Refine accounting related config loading routine doc strings 2023-06-27 13:41:47 -04:00
log.py Doc string and types bump in loggin mod 2023-03-09 15:37:42 -05:00
trionics.py Start trionics mod with an `async_enter_all` 2022-01-23 19:41:57 -05:00