From 81f62868e79e0cf574cf77e2a87e1275ccf661e6 Mon Sep 17 00:00:00 2001 From: dosangyoon Date: Tue, 19 Oct 2021 00:17:01 +0900 Subject: [PATCH] init --- hts/BuySellChecker.py | 1 + 1 file changed, 1 insertion(+) 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 분석 ### ##########################