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
Every tier additionally must pass four hard gates before it can fire:
- HTF bias alignment β counter-trend signals are hard-blocked. If the higher-timeframe is bull, no shorts. If bear, no longs.
- Risk-Reward β₯ 1.2 β calculated from the proposed TP1 and SL.
- Cooldown gap β same-side signals must wait the cooldown window.
- 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.
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:
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)
- Open the chart with NOVEX SENSEI applied.
- Click the alarm clock on the chart toolbar (or press
Alt + A). - Condition:
NOVEX SENSEIβAny alert() function call. - Trigger:
Once Per Bar Close(the script enforces this internally too). - Expiration: open-ended.
- Alert name: anything you want β does not affect logic.
- 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βlongorshortentryβ bar close price at signal timetp1β suggested TP1 (EMA50/100/200 step or ATR-based)slβ suggested stoprrβ 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:
- 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?
- Size for the volatility, not the conviction. ATR is large β size smaller. Confluence is high β still size for the worst case.
- Honor the SL. The scriptβs SL is calculated from ATR plus recent swing. If price violates it, the thesis is wrong. Move on.
- 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.
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.