piker/piker
Tyler Goodlet 2dec32e41f Move bar generation into func; support bar appends
There's really nothing coupling it to the graphics class (which frankly
also seems like it doesn't need to be a class.. Qt).

Add support to `.update_from_array()` for diffing with the input array
and creating additional bar-lines where necessary. Note, there are still
issues with the "correctness" here in terms of bucketing open/close
values in the time frame / bar range. Also, this jamming of each bar's 3
lines into a homogeneous array seems like it could be better done with
struct arrays and avoid all this "index + 3" stuff.
2020-10-02 12:13:28 -04:00
..
brokers Add ib 2020-10-02 12:13:28 -04:00
cli Move UI spawning cmds to new module 2020-09-01 20:47:24 -04:00
data Begin to use `@tractor.msg.pub` throughout streaming API 2020-09-29 17:06:28 -04:00
testing Import client for now until we make a proper shim 2018-02-12 10:35:54 -05:00
ui Move bar generation into func; support bar appends 2020-10-02 12:13:28 -04:00
watchlists Reord watchlist cmds into new package 2020-05-26 14:49:50 -04:00
__init__.py Use msgpack-numpy 2020-10-02 12:13:28 -04:00
_async_utils.py An explicit name is prolly better 2018-11-25 19:23:07 -05:00
calc.py Allow specifying number of displayed digits 2018-11-13 18:42:34 -05:00
log.py Delegate logging to `tractor` 2020-02-29 12:29:20 -05:00