init
This commit is contained in:
@@ -734,6 +734,7 @@ class HTS:
|
|||||||
result["high"].append(open)
|
result["high"].append(open)
|
||||||
result["low"].append(open)
|
result["low"].append(open)
|
||||||
result["vol"].append(0)
|
result["vol"].append(0)
|
||||||
|
result["label"].append(0)
|
||||||
|
|
||||||
if time not in result["check"]:
|
if time not in result["check"]:
|
||||||
result["check"].add(time)
|
result["check"].add(time)
|
||||||
@@ -744,5 +745,6 @@ class HTS:
|
|||||||
result["high"].append(high)
|
result["high"].append(high)
|
||||||
result["low"].append(low)
|
result["low"].append(low)
|
||||||
result["vol"].append(vol)
|
result["vol"].append(vol)
|
||||||
|
result["label"].append(0)
|
||||||
|
|
||||||
return result
|
return result
|
||||||
Reference in New Issue
Block a user