Combo Pullback
- Indicatori
- Cha Juyeong
- Versione: 1.10
Combo Pullback v1.10 — Full Description & Structure
================================================================
OVERVIEW
--------
A multi-indicator pullback entry signal indicator for MetaTrader 5.
It scores 6 independent conditions and fires a BUY or SELL arrow
only when the minimum score threshold is met. SL and TP levels are
calculated automatically using ATR so they adapt to current market
volatility.
SCORING SYSTEM (max 6 points)
------------------------------
A signal triggers when score >= InpMinScore (default 4).
Each condition below awards 1 point.
[1] EMA Alignment
BUY : Fast > Mid > Slow (uptrend stack)
SELL : Fast < Mid < Slow (downtrend stack)
[2] RSI Pullback
BUY : RSI dips below 35, then recovers above 50
SELL : RSI spikes above 65, then drops below 50
[3] Stochastic Cross
BUY : Golden cross while in oversold zone (%K < 50)
SELL : Dead cross while in overbought zone (%K > 50)
[4] MACD Histogram
BUY : Histogram turns upward (neg to pos, or rising)
SELL : Histogram turns downward (pos to neg, or falling)
[5] Bollinger Band Midline
BUY : Price crosses above BB midline (20 SMA)
SELL : Price crosses below BB midline
[6] Volume
BUY : Current tick volume > Volume SMA(20)
SELL : Same condition
SL / TP LOGIC
-------------
BUY entry estimate = bar high
SL = entry - ATR(14) x InpSLMultiplier (default 1.5)
TP = entry + ATR(14) x InpTPMultiplier (default 3.0)
Default RR = 1:2.0
SELL entry estimate = bar low
SL = entry + ATR(14) x InpSLMultiplier
TP = entry - ATR(14) x InpTPMultiplier
ATR-based levels automatically widen during high volatility
and tighten during low volatility. No manual pip adjustment needed.
