piker/piker
Tyler Goodlet ccaedfae3f Handle high = low bars
For whatever reason if the `QLineF` high/low values are the same a weird
little rectangle is drawn (my guess is a `float` precision error of some
sort). Instead, if they're the same just use one of the values.
Also, store local vars to avoid so many lookups.
2020-07-03 18:08:03 -04:00
..
brokers Make search work with ib backend 2020-07-02 16:02:58 -04:00
cli Move UI spawning cmds to new module 2020-06-16 11:52:16 -04:00
data Allow passing in tbk keys to query 2020-06-24 14:23:37 -04:00
testing Import client for now until we make a proper shim 2018-02-12 10:35:54 -05:00
ui Handle high = low bars 2020-07-03 18:08:03 -04:00
watchlists Reord watchlist cmds into new package 2020-05-26 14:49:50 -04:00
__init__.py Relicense to AGPLv3 2020-06-16 00:12:19 -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