piker/piker
Tyler Goodlet fa9eebab35 Add volume plot as default
Toss in support for a "step mode" curve (unfinished atm) and use it to
plot from the `volume` field of the ohlcv shm array (if available).

changes to make it happen,
- dynamically generate the fsp sidepane form from an input config `dict`
  |_ dynamically generate the underlying `pydantic` model
  |_
- add a "volume checker" helper func that inspects the shm array
- toss in sidepane resize calls to avoid race where the ohlcv array
  is plotted too slowly compared to the volume and the chart somehow
  doesn't show..
- drop duplicate rsi2 cruft (previously used to test plots of the shm
  data)
2021-11-05 10:25:43 -04:00
..
brokers Wait for a last price tick before delivering quote 2021-10-29 09:31:06 -04:00
clearing Add some type annots around pp msg handling 2021-11-05 10:05:11 -04:00
cli Move config module to top level 2021-09-06 21:26:28 -04:00
data Revert to old shm "last" meaning last row 2021-11-01 13:28:57 -04:00
fsp Don't open stream before starting the fsp context.. 2021-11-05 10:04:10 -04:00
testing Import client for now until we make a proper shim 2018-02-12 10:35:54 -05:00
ui Add volume plot as default 2021-11-05 10:25:43 -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
_cacheables.py No longer feed specific 2021-09-06 09:28:11 -04:00
_daemon.py Switch imports to new `tractor.trionics` subpkg 2021-11-01 13:22:23 -04:00
_profile.py Add a pyqtgraph profiling toggle to chart CLI 2020-12-29 18:05:36 -05:00
calc.py Add `puterize()` 2021-09-21 15:48:40 -04:00
config.py Append paper account last when loading 2021-09-10 11:35:30 -04:00
log.py Add license headers to pertinent files 2020-11-06 12:23:14 -05:00