From e7c551effff97ca7a20b8e5c05f8abd53bb05b86 Mon Sep 17 00:00:00 2001 From: dosangyoon Date: Thu, 23 Sep 2021 08:35:55 +0900 Subject: [PATCH] init --- hts/HTS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hts/HTS.py b/hts/HTS.py index 819db1f..96a3a35 100644 --- a/hts/HTS.py +++ b/hts/HTS.py @@ -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)