Make vlm a float; discrete is so 80s

pre_flow
Tyler Goodlet 2022-05-16 14:31:04 -04:00
parent b2833896a6
commit 5c294f5ed4
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ ohlc_fields = [
('high', float), ('high', float),
('low', float), ('low', float),
('close', float), ('close', float),
('volume', int), ('volume', float),
('bar_wap', float), ('bar_wap', float),
] ]