This commit is contained in:
dsyoon
2023-02-01 14:06:09 +09:00
parent e938024ec5
commit a409e5c07c
3 changed files with 8 additions and 5 deletions

View File

@@ -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)