This commit is contained in:
dosangyoon
2021-10-24 20:15:31 +09:00
parent 7b87c1b56d
commit c9e8f662e8

View File

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