OPEN-SOURCE SCRIPT
TITAN LONG Hunter v6

Designed exclusively to detect buy opportunities (LONG) on any asset and timeframe, it combines 6 independent market conditions into a confluence score to filter out false signals and only retain high-probability setups.
The 6 Confluence Conditions
1 — Structural Swing Low
Detects a confirmed market trough: the candle at position [lookback_sw] must be lower than all candles within a symmetric window of lookback_sw bars on each side. This is not a simple local minimum — it is a structure point validated after right-side confirmation. The last detected swing low is stored (lastSwingLow) for display in the table.
2 — Bullish Fair Value Gap (FVG)
Identifies a liquidity imbalance: if low[0] > high[2], there exists an unfilled gap between the current candle and the one 2 bars ago. This gap is filtered by a minimum percentage threshold of the price (fvg_filter, default 0.10%) to avoid insignificant microstructures. Active FVG zones are lightly colored in green on the chart.
3 — Uptrend (Double EMA)
Condition: close > EMA_fast AND EMA_fast > EMA_slow. Strict bullish sequence structure. Default EMAs are 50 and 200 — only longs in the direction of the macro trend are allowed. Both EMAs are plotted on the chart with distinct colors.
4 — Sufficient Volatility
ATR(14) / close ratio compared to a minimum threshold (vol_filter, default 0.15%). Eliminates signals generated during extreme compression phases when the market lacks directional energy. Displayed as a percentage in the table.
5 — RSI Not Overbought
RSI(14) must be less than or equal to rsi_max (default 60) at the time of the signal. Avoids entering longs on already exhausted momentum. This filter can be disabled individually if the trading style requires.
6 — Volume Spike
The current candle’s volume must exceed SMA(volume, 20) × vol_mult (default ×1.2). Confirms the presence of an institutional actor behind the move. Can be disabled independently.
The 6 Confluence Conditions
1 — Structural Swing Low
Detects a confirmed market trough: the candle at position [lookback_sw] must be lower than all candles within a symmetric window of lookback_sw bars on each side. This is not a simple local minimum — it is a structure point validated after right-side confirmation. The last detected swing low is stored (lastSwingLow) for display in the table.
2 — Bullish Fair Value Gap (FVG)
Identifies a liquidity imbalance: if low[0] > high[2], there exists an unfilled gap between the current candle and the one 2 bars ago. This gap is filtered by a minimum percentage threshold of the price (fvg_filter, default 0.10%) to avoid insignificant microstructures. Active FVG zones are lightly colored in green on the chart.
3 — Uptrend (Double EMA)
Condition: close > EMA_fast AND EMA_fast > EMA_slow. Strict bullish sequence structure. Default EMAs are 50 and 200 — only longs in the direction of the macro trend are allowed. Both EMAs are plotted on the chart with distinct colors.
4 — Sufficient Volatility
ATR(14) / close ratio compared to a minimum threshold (vol_filter, default 0.15%). Eliminates signals generated during extreme compression phases when the market lacks directional energy. Displayed as a percentage in the table.
5 — RSI Not Overbought
RSI(14) must be less than or equal to rsi_max (default 60) at the time of the signal. Avoids entering longs on already exhausted momentum. This filter can be disabled individually if the trading style requires.
6 — Volume Spike
The current candle’s volume must exceed SMA(volume, 20) × vol_mult (default ×1.2). Confirms the presence of an institutional actor behind the move. Can be disabled independently.
오픈 소스 스크립트
트레이딩뷰의 진정한 정신에 따라, 이 스크립트의 작성자는 이를 오픈소스로 공개하여 트레이더들이 기능을 검토하고 검증할 수 있도록 했습니다. 작성자에게 찬사를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 코드를 재게시하는 경우 하우스 룰이 적용된다는 점을 기억하세요.
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.
오픈 소스 스크립트
트레이딩뷰의 진정한 정신에 따라, 이 스크립트의 작성자는 이를 오픈소스로 공개하여 트레이더들이 기능을 검토하고 검증할 수 있도록 했습니다. 작성자에게 찬사를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 코드를 재게시하는 경우 하우스 룰이 적용된다는 점을 기억하세요.
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.