Fusion Screener

The Fusion Screener is a technical-analysis study that combines multiple indicator categories into one framework.
It evaluates moving-average alignment, oscillator conditions, range separation, and angle thresholds, and it optionally issues time- or structure-based trailing alerts.
The script is intended for screening and chart-based analysis, not for generating trading or investment advice.
🔧 Main Components
Moving-Average Votes – Calculates five moving averages (10 – 200 periods) on a selected analysis timeframe and counts how many are positioned above or below the current price.
Oscillator Votes – Evaluates RSI, MACD, and Momentum on the same timeframe and counts bullish or bearish readings.
Higher-Timeframe Filter – Optionally checks the relationship between price and an EMA on a higher timeframe to provide directional context.
Range-Breakout Logic – Compares two customizable moving averages and determines whether price has moved outside a defined separation threshold.
Angle Filter – Estimates the slope (in degrees) of a chosen moving average and filters conditions that do not meet the minimum angle requirement.
Trailing Alerts – Generates optional time-based or structure-based reminder alerts after entries occur, according to user-defined intervals or pivot behavior.
⚙️ User Inputs
Analysis Timeframe – Selects the timeframe used for MA and oscillator calculations.
Min MA Votes / Min Oscillator Votes – Minimum number of bullish or bearish readings required to satisfy each group.
Higher-Timeframe Confirmation – Enables or disables the directional EMA filter from a separate timeframe.
Range MA Type / Lengths / Threshold – Parameters controlling the range-breakout comparison.
Angle Filter Settings – Type, length, slope-lookback, and minimum angle (degrees).
Trailing Alerts – Options for bar-based or structure-based trailing reminders, including repetition behavior and pivot lookback length.
Show Signals – Toggles on-chart markers for informational visualization.
🖥️ Outputs
On-chart shapes marking informational “buy,” “strong buy,” “sell,” and “strong sell” conditions when corresponding criteria are met.
Exit markers when prior conditions no longer hold.
Flags when time- or structure-based trailing alerts are triggered.
Built-in alert conditions that can be linked through the TradingView alert interface.
📊 Technical Notes
Uses request.security() for multi-timeframe data retrieval.
Does not repaint past bars once higher-timeframe candles have closed.
Intended for monitoring the coexistence of several technical factors within a single script.
No part of this study constitutes financial or trading advice; it provides analytical data for chart observation only.
Script su invito
Solo gli utenti approvati dall'autore possono accedere a questo script. È necessario richiedere e ottenere l'autorizzazione per utilizzarlo. Tale autorizzazione viene solitamente concessa dopo il pagamento. Per ulteriori dettagli, seguire le istruzioni dell'autore riportate di seguito o contattare direttamente readysetfire.
TradingView NON consiglia di pagare o utilizzare uno script a meno che non ci si fidi pienamente del suo autore e non si comprenda il suo funzionamento. Puoi anche trovare alternative gratuite e open-source nei nostri script della comunità.
Istruzioni dell'autore
Declinazione di responsabilità
Script su invito
Solo gli utenti approvati dall'autore possono accedere a questo script. È necessario richiedere e ottenere l'autorizzazione per utilizzarlo. Tale autorizzazione viene solitamente concessa dopo il pagamento. Per ulteriori dettagli, seguire le istruzioni dell'autore riportate di seguito o contattare direttamente readysetfire.
TradingView NON consiglia di pagare o utilizzare uno script a meno che non ci si fidi pienamente del suo autore e non si comprenda il suo funzionamento. Puoi anche trovare alternative gratuite e open-source nei nostri script della comunità.