From adeb1f19b3502a78c44cfe826f65234340797be7 Mon Sep 17 00:00:00 2001 From: dosangyoon Date: Mon, 18 Oct 2021 19:26:08 +0900 Subject: [PATCH] init --- hts/HTS_252670.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hts/HTS_252670.py b/hts/HTS_252670.py index db5feab..e3b511b 100644 --- a/hts/HTS_252670.py +++ b/hts/HTS_252670.py @@ -547,7 +547,7 @@ class HTS_252670: def buyRealTime(self, stock_code, GIVEN_DAY): orderChecker = OrderChecker(stock_code) - BASE_COUNT = 50 + BASE_COUNT = 150 timecheckList = pd.read_csv("timecheck.csv").values.tolist() timecheck = {GIVEN_DAY + " " + str(second).zfill(6):False for second, check in timecheckList}