Skip to content

Surge 5m — TradingView Indicator

Script name on TradingView: "Coin-Sniffer — Surge 5m"

Detects explosive short-term momentum anchored on the 5-minute window. The signal requires price to be moving upward across multiple shorter timeframes simultaneously, with volume concentrated in the most recent window — not spread across earlier candles.

WARNING

Must be applied to a 1-minute chart. The script internally reconstructs multi-timeframe windows using bar lookback. On any other timeframe, signals will be incorrect.

How signals are generated

Bull: price is surging upward on the 5m window, aligned with the 15m and 1h direction, and volume is concentrated in the current period rather than distributed across earlier candles.

Bear: identical structure, all price conditions inverted.

The signal is suppressed when a coin is already significantly extended on the daily timeframe, preventing alerts on overextended moves.

Input parameters

Thresholds group

InputDescription
5m Change Threshold (%)Minimum 5m price move required to qualify
Daily Safety Cap (%)If the 24h change exceeds this, the signal is suppressed
Volume Floor 5m (USDT)Minimum 5m volume required
Volume Floor 1h (USDT)Minimum 1h volume required

Display group

InputDefaultDescription
Show LabelsOnShow Bull/Bear labels on signal bars
Show Background ColorOnHighlight candle background on signal bars
Show Debug TableOffShows live values of all conditions in a corner table — useful when tuning
Bull ColorTealColor for bull signals
Bear ColorRedColor for bear signals

Moving Averages group

InputDefaultDescription
Show EMA 21OnToggle EMA 21 line
Show EMA 34OnToggle EMA 34 line
Show EMA 55OnToggle EMA 55 line
EMA 21 ColorBlue
EMA 34 ColorPurple
EMA 55 ColorOrange

Tuning tips

  • Lower the 5m threshold to catch more signals on smaller or lower-volatility coins. Expect more false positives.
  • Raise the safety cap if you want to trade already-trending coins during high-volatility sessions.
  • Enable the Debug Table to diagnose why a signal isn't firing — it shows the live value of each condition.
  • Raise volume floors for large-cap coins (BTCUSDT, ETHUSDT) to filter noise. Lower them for small-cap altcoins.

Not financial advice. Trading involves substantial risk.