BTC$67,420 +1.24%ETH$3,512 -0.48%SOL$142.30 +3.82%AVAX$28.45 +2.11%ARB$0.62 -1.33%OP$1.74 +0.88%SUI$1.26 +4.40%FUNDING BTC+0.008% 8hNOVEX TVL$4.82M +2.1%SENSEI 24H14W / 4L 78% WRBTC$67,420 +1.24%ETH$3,512 -0.48%SOL$142.30 +3.82%AVAX$28.45 +2.11%ARB$0.62 -1.33%OP$1.74 +0.88%SUI$1.26 +4.40%FUNDING BTC+0.008% 8hNOVEX TVL$4.82M +2.1%SENSEI 24H14W / 4L 78% WR
TradingView Indicator Β· v0.1.5

NOVEX SENSEI β€” Trader’s Guide

Confluence-scored signal indicator. Tier-based alerts. Bar-close confirmed.

Built for the Novex framework, available invite-only on TradingView.


What it does

NOVEX SENSEI watches nine independent market dimensions on every bar close and rolls them into a single confluence score. When the score, the risk-reward, and the structural gates all align, it fires one of three tier-classed alerts.

You read the chart. The script reads the math.

The tier system

⭐
LEGENDARY
Score β‰₯ 8
Highest-confluence setups. All major dimensions agree.
β˜…
PREMIUM
Score β‰₯ 6
Strong confluence. Most dimensions agree.
β–²
STANDARD
Score β‰₯ 4
Baseline opportunity. Worth scanning.

Every tier additionally must pass four hard gates before it can fire:

  1. HTF bias alignment β€” counter-trend signals are hard-blocked. If the higher-timeframe is bull, no shorts. If bear, no longs.
  2. Risk-Reward β‰₯ 1.2 β€” calculated from the proposed TP1 and SL.
  3. Cooldown gap β€” same-side signals must wait the cooldown window.
  4. CME gap respect β€” open weekend gaps are honored. The script will not signal counter-gap.

How the score is built

Each component contributes points to the total. Maximum possible is 17.

ComponentMaxWhat it measures
HTF Bias2Higher-timeframe EMA-21/50 stack alignment
Sweep / Near3EMA-21 liquidity sweep with quality candle
Fakeout2Weekly fib breach-and-reclaim structure
DMI / ADX2Trend strength + direction confirmation
Weekly Fib2Price near a 0.236 / 0.382 / 0.5 / 0.618 / 0.786 zone
Daily Fib1Price near a daily 0.382 / 0.5 / 0.618 zone
Volume1Confirmation candle β‰₯ 80% of MA
BBWP3Volatility regime β€” compressed, building, or hot
CME Gap1No active counter-gap blocking the trade

A tier is a threshold on this score. Nothing more, nothing less. The math is the math.

The EMA ladder

Five exponential moving averages, color-coded across the Novex palette:

EMA-8
Blue
Fastest accent β€” short-term tape
EMA-21
Gold
Primary structure β€” sweep zone anchor
EMA-50
Emerald
Momentum filter β€” TP1 anchor
EMA-100
Cyan
Continuation map
EMA-200
Purple
Macro tide β€” slowest reference

The EMA-21 is the heart of the system. Sweeps below (longs) and above (shorts) of EMA-21 with quality reclaim candles are the highest-value setups.

Setting up alerts

Standard chart alert (no webhook)

  1. Open the chart with NOVEX SENSEI applied.
  2. Click the alarm clock on the chart toolbar (or press Alt + A).
  3. Condition: NOVEX SENSEI β†’ Any alert() function call.
  4. Trigger: Once Per Bar Close (the script enforces this internally too).
  5. Expiration: open-ended.
  6. Alert name: anything you want β€” does not affect logic.
  7. Save.

You will now get a TradingView notification on every tier signal.

Webhook automation (advanced)

If you run your own bot or webhook receiver, the script emits a clean JSON body inside the alert message. Example:

⭐ LEGENDARY LONG | {"side":"long","entry":75800.00,"tp1":76900.00,
                    "sl":75150.00,"rr":1.69,"tier":"LEGENDARY","score":9}

Schema:

  • side β€” long or short
  • entry β€” bar close price at signal time
  • tp1 β€” suggested TP1 (EMA50/100/200 step or ATR-based)
  • sl β€” suggested stop
  • rr β€” risk-reward ratio (already passed the β‰₯ 1.2 floor)
  • tier, score β€” tier label and raw score

Wire the webhook URL into your TradingView alert. Parse the everything-after-the-pipe as JSON.

How to use this in practice

The signal is the start of your read. Not the end.

A LEGENDARY tag means the math says nine dimensions stack. It does not mean the trade is risk-free, that you should size big, or that the bar after will go your way. It means the asymmetry is there for the taker who manages risk.

Recommended workflow:

  1. Confirm with your eyes. Every signal β€” pull up the chart and verify structure. Is price actually where the score implies? Is the higher-timeframe still aligned right now?
  2. Size for the volatility, not the conviction. ATR is large β†’ size smaller. Confluence is high β†’ still size for the worst case.
  3. Honor the SL. The script’s SL is calculated from ATR plus recent swing. If price violates it, the thesis is wrong. Move on.
  4. Take TP1 if it triggers. TP1 is the EMA-50/100/200 step or ATR multiple. It is the realistic first close. Banking it pays for the trade.
Open the AcademyRead 4H Briefs

Disclaimer

NOVEX SENSEI is a research and educational tool. It does not provide financial advice and does not guarantee future results. You are responsible for your own risk management, position sizing, and execution. Past confluence does not predict future outcomes.

NOVEX SENSEI is the property of Novex Finance. Reproduction, resale, or republishing of the source is not permitted. Access is invite-only. If you received an invite, it is yours alone.