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