init
This commit is contained in:
@@ -132,7 +132,7 @@ class HTS_etf (HTS):
|
||||
|
||||
if bs_buy_price > 0:
|
||||
|
||||
if not self.orderChecker.exist(today, "A" + stock['stock_code'], mins=10):
|
||||
if not self.orderChecker.exist(today, "A" + stock['stock_code'], mins=30):
|
||||
|
||||
buy_count = int(self.MAX_BUY_PRICE/bs_buy_price)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user