init
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
# 매수를 주문한다.
|
||||
|
||||
Reference in New Issue
Block a user