This commit is contained in:
dsyoon
2022-05-25 14:40:01 +09:00
parent 74aaa33285
commit c60efbb1b0
2 changed files with 4 additions and 4 deletions

View File

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