This commit is contained in:
dsyoon
2021-09-27 20:50:18 +09:00
parent 60af8ad7b9
commit 488b1c187a
2 changed files with 378 additions and 1 deletions

View File

@@ -670,7 +670,7 @@ class HTS:
logFp.write("%s,%s, %d\n" % ("BUY", second, price))
logFp.flush()
count = 5
count = 50
# 매수 주문
self.requestOrder("2", stock_code, count, price)
## 매도 주문 (아래 잔고를 체킇서 매도를 호출하는 것으로 시도한다.)