This commit is contained in:
dsyoon
2023-12-14 14:08:52 +09:00
parent 2df115064a
commit 55b491cda5

View File

@@ -412,7 +412,10 @@ class HTS_etf(HTS):
#self.orderChecker = OrderChecker(self.RESOURCE_PATH, stock_code)
BUY_LIST = {
'stock_code': {'buy_count': 0, 'buy_avg': 0, 'buy_list': []}
'122630': {'buy_count': 0, 'buy_avg': 0, 'buy_list': []},
'233740': {'buy_count': 0, 'buy_avg': 0, 'buy_list': []},
'251340': {'buy_count': 0, 'buy_avg': 0, 'buy_list': []},
'252670': {'buy_count': 0, 'buy_avg': 0, 'buy_list': []}
}
print("START...")