init
This commit is contained in:
@@ -272,7 +272,7 @@ class HTS_etf (HTS):
|
||||
|
||||
if bs_buy_price > 1000:
|
||||
|
||||
if not self.orderChecker.exist(today, "A" + stock['stock_code'], hours=9):
|
||||
if not self.orderChecker.exist(today, "A" + stock['stock_code'], hours=1):
|
||||
buy_count = self.getBuyCount(stock['stock_code'], bs_buy_price, slow_k_kospi, p_slow_k_kospi, slow_k_week_kospi, p_slow_k_week_kospi, slow_k_month_kospi, p_slow_k_month_kospi)
|
||||
|
||||
if buy_count > 0:
|
||||
|
||||
Reference in New Issue
Block a user