Make vlm a float; discrete is so 80s
parent
b2833896a6
commit
5c294f5ed4
|
@ -33,7 +33,7 @@ ohlc_fields = [
|
|||
('high', float),
|
||||
('low', float),
|
||||
('close', float),
|
||||
('volume', int),
|
||||
('volume', float),
|
||||
('bar_wap', float),
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue