This commit is contained in:
dosangyoon
2021-10-18 19:26:08 +09:00
parent 91c3686a68
commit adeb1f19b3

View File

@@ -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}