손절가 비율 3% -> 2%
3% 도 단타에서는 다소 헐거워, 2% 로 좁혀 손절 알림 반응성 향상. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user