From 3d6c5182b26783421609e557095b5ea916609bb8 Mon Sep 17 00:00:00 2001 From: dsyoon Date: Tue, 19 Jul 2022 13:17:39 +0900 Subject: [PATCH] init --- hts/HTS_122630.py | 2 +- hts/HTS_252670.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hts/HTS_122630.py b/hts/HTS_122630.py index e2ec235..3039134 100644 --- a/hts/HTS_122630.py +++ b/hts/HTS_122630.py @@ -186,7 +186,7 @@ if __name__ == "__main__": # KODEX 인버스 * 2 stock_code = "122630" - buy_count = 30 + buy_count = 50 hts = HTS_122630(stock_code, buy_count) today_str = today.strftime('%Y%m%d') diff --git a/hts/HTS_252670.py b/hts/HTS_252670.py index 2e68c11..d2df7ef 100644 --- a/hts/HTS_252670.py +++ b/hts/HTS_252670.py @@ -188,7 +188,7 @@ if __name__ == "__main__": # KODEX 인버스 * 2 stock_code = "252670" - buy_count = 300 + buy_count = 400 hts = HTS_252670(stock_code, buy_count) today_str = today.strftime('%Y%m%d')