This commit is contained in:
dsyoon
2022-08-17 14:49:13 +09:00
parent bf35581328
commit 6489c92fcc

View File

@@ -734,6 +734,7 @@ class HTS:
result["high"].append(open)
result["low"].append(open)
result["vol"].append(0)
result["label"].append(0)
if time not in result["check"]:
result["check"].add(time)
@@ -744,5 +745,6 @@ class HTS:
result["high"].append(high)
result["low"].append(low)
result["vol"].append(vol)
result["label"].append(0)
return result