init
This commit is contained in:
@@ -547,7 +547,7 @@ class HTS_122630:
|
||||
|
||||
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}
|
||||
|
||||
Reference in New Issue
Block a user