This commit is contained in:
dsyoon
2023-02-06 12:47:40 +09:00
parent 737a267bfc
commit c5fa03ad3d

View File

@@ -138,7 +138,7 @@ class HTS_etf (HTS):
if bs_buy_price > 0:
if not self.orderChecker.exist(today, "A" + stock['stock_code'], mins=60):
if not self.orderChecker.exist(today, "A" + stock['stock_code'], mins=180):
buy_count = self.getCount(stock['stock_code'], bs_buy_price)
if buy_count > 0: