bugfix
This commit is contained in:
@@ -36,7 +36,7 @@ function transform_data(data) {
|
|||||||
bars.push(sbars)
|
bars.push(sbars)
|
||||||
vwap.push(svwap)
|
vwap.push(svwap)
|
||||||
volume.push(svolume)
|
volume.push(svolume)
|
||||||
});
|
});
|
||||||
transformed["bars"] = bars
|
transformed["bars"] = bars
|
||||||
transformed["vwap"] = vwap
|
transformed["vwap"] = vwap
|
||||||
transformed["volume"] = volume
|
transformed["volume"] = volume
|
||||||
|
|||||||
Reference in New Issue
Block a user