This indicator is inspired by 흑백트레이더 and generates buy/sell signals based on EMA and MACD with certain conditions. It includes the following features:
1. Base Long/Short Signal:
* Long Signal: The price must be above the 200 EMA, and a MACD Golden Cross occurs below the zero line.
* Short Signal: The price must be below the 200 EMA, and a MACD Death Cross occurs above the zero line.
2. Filtering Features:
* Day Candle Bias: Filters signals based on the daily candle direction.
* Multi-Timeframe Validation: Supports higher timeframe EMA alignment checks (e.g., 15m, 30m, 1h, 4h) for trend confirmation.
* Stochastic RSI (StoRSI): Confirms entry points using overbought(def. 80)/oversold(def. 20) zones with a designated time frame(def. 30m).
* ATR Volatility Check: Ensures signals occur within acceptable ATR-based price divergence levels to manage risk in volatile conditions.
* Note that base filters are optimized with 5m timeframe.
3. Alerts:
* Configures custom alerts for buy/sell detection in real-time.
한국어 설명 (Korean Description)
이 지표는 흑백트레이더님의 EMA200과 MACD 골든 크로스를 활용한 흑트1 기법을 바탕으로 개발되었습니다. 주요 기능은 다음과 같습니다:
1. 기본 롱/숏 신호:
* 롱 신호: 가격이 200 EMA 위에 있어야 하며, MACD가 제로선 아래에서 골든 크로스가 발생해야 합니다.
* 숏 신호: 가격이 200 EMA 아래에 있어야 하며, MACD가 제로선 위에서 데드 크로스가 발생해야 합니다.
2. 필터링 기능:
* 일봉 필터: 일봉의 양봉/음봉 방향에 따라 신호를 필터링.
* 멀티 타임프레임 확인: 상위 타임프레임(15분, 30분, 1시간, 4시간)의 EMA 정배열/역배열 확인.
* 스토캐스틱 RSI (StoRSI): 지정된 타임프렘임(기본값 30m) 에서 과매수(기본값 80)/과매도(기본값 20) 구간에서 진입 지점을 확인.
* ATR 변동성 체크: ATR 기반 가격 괴리 수준 내에서 신호가 발생하도록 하여 높은 변동성에서 리스크를 줄임.
* 필터 기본 설정은 5분 시간프레임에 최적화되었습니다.
3. 알림:
* 매수/매도 신호 감지 시 실시간 알림 설정 가능.