This commit is contained in:
dosangyoon
2021-09-23 08:35:55 +09:00
parent 83fe8fed07
commit e7c551efff

View File

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