This commit is contained in:
dsyoon
2022-05-26 14:43:35 +09:00
parent b16fb6a8b5
commit 8974cb3042

View File

@@ -549,7 +549,7 @@ class HTS_252670:
def buyRealTime(self, GIVEN_DAY):
orderChecker = OrderChecker(self.stock_code)
BASE_COUNT = 300
BASE_COUNT = 500
timecheckList = pd.read_csv("timecheck.csv").values.tolist()
timecheck = {GIVEN_DAY + " " + str(second).zfill(6):False for second, check in timecheckList}