init
This commit is contained in:
@@ -524,7 +524,7 @@ class HTS:
|
||||
if price > 0:
|
||||
print("BUY", second, price)
|
||||
|
||||
count = 5
|
||||
count = 3
|
||||
self.orderToBuy(stock_code, count, price)
|
||||
self.orderToSell(stock_code, count, price + 5)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user