From 56b4b9ccfb1b0118154eb187913e4dfc4d60e845 Mon Sep 17 00:00:00 2001 From: dsyoon Date: Fri, 12 Aug 2022 10:35:04 +0900 Subject: [PATCH] init --- HTS_122630.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTS_122630.py b/HTS_122630.py index 201b28e..05e711d 100644 --- a/HTS_122630.py +++ b/HTS_122630.py @@ -37,7 +37,7 @@ class HTS_122630 (HTS): if jangoDic[code]['매도가능'] > 0: if diff == None: max_price = max(jangoDic[code]['장부가'], final_price) - sell_price = (int(max_price) - int(max_price) % 5) + 10 + sell_price = (int(max_price) - int(max_price) % 5) + 5 else: sell_price = (int(final_price) - int(final_price) % 5) + diff if code == "A"+stock_code: