piker/piker
Tyler Goodlet 92ce1b3304 Only handle hist discrepancies when market is open
We obviously don't want to be debugging a sample-index issue if/when the
market for the asset is closed (since we'll be guaranteed to have
a mismatch, lul). Pass in the `feed_is_live: trio.Event` throughout the
backfilling routines to allow first checking for the live feed being active
so as to avoid breakpointing on false +ves. Also, add a detailed warning
log message for when *actually* investigating a mismatch.
2023-02-13 12:27:58 -05:00
..
brokers `kraken`: make pps work with arbitrary deposits 2023-02-12 15:52:48 -05:00
clearing Add default factories for all required fields 2023-02-11 16:08:45 -03:00
cli Match `services` subcmd to new reg addr module variables 2023-01-13 13:21:49 -05:00
data Only handle hist discrepancies when market is open 2023-02-13 12:27:58 -05:00
fsp Fix history array name 2023-02-12 13:55:26 -05:00
testing Import client for now until we make a proper shim 2018-02-12 10:35:54 -05:00
ui Breakpoint bad (-ve or too large) x-ranges to m4 2023-02-13 12:27:58 -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 Passthrough `tractor` kwargs directly 2023-02-13 12:27:58 -05:00
_profile.py Fork our latency tune-able profiler from `pyqtgraph.debug` 2022-10-30 21:11:27 -04:00
calc.py Lul, adhere to returning `str`s in `humanize()` 2022-01-25 07:57:01 -05:00
config.py Always touch config file dir if dne 2023-01-10 11:09:19 -05:00
log.py Type annot name in put to log routine 2022-06-05 22:13:36 -04:00
pp.py Fix `open_trade_ledger()` enter value type annot 2023-02-13 12:27:58 -05:00
trionics.py Start trionics mod with an `async_enter_all` 2022-01-23 19:41:57 -05:00