init
This commit is contained in:
@@ -969,7 +969,7 @@ class HTS:
|
||||
|
||||
# 매수 주문
|
||||
# 현재까지 매입금액이 7백만원 이하일 때만 매수를 한다.
|
||||
if TOTAL_BUY_AMT < 5000000:
|
||||
if TOTAL_BUY_AMT < 7000000:
|
||||
self.requestOrder("2", stock_code, BUY_COUNT , bs_buy_price)
|
||||
|
||||
## 매도 주문 (아래 잔고를 체크해서 매도를 호출하는 것으로 시도한다.)
|
||||
|
||||
Reference in New Issue
Block a user