From 060e5928692a3b0a43be24511d15ef33d11b37ec Mon Sep 17 00:00:00 2001 From: ILSEON-RYU Date: Fri, 1 May 2026 21:13:24 +0900 Subject: [PATCH] =?UTF-8?q?=EC=86=90=EC=A0=88=EA=B0=80=20=EB=B9=84?= =?UTF-8?q?=EC=9C=A8=203%=20->=202%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 3% 도 단타에서는 다소 헐거워, 2% 로 좁혀 손절 알림 반응성 향상. Co-Authored-By: Claude Opus 4.7 (1M context) --- app_streamlit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_streamlit.py b/app_streamlit.py index a61f8e2..d46faae 100644 --- a/app_streamlit.py +++ b/app_streamlit.py @@ -55,7 +55,7 @@ KST = timedelta(hours=9) _last_alert = {"strong_long": 0, "strong_short": 0, "long": 0, "short": 0, "vol_long": 0, "vol_short": 0, "short_caution": 0} _last_fired_candle = {"strong_long": None, "strong_short": None, "long": None, "short": None, "vol_long": None, "vol_short": None, "short_caution": None} -STOP_LOSS_PCT = 0.03 +STOP_LOSS_PCT = 0.02 LONG_SIGNALS = {"strong_long_signal", "long_signal", "vol_long_signal"} SHORT_SIGNALS = {"strong_short_signal", "short_signal", "vol_short_signal"} TF_LABEL_MAP = {