From c5fa03ad3dc3dd2126e781425667c03d359c7d3e Mon Sep 17 00:00:00 2001 From: dsyoon Date: Mon, 6 Feb 2023 12:47:40 +0900 Subject: [PATCH] init --- HTS_etf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTS_etf.py b/HTS_etf.py index 8369dd8..4c51def 100644 --- a/HTS_etf.py +++ b/HTS_etf.py @@ -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: