PROTECTED SOURCE SCRIPT
已更新

[caracalla] Woori Rejection + Divergence Signal V1.6

128
📌 지표 개요 | Indicator Overview
KR
이 스크립트는 리젝션 패턴과 RSI 다이버전스를 활용해 매수(R+)·매도(R-) 반전 신호를 생성합니다. 특히 일반 다이버전스(RD+, RD-)를 히든 다이버전스(RH+, RH-)보다 우선 표시하며, 과매도/과매수 조건도 실전 트레이딩에 맞게 유연하게 조정되어 있습니다.

EN
This script generates buy (R+) and sell (R−) reversal signals by combining rejection candlestick patterns and RSI divergences. It prioritizes regular divergence signals (RD+/RD−) over hidden ones (RH+/RH−), with relaxed overbought/oversold RSI conditions to better suit real trading environments.

🔍 리젝션 조건 | Rejection Conditions
KR

R+: 이전 음봉 후 양봉 전환, 아래꼬리가 몸통보다 길며 RSI < 45

R-: 이전 양봉 후 음봉 전환이거나 긴 위꼬리 음봉, RSI > 50

도지 캔들은 제외되며, 꼬리 길이 비중이 중요한 요소로 작용

EN

R+: Bullish rejection after a bearish candle, long lower wick, RSI < 45

R-: Bearish rejection after bullish candle or long upper wick, RSI > 50

Doji candles are filtered out; long wick length relative to body is essential.

⚙️ 다이버전스 감지 | Divergence Detection
✅ 일반 다이버전스 | Regular Divergence (RD+/RD−)
KR

RD+: 가격 저점 하락 + RSI 저점 상승 + 리젝션

RD-: 가격 고점 상승 + RSI 고점 하락 + 리젝션

EN

RD+: Price makes lower lows, RSI makes higher lows, with rejection

RD−: Price makes higher highs, RSI makes lower highs, with rejection

✅ 히든 다이버전스 | Hidden Divergence (RH+/RH−)
KR

RH+: 가격 저점 상승 + RSI 저점 하락 + 리젝션

RH-: 가격 고점 하락 + RSI 고점 상승 + 리젝션

EN

RH+: Price makes higher lows, RSI makes lower lows, with rejection

RH−: Price makes lower highs, RSI makes higher highs, with rejection

🧠 시그널 우선순위 | Signal Priority
KR
동일한 캔들에서 일반 다이버전스와 히든 다이버전스가 동시에 발생해도, **일반 다이버전스(RD+, RD−)**가 **히든 다이버전스(RH+, RH−)**보다 우선 표시됩니다.

EN
When both regular and hidden divergence conditions are met on the same candle, regular divergence (RD+, RD−) is prioritized over hidden divergence (RH+, RH−).

🔔 알림 기능 | Alert System
KR
모든 시그널(R+, R-, RD+, RD-, RH+, RH-)에 대해 알림 설정이 포함되어 있어, 자동매매나 실시간 대응이 가능합니다.

EN
Alert conditions are included for all signals (R+, R-, RD+, RD-, RH+, RH-), enabling automation or real-time trading reactions.
發行說明
[caracalla] Woori Rejection + Divergence Signal V1.9

1. 📊 기본 개요 | General Overview
이 스크립트는 리젝션(반전 캔들 패턴), RSI 다이버전스(일반 및 히든), 그리고 조건 강화된 리젝션 시그널을 탐지합니다.

RSI, 꼬리 길이, 캔들 조건 등 주요 필터를 사용자 입력으로 조절할 수 있습니다.

시그널은 차트에 시각적으로 표시되며, 알림(alertcondition) 기능도 포함됩니다.

This script detects Rejection candles, RSI Divergence (Regular and Hidden), and Enhanced Rejection Signals.
Key filters like RSI thresholds and wick/body ratios are user-configurable.
Visual signals are shown on the chart, and alerts are available.

2. ⚙️ 사용자 설정 항목 | User Inputs
이름 설명 (한글) Description (English)
RSI 기간 RSI 계산 주기 (기본값: 14) RSI calculation period (default: 14)
RSI 과매도 기준 R+ 시그널의 RSI 하한값 (기본: 45) RSI threshold for R+ (default: 45)
RSI 과매수 기준 R- 시그널의 RSI 상한값 (기본: 50) RSI threshold for R- (default: 50)
도지 필터 리젝션 인식 시 몸통 최소 비율 (기본: 10%) Minimum body ratio for filtering doji
롱 꼬리 비율 하단 꼬리 ≥ 몸통 × 비율 (기본: 1.0) Lower wick ≥ body × ratio (default: 1.0)
숏 꼬리 비율 상단 꼬리 ≥ 몸통 × 비율 (기본: 0.7) Upper wick ≥ body × ratio (default: 0.7)

3. 🟩 시그널 종류 및 조건 | Signal Types & Conditions
✅ R+ / R-
RSI + 리젝션 단독 신호

R+ (Green):
전봉 음봉 → 현재 양봉 + 하단 꼬리 길고 RSI < 과매도 기준

R- (Red):
전봉 양봉 → 현재 음봉 + 상단 꼬리 길고 RSI > 과매수 기준

R+: Bullish reversal candle + long lower wick + RSI oversold
R-: Bearish reversal candle + long upper wick + RSI overbought

✅ SR+ / SR-
리젝션 강화 신호 (강한 반전 가능성)

SR+ (Lime):
직전 봉도 R+이고, 현재 봉 하단 꼬리가 더 김

SR- (Fuchsia):
직전 봉도 R-이고, 현재 봉 상단 꼬리가 더 김

SR+: R+ appeared in previous bar, and current wick is longer
SR-: R- appeared in previous bar, and current wick is longer

✅ RD+ / RD-
일반 RSI 다이버전스 + 리젝션 동시 발생

RD+:
가격 저점 하락 & RSI 저점 상승 + 리젝션

RD-:
가격 고점 상승 & RSI 고점 하락 + 리젝션

RD+: Price makes lower lows, RSI makes higher lows + rejection
RD-: Price makes higher highs, RSI makes lower highs + rejection

✅ RH+ / RH-
히든 RSI 다이버전스 + 리젝션

RH+:
가격 저점 상승 & RSI 저점 하락 + 리젝션

RH-:
가격 고점 하락 & RSI 고점 상승 + 리젝션

RH+: Price makes higher lows, RSI makes lower lows + rejection
RH-: Price makes lower highs, RSI makes higher highs + rejection

4. 🔔 알림 기능 | Alert Conditions
모든 시그널 (R+, R-, SR+, SR-, RD+, RD-, RH+, RH-)에 대해 alertcondition() 함수가 설정되어 있어, 트레이딩뷰 알림으로 활용 가능

All signals support alertcondition() for use in TradingView alert notifications.

5. 📈 시각적 표시 | Visual Display
plotshape()를 사용해 각 신호를 캔들 위/아래에 텍스트 및 색상으로 라벨 표시
예:

R+ → 초록색 "R+"

SR- → 자홍색 "SR-"

RD+ → 라임색 "RD+"

RH- → 빨간색 "RH-"

All signals are drawn using plotshape() with customized label, color, and position.

免責聲明

這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。