This commit is contained in:
dosang.yoon
2022-07-10 17:54:02 +09:00
parent a8df692285
commit 4df5a39f28

View File

@@ -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)
# 매수를 주문한다.