piker/piker
Tyler Goodlet 7b13124dd4 Keep clear loop price pedantically up to date
To avoid the "trigger finger" issue (darks execing before they should
due to a stale last price state, normally when generating a trigger
predicate..) always iterate the loop and update the last known book
price even when no execs/triggered orders are registered.
2022-02-11 10:30:30 -05:00
..
brokers Annoying doc strings 2022-02-11 10:30:30 -05:00
clearing Keep clear loop price pedantically up to date 2022-02-11 10:30:30 -05:00
cli Fix deprecated `LocalPortal` call 2022-01-25 07:57:01 -05:00
data Fix var name typo 2022-02-07 12:53:30 -05:00
fsp Drop dvlm 'rates' (they're just means), add default params, period -> 6 2022-02-08 12:04:01 -05:00
testing Import client for now until we make a proper shim 2018-02-12 10:35:54 -05:00
ui Bleh, just fill the available window space 2022-02-11 10:07:43 -05: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
_cacheables.py Port to new `tractor.trionics.maybe_open_context()` api 2022-01-23 21:01:38 -05:00
_daemon.py Switch imports to new `tractor.trionics` subpkg 2021-11-01 13:22:23 -04:00
_profile.py Turn on profiling for the moment 2022-01-25 07:57:01 -05:00
calc.py Lul, adhere to returning `str`s in `humanize()` 2022-01-25 07:57:01 -05:00
config.py Fix default `brokers.toml` copying since module move 2022-02-10 10:26:52 -05:00
log.py Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
trionics.py Start trionics mod with an `async_enter_all` 2022-01-23 19:41:57 -05:00