Revert to old shm "last" meaning last row

dolla_vlm
Tyler Goodlet 2021-10-01 17:47:02 -04:00
parent 1f64f47ee9
commit 0f200d9596
1 changed files with 1 additions and 1 deletions

View File

@ -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