init
This commit is contained in:
@@ -412,7 +412,10 @@ class HTS_etf(HTS):
|
|||||||
#self.orderChecker = OrderChecker(self.RESOURCE_PATH, stock_code)
|
#self.orderChecker = OrderChecker(self.RESOURCE_PATH, stock_code)
|
||||||
|
|
||||||
BUY_LIST = {
|
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...")
|
print("START...")
|
||||||
|
|||||||
Reference in New Issue
Block a user