This commit is contained in:
dosangyoon
2021-10-24 20:01:47 +09:00
parent 9df419be36
commit 7b87c1b56d
4 changed files with 136 additions and 20 deletions

View File

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