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