From 1fcb5b52c7f60144fa2ede64d34c8877af7b4663 Mon Sep 17 00:00:00 2001 From: dsyoon Date: Tue, 19 Jul 2022 08:51:32 +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 3039134..e2ec235 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 = 50 + buy_count = 30 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 10fcb7c..2e68c11 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 = 200 + buy_count = 300 hts = HTS_252670(stock_code, buy_count) today_str = today.strftime('%Y%m%d')