Revert to old shm "last" meaning last row
parent
1f64f47ee9
commit
0f200d9596
|
@ -135,7 +135,7 @@ async def dolla_vlm(
|
||||||
|
|
||||||
c, h, l, v = ohlcv.last()[
|
c, h, l, v = ohlcv.last()[
|
||||||
['close', 'high', 'low', 'volume']
|
['close', 'high', 'low', 'volume']
|
||||||
]
|
][0]
|
||||||
|
|
||||||
lvlm += price * size
|
lvlm += price * size
|
||||||
tina_lvlm = c+h+l/3 * v
|
tina_lvlm = c+h+l/3 * v
|
||||||
|
|
Loading…
Reference in New Issue