From 4df5a39f28557e9ccfc0e356b48c0e2016381fa6 Mon Sep 17 00:00:00 2001 From: "dosang.yoon" Date: Sun, 10 Jul 2022 17:54:02 +0900 Subject: [PATCH] init --- hts/HTS_252670.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hts/HTS_252670.py b/hts/HTS_252670.py index 505b948..2c0baca 100644 --- a/hts/HTS_252670.py +++ b/hts/HTS_252670.py @@ -100,8 +100,8 @@ class HTS_252670 (HTS): if bs_buy_price > 0: # 기본 100 주에 가중치를 추가해서 매수한다. - #BUY_COUNT = int(self.buy_count * bs_weight) - BUY_COUNT = int(self.buy_count * 1) + BUY_COUNT = int(self.buy_count * bs_weight) + #BUY_COUNT = int(self.buy_count * 1) # 매수를 주문한다.