diff --git a/piker/fsp/_volume.py b/piker/fsp/_volume.py index e5a592e3..f4fb8f7c 100644 --- a/piker/fsp/_volume.py +++ b/piker/fsp/_volume.py @@ -135,7 +135,7 @@ async def dolla_vlm( c, h, l, v = ohlcv.last()[ ['close', 'high', 'low', 'volume'] - ] + ][0] lvlm += price * size tina_lvlm = c+h+l/3 * v