diff --git a/hts/BuySellChecker.py b/hts/BuySellChecker.py index d0191e3..c20365b 100644 --- a/hts/BuySellChecker.py +++ b/hts/BuySellChecker.py @@ -199,7 +199,7 @@ class BuySellChecker: ################ ### buy 분석 ### ################ - # 1. slow_k가 25 아래 있으면 매수한다. + # 1. slow_k가 20 아래 있으면 매수한다. if i < 30: if data["slow_k"][i] <= 19: if data["Close"][i] < data["avg5"][i]: