diff --git a/hts/BuySellChecker.py b/hts/BuySellChecker.py index 7553906..65dd04e 100644 --- a/hts/BuySellChecker.py +++ b/hts/BuySellChecker.py @@ -195,6 +195,7 @@ class BuySellChecker: # 3. 2시 이후에는 최고가가 볼린져밴드 상단 위에 있으면 매도한다. if i > 300 and data["High"][i] > data["upper"][i]: sell = data["High"][i] + ########################## ### STOCHASTIC buy 분석 ### ##########################