This commit is contained in:
dosangyoon
2021-10-19 00:06:23 +09:00
parent 6a463bb1ad
commit 3edadf5651
4 changed files with 11 additions and 5 deletions

View File

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