This commit is contained in:
dosangyoon
2021-09-23 04:54:38 +09:00
parent ae19074ebf
commit cddff4f614

View File

@@ -524,7 +524,7 @@ class HTS:
if price > 0:
print("BUY", second, price)
count = 1
count = 10
self.orderToBuy(stock_code, count, price)
self.orderToSell(stock_code, count, price + 5)