Camarilla screenerBasic script to screen up to 10 tickers with regards to their central pivot range and camarilla pivots.
Same color layout as the Danarilla script ().
The colors in the screener mean the following:
Blue : bar close price is > H4 or < L4
Red : bar close price is < H3 and > CPR top
Fuchsia : bar close price is < CPR top and > CPR bottom
Green : bar close price is < CPR bottom and > L3
No color means it is between H4/H3 or L3/L4
Resolution can be changed for the calculation of the pivots.
Script contains snippets from other screeners and the Danarilla script so many thanks to all who publish their scripts.
Cari dalam skrip untuk "screener"
HA series screenerHA series screener:
This will help to monitor your symbols.
To be used with my strategy HA series
Please use comment section for any feedback.
********************************** IMPORTANT*******************************
I have developed an expert advisor for metatrader4 (MT4): results of expert advisor form 2015-01-01 to today are very good with low drawdown and good profit.
********************************************************************************
Simple ScreenerThis is a basic easy to use screener.
In the code you will find an area with all the tickers and you can add your own it will look like this.
It uses the RSI, TSI, ADX, AND SUPER TREND! The code is open source if you would like to tinker and make it better with it. please message me if you have any questions or request.
s01 = input.symbol('AMD', group = 'Symbols', inline = 's01')
s02 = input.symbol('GOOG', group = 'Symbols', inline = 's02')
s03 = input.symbol('BKNG', group = 'Symbols', inline = 's03')
s04 = input.symbol('NIO', group = 'Symbols', inline = 's04')
s05 = input.symbol('NVDA', group = 'Symbols', inline = 's05')
s06 = input.symbol('SPY', group = 'Symbols', inline = 's06')
s07 = input.symbol('QQQ', group = 'Symbols', inline = 's07')
s08 = input.symbol('DIA', group = 'Symbols', inline = 's08')
s09 = input.symbol('IWM', group = 'Symbols', inline = 's09')
s10 = input.symbol('LCID', group = 'Symbols', inline = 's10')
s11 = input.symbol('PTON', group = 'Symbols', inline = 's11')
s12 = input.symbol('PLUG', group = 'Symbols', inline = 's12')
s13 = input.symbol('PLTR', group = 'Symbols', inline = 's13')
s14 = input.symbol('TSLA', group = 'Symbols', inline = 's14')
s15 = input.symbol('AMZN', group = 'Symbols', inline = 's15')
s16 = input.symbol('AAPL', group = 'Symbols', inline = 's16')
s17 = input.symbol('BA', group = 'Symbols', inline = 's17')
s18 = input.symbol('VXX', group = 'Symbols', inline = 's18')
s19 = input.symbol('OXY', group = 'Symbols', inline = 's19')
s20 = input.symbol('JNJ', group = 'Symbols', inline = 's20')
Just replace with the ticker that you would prefer!
Market Cipher Screener
In recent years, the MarketCipher indicator has become more and more well-known. An expensive indicator that is suitable for trading crypto, but also stocks or Forex. The system works with already known indicators en scripts from Tradingview, but then merged into one working system. The large green and red circles play a major role in this. You can see these as buying or selling moments. I made a script that scans 40 tickers on those red and green circles, without having to buy MarketCipher. When a green or red circle is printed at MarketCipher, it also will appear in this screener. There is a green label for tickers that print a green circle and of course a red label for the tickers that print a red circle.
What's in the script?
- 40 cryptotickers are already included as standard. You can easily adjust this yourself via the wheel.
- Alerts when a new ticker meets the criteria
- The ability to move the labels so that you can load and side-by-side this script multiple times.
A few tips:
- Load the indicator multiple times to screen more tickers.
- The higher the timeframe, the more reliable the direction will be.
- Set an alert so you don't miss any opportunities.
Road map:
- Convert labels to table view.
- In the future table also implement the other components of MarketCipher.
The Strat Screener - yungchoppsThis indicator scan up to 40 tickers of your choice for bullish and bearish Randy Jackson setups. Randy Jackson setups are 2u-2u-2d-2u for bullish cases and 2d-2d-2u-2d for bearish cases. If a ticker has a possible RJ setup, the ticker name will be display on the table depending if it is bullish or bearish. The only thing you need to do it change one of the default tickers to the ones you desire and the table will update if there are any RJ setups. The indicators search for RJ setups on the current timeframe that you are on.
Randy Jackson setups are part of the 'Strat' candlestick analysist. More information about the Strat can be found on the internet and YouTube. This indicator reads the previous candles of every selected ticker and searched for a RJ setup. If one exist, it will update the table with the tickers name. I will add more setups in the future.
This is a screener. This indicator really just makes it easier to scan many indicators at once. Its not hard to use... just place it on the chart and it will do the work for you. Hopefully mods find this enough of a description...
Trade-o-Scope: Multi-Asset Price TrackerTrade-o-Scope team presents the "Multi-Asset Price Tracker" indicator.
"Multi-Asset Price Tracker" is designed to help analyze price changes across multiple assets within time intervals you define.
Motivation:
Most screeners on the market track price changes over predefined periods, like 1H\4H\12H\1D\3D\7D\etc. Typically, they compare initial and current prices.
But what if you want to analyze assets' performance over arbitrary historical intervals?
Perhaps you want to spot which assets dropped most within 7 hours after a specific industry announcement? Or do you want to check which asset grew the most in January last year?
This is where the "Multi-Asset Price Tracker" shines. It lets you define arbitrary intervals and track price changes for selected assets.
Overview and functionality:
Define arbitrary time intervals in history for analyzing price changes.
Create up to 10 lists, each with up to 40 symbols to track. Populate lists with data from text files, Excel, or CSV. Lists are just multiline text strings, each line representing an individual symbol.
Switch between lists, with one active list at a time.
Specify up to 3 fixed symbols for additional analysis alongside active list symbols. You may use them as reference points to compare price changes of the symbols in the List.
Customize table appearance and position.
Set sorting criteria and direction for displayed values.
View the results in a table on the chart.
How it works:
"Multi-Asset Price Tracker" will track the symbol's price during the interval you define.
The indicator identifies each symbol's Start, Max, Min, and End prices during the interval. It then calculates relative changes: Start-to-Max, Start-to-Min, and Start-to-End.
The list of relative changes is ordered by the column chosen in settings and displayed on the chart.
List example (up to 10 Lists):
BINANCE:WLDUSDT.P
BINANCE:WOOUSDT.P
BINANCE:XEMUSDT.P
...
...
(up to 40 symbols per List)
Calculation example:
Symbol Start-price = $100
Symbol Max-price = $150
Symbol Min-price = $75
Symbol End-price = $110
Start-to-Max = 100% * (Max-price - Start-price) / Start-price = 100% * ($150 - $100) / $100 = 50%
Start-to-Min = 100% * (Min-price - Start-price) / Start-price = 100% * ($75 - $100) / $100 = -25%
Start-to-End = 100% * (End-price - Start-price) / Start-price = 100% * ($110 - $100) / $100 = 10%
Chart example:
In the provided chart, you can observe an example with a table generated by the indicator, along with manually added arrows and labels explaining the calculation process for an individual symbol from the list.
How to use:
1) Add "Multi-Asset Price Tracker" indicator to the chart
2) The indicator will ask you to define the start and the end of the interval using the mouse on the chart.
Voila! You'll see the table with sorted relative price changes based on default list values and settings.
3) Customize the indicator's settings:
Define the interval Start and End datetime.
Optionally, change the interval Start and End by clicking on the indicator name and dragging the vertical mark at the edges of the interval to a new position.
Define the Start and End price sources.
Choose a color to highlight the interval on the chart's background.
Set the table position, size, text size, and border size.
Specify the column for sorting and its direction.
Choose whether to sort chart symbols and fixed symbols together with list symbols or display them at the top of the table irrespective of their relative price change.
Enable fixed symbols if needed, and define up to 3 fixed symbols.
Define symbol lists, with up to 10 lists and 40 symbols each.
Select which List to make active - symbols from the active list will be calculated and displayed.
Cobra's CryptoMarket VisualizerCobra's Crypto Market Screener is designed to provide a comprehensive overview of the top 40 marketcap cryptocurrencies in a table\heatmap format. This indicator incorporates essential metrics such as Beta, Alpha, Sharpe Ratio, Sortino Ratio, Omega Ratio, Z-Score, and Average Daily Range (ADR). The table utilizes cell coloring resembling a heatmap, allowing for quick visual analysis and comparison of multiple cryptocurrencies.
The indicator also includes a shortened explanation tooltip of each metric when hovering over it's respected cell. I shall elaborate on each here for anyone interested.
Metric Descriptions:
1. Beta: measures the sensitivity of an asset's returns to the overall market returns. It indicates how much the asset's price is likely to move in relation to a benchmark index. A beta of 1 suggests the asset moves in line with the market, while a beta greater than 1 implies the asset is more volatile, and a beta less than 1 suggests lower volatility.
2. Alpha: is a measure of the excess return generated by an investment compared to its expected return, given its risk (as indicated by its beta). It assesses the performance of an investment after adjusting for market risk. Positive alpha indicates outperformance, while negative alpha suggests underperformance.
3. Sharpe Ratio: measures the risk-adjusted return of an investment or portfolio. It evaluates the excess return earned per unit of risk taken. A higher Sharpe ratio indicates better risk-adjusted performance, as it reflects a higher return for each unit of volatility or risk.
4. Sortino Ratio: is a risk-adjusted measure similar to the Sharpe ratio but focuses only on downside risk. It considers the excess return per unit of downside volatility. The Sortino ratio emphasizes the risk associated with below-target returns and is particularly useful for assessing investments with asymmetric risk profiles.
5. Omega Ratio: measures the ratio of the cumulative average positive returns to the cumulative average negative returns. It assesses the reward-to-risk ratio by considering both upside and downside performance. A higher Omega ratio indicates a higher reward relative to the risk taken.
6. Z-Score: is a statistical measure that represents the number of standard deviations a data point is from the mean of a dataset. In finance, the Z-score is commonly used to assess the financial health or risk of a company. It quantifies the distance of a company's financial ratios from the average and provides insight into its relative position.
7. Average Daily Range: ADR represents the average range of price movement of an asset during a trading day. It measures the average difference between the high and low prices over a specific period. Traders use ADR to gauge the potential price range within which an asset might fluctuate during a typical trading session.
Utility:
Comprehensive Overview: The indicator allows for monitoring up to 40 cryptocurrencies simultaneously, providing a consolidated view of essential metrics in a single table.
Efficient Comparison: The heatmap-like coloring of the cells enables easy visual comparison of different cryptocurrencies, helping identify relative strengths and weaknesses.
Risk Assessment: Metrics such as Beta, Alpha, Sharpe Ratio, Sortino Ratio, and Omega Ratio offer insights into the risk associated with each cryptocurrency, aiding risk assessment and portfolio management decisions.
Performance Evaluation: The Alpha, Sharpe Ratio, and Sortino Ratio provide measures of a cryptocurrency's performance adjusted for risk. This helps assess investment performance over time and across different assets.
Market Analysis: By considering the Z-Score and Average Daily Range (ADR), traders can evaluate the financial health and potential price volatility of cryptocurrencies, aiding in trade selection and risk management.
Features:
Reference period optimization, alpha and ADR in particular
Source calculation
Table sizing and positioning options to fit the user's screen size.
Tooltips
Important Notes -
1. The Sharpe, Sortino and Omega ratios cell coloring threshold might be subjective, I did the best I can to gauge the median value of each to provide more accurate coloring sentiment, it may change in the future.
The median values are : Sharpe -1, Sortino - 1.5, Omega - 20.
2. Limitations - Some cryptos have a Z-Score value of NaN due to their short lifetime, I tried to overcome this issue as with the rest of the metrics as best I can. Moreover, it limits the time horizon for replay mode to somewhere around Q3 of 2021 and that's with using the split option of the top half, to remain with the older cryptos.
3. For the beginner Pine enthusiasts, I recommend scimming through the script as it serves as a prime example of using key features, to name a few : Arrays, User Defined Functions, User Defined Types, For loops, Switches and Tables.
4. Beta and Alpha's benchmark instrument is BTC, due to cryptos volatility I saw no reason to use SPY or any other asset for that matter.
Multi-Symbol Volume Increase Screener [CHE] MultiSymbol Volume Increase Screener
Designed for TradingView
Presented by Chervolino
Introduction
Welcome to the presentation of the MultiSymbol Volume Increase Screener—a powerful tool designed to enhance your trading strategy on TradingView. Developed at the request of jscott143, this screener provides traders with realtime insights into significant volume movements across multiple symbols, enabling more informed and timely trading decisions.
Purpose and Objectives
Identify HighVolume Opportunities: Detect symbols experiencing a significant increase in volume compared to their historical average.
Monitor Multiple Symbols Simultaneously: Efficiently track up to five symbols in one view.
RealTime Alerts: Receive instant notifications when predefined volume conditions are met.
Comprehensive Overview: Display volume data and percentage increases in an organized table for easy analysis.
Key Features
1. MultiSymbol Monitoring
Track up to five different symbols simultaneously.
Customize the list of symbols based on your trading portfolio.
2. Volume Analysis
Compare current candle volume against the average volume over a specified period.
Calculate and display the percentage increase in volume.
3. RealTime Alerts
Set a volume increase multiplier (e.g., 1.5x) to trigger alerts.
Receive alerts via email, popup, or SMS when conditions are met.
4. UserFriendly Table Display
View symbols, their current volume, and percentage increase in a clear, concise table.
Colorcoded indicators highlight significant volume changes.
5. Customizable Parameters
Adjust the average volume period to suit different trading strategies.
Set your preferred volume increase multiplier for alerts.
How It Works
1. User Inputs:
Symbols Selection: Choose up to five symbols you wish to monitor.
Average Volume Period: Define the number of bars over which the average volume is calculated (default is 20).
Volume Increase Multiplier: Set the threshold for volume increase to trigger alerts (default is 1.5x).
2. Volume Calculation:
The screener fetches the current volume and calculates the simple moving average (SMA) of volume over the defined period for each symbol.
It then determines if the current volume exceeds the average volume by the specified multiplier.
3. Data Display:
A table is generated on the chart displaying each symbol, its current volume, and the percentage increase.
Green text indicates that the volume increase condition has been met.
4. Alert Generation:
When a symbol's current volume surpasses the average volume by the set multiplier, an alert is triggered.
Alerts are customizable and can be set to notify you through various channels.
Benefits
Enhanced DecisionMaking: Quickly identify highvolume trading opportunities across multiple assets.
Time Efficiency: Monitor several symbols without the need to switch between charts.
Proactive Trading: Stay informed with realtime alerts, allowing for timely trading actions.
Customization: Tailor the screener settings to align with your unique trading strategies and preferences.
Setup Instructions
1. Add the Screener to TradingView:
Navigate to TradingView and open the Pine Editor.
Add the MultiSymbol Volume Increase Screener indicator to your chart.
Save and apply the indicator.
2. Configure User Inputs:
Select up to five symbols you wish to monitor in the input fields "Symbol 1" to "Symbol 5".
Adjust the "Average Volume Period" and "Volume Increase Multiplier" as needed.
3. Set Up Alerts:
Click on the Alarm icon (🔔) in the TradingView toolbar.
In the "Condition" dropdown, select the "MultiSymbol Volume Increase Screener".
Choose the specific alert condition for each symbol (e.g., "Volume Increase Alert for Symbol 1").
Configure the alert actions (e.g., email, popup, SMS) and click "Create".
Repeat this process for each symbol you wish to monitor.
Visual Demonstration
Table Display Example:
| Symbol | Volume | % Increase |
| AAPL | 150,000 | 50.00% |
| MSFT | 120,000 | 20.00% |
| GOOGL | 180,000 | 80.00% |
| AMZN | 130,000 | 30.00% |
| TSLA | 160,000 | 60.00% |
Green Text: Indicates that the volume increase condition has been met for that symbol.
Alert Notification Example:
```
🚀 Symbol 1 shows a volume increase!
```
Note: Replace "Symbol 1" with the actual symbol as per your configuration.
Customization Options
Increase the Number of Symbols:
While the current screener monitors five symbols, it can be extended to monitor more by adding additional input fields and corresponding calculations. However, be mindful of TradingView's Pine Script limitations and potential performance impacts.
Adjust Volume Period and Multiplier:
Tailor the "Average Volume Period" and "Volume Increase Multiplier" to align with your specific trading strategies and market conditions.
Enhance Table Information:
Incorporate additional data points such as current price, price change percentage, or other technical indicators to enrich your analysis.
Benefits of Using the Screener
Efficiency: Saves time by providing a consolidated view of multiple symbols' volume activity.
Proactive Trading: Enables you to act swiftly on significant volume movements, which often precede price changes.
DataDriven Decisions: Facilitates informed trading decisions based on realtime volume analysis.
Customization: Offers flexibility to adapt the screener to various trading styles and preferences.
Conclusion
The MultiSymbol Volume Increase Screener is an invaluable tool for traders looking to capitalize on significant volume movements across multiple assets. Developed at the request of jscott143, this screener integrates seamlessly with TradingView, providing realtime insights and alerts to enhance your trading strategy.
Q&A
Feel free to ask any questions or request further customization to better suit your trading needs.
Contact Information
Created for: jscott143
Thank you for your attention!
Mondays Range screener by B1rdIntroducing the long awaited Monday Range Screener by B1rd!
The Monday Range Screener is a powerful and intuitive indicator designed to help traders identify potential range trading opportunities based on Monday's price ranges. With user-friendly features and real-time data, this screener empowers you to make informed trading decisions.
Key Features:
Ticker Flexibility: The screener allows you to easily swap tickers, giving you the freedom to monitor and analyze multiple assets of your choice.
Comprehensive Information: The indicator displays essential data in a clear and organized manner. The left column shows the ticker symbol, followed by the current price, Monday's high, Monday's low, and Monday's average in the subsequent columns.
Range Trading Highlighting: The Monday Range Screener highlights the current price when it falls within Monday's high and low range, helping you quickly identify potential range trading opportunities.
Alert System: With the built-in alert feature, you can receive timely notifications whenever the current price enters Monday's high or low range. Stay on top of market movements even when you're away from the screen.
Get ready to take your trading to the next level with the Monday Range Screener by B1rd. This reliable indicator helps you identify range trading opportunities and stay informed about Monday's price ranges. Enhance your trading approach and make confident decisions using this powerful tool.
Important note: Please be aware that there is a known bug in certain chart layouts that may cause an array error and prevent the table from being plotted. The cause of this issue is unclear at the moment. However, based on my experience, there are a few potential solutions that you can try:
Set all the sources to a single asset, such as BTCUSDT. If this workaround works, you can gradually introduce new sources one by one and observe if the issue persists.
Experiment with different chart layouts, timeframes, and assets. Sometimes, applying the Monday Range Screener to alternative settings can help resolve the problem.
I apologize for any inconvenience this bug may cause. Please consider these workarounds as temporary solutions until a more permanent resolution can be found.
Original indicator this screener is based on:
PriceCatch Malaysia MYX Stocks Screener FHi,
Tradingview community and Malaysian MYX Traders. Warm Greetings.
Malaysia MYX Stocks Screener
I am sharing a script that screens Malaysia MYX stocks for Probable Breakout Buy signal and Stop-Reverse Buy Signal. This script may prove to be useful to traders who trade Malaysia MYX listed stocks.
I have already shared the script "PriceCatch Signals Buy Signals" that marks the following levels on the chart.
Probable Breakout Buy Level
Stop-Reverse Buy Level
While the script "PriceCatch Signals Buy Signals" can be used independently, this script is intended to be used with the script "PriceCatch Signals Buy Signals".
Used together, these two scripts may help you identify probable buy opportunities. The purpose of this script is to help screen stocks quickly without manually going through every stock in your watch list.
Please read the Notes of the script "PriceCatch Signals Buy Signals" for explanation of its functionality.
Stock Set
This Free screener scans a list of 20 stocks. The full version scans a list of 60 stocks. The stocks list will be regularly updated. Care has been taken to include liquid stocks. MYX traders may suggest liquid stocks for inclusion in full version.
Chart resolution vs. Script resolution
I have noticed that if the chart resolution is set to 15 minutes time-frame and the screener resolution is selected as 2 Hours, then the results are correct. However, if the screener resolution is set to 5 minutes, then the results are not accurate. This is not an issue with script. So scanning higher time-frames from a lower time-frame chart works better. My advice however, is better to set the chart resolution to the same interval as screener resolution for sure results.
As usual with price action, longer time-frames produce more reliable signals.
CHART
You can have any stock on your chart, while the screener is scanning the stocks independently. In the above image, chart is set to 45 minutes time frame and stock is ABMB, however screener is screening stocks in 120 minutes time frame and has found GTRONIC.
NOTE - PRIOR TO USING THIS SCRIPT:
Please remember that the script is shared with absolutely no assurances about usability and any warranties whatsoever and as a responsible trader, please satisfy yourselves thoroughly and use it only if you are satisfied it works for you. Remember, you are 100% responsible for your actions. If you understand and accept that, you may use the script.
QUERIES/FEEDBACK
Please PM me.
Regards to all and wish everyone all the best with trading.
Memecoin Screener | QuantumResearchMemecoin Screener | QuantumResearch
🚀 Overview
The Memecoin Screener is a specialized multi-asset relative strength tool designed to track, compare, and rank up to 10 different memecoins in real-time. Built for degens and serious meme investors alike, this screener goes beyond price action—analyzing inter-asset relative momentum using a proprietary ARSI-based strength scoring system.
Whether you're flipping $FARTCOIN or rotating between SEED_DONKEYDAN_MARKET_CAP:BONK , SEED_WANDERIN_JIMZIP900:WIF , or $BUTTHOLE, this tool will help you uncover which meme coin leads the pack—and which ones are fading into irrelevance.
🧩 1. Key Features
📊 Relative Strength Matrix
Each selected memecoin is compared against all others using ARSI. This creates a matrix of performance relationships between tokens, highlighting dominance and weakness.
🏆 Dynamic Ranking System
Every coin is scored based on its aggregate relative strength across the group, then ranked from strongest to weakest. The higher the score, the more dominant the token is across the pack.
🎯 Allocation Recommendations
Choose your allocation style—Aggressive, Mixed, or Conservative—and let the screener automatically assign exposure percentages to the top-ranked assets based on your risk profile.
Aggressive allocation
Mix allocation
Conservative allocation
🖥 Visual Screener Table
A clean, color-coded table tracks ✔︎ wins and ✘ losses in pairwise comparisons, shows total strength scores, ranks, and allocation recommendations—all at a glance.
🎨 Customizable Color Modes & UI Positioning
Choose from 8 stylish color palettes and 9 screen positions for the screener table. Tailor the visual layout to your trading workflow.
🧠 How It Works
1️⃣ Pairwise Strength Comparison
Each token is compared to every other token using the formula:
tokenX / tokenY → ARSI → strength score
2️⃣ Score Aggregation
The individual strength scores from all pairwise comparisons are summed to produce a final score for each token.
3️⃣ Ranking & Allocation
Scores are sorted and ranked. Based on the selected allocation mode, exposure is then recommended across the Top 3 coins only.
📈 Use Cases
🔍 Memecoin Rotation Strategy
Stay in the strongest trends and rotate out of weak ones using leaderboard-driven allocation.
⚔️ Long/Short Relative Plays
Go long the top-ranked coin and short the bottom-ranked one for a hedged memecoin momentum strategy.
📊 Group Sentiment Heatmap
Use the table to visually assess which assets are gaining or losing strength over time.
🎒 Position Sizing Guide
Let the allocation module assist you in determining where and how much to allocate, especially when flipping high-risk coins.
💡 Who Is This For?
✅ Degen Traders flipping microcaps and memes
✅ Solana memecoin fans tracking top performers
✅ Systematic traders looking for structured rotation
✅ Anyone seeking clarity in chaos during volatile market cycles
⚠️ Disclaimer
This tool is designed for informational purposes and does not constitute financial advice. Memecoins are volatile and highly speculative assets. Always perform your own due diligence and apply proper risk management.
Follow QuantumResearch for more alpha-driven tools that blend meme culture with advanced technical frameworks.
🧪 Meme smarter. Rotate faster. Survive longer.
Extreme Areas with MTF Screener by QTX Algo SystemsStatistically Extreme Areas with MTF Screener by QTX Algo Systems
Overview
This indicator is designed to automatically highlight zones where prices become statistically overextended, signaling potential reversal opportunities. Enhanced with a Multi Time Frame (MTF) Screener, it verifies these extremes across several timeframes for a comprehensive, multi-dimensional view of market conditions.
How It Works
Baseline Statistical Analysis:
The indicator establishes a baseline price range using historical data through a statistical percentile approach. This baseline reflects typical price extremes over time.
Volatility and Momentum Filters:
It incorporates a Bollinger Band Width Percentile (BBWP) to measure real-time volatility and combines this with a double‐smoothed SMI and a Price – Moving Average Ratio (PMARP) to assess short-term momentum. This dual-filter system ensures that signals are generated only when both volatility and momentum conditions are satisfied.
Directional Oscillator (BBO) Analysis:
A Bollinger Band Oscillator (BBO) is used to evaluate the slopes of the upper and lower bands, adding an extra layer of confirmation for identifying true market extremes.
MTF Screener Integration:
The added MTF Screener scans multiple timeframes, confirming that the statistically extreme conditions are not isolated events. This cross-verification provides a more robust signal, ensuring that the identified reversal zones are consistent across the market.
Customizable Visual Alerts:
The indicator allows for customizable color coding for various conditions (e.g., extreme low warnings, extreme high warnings, and potential reversals), offering clear, visual guidance for traders.
Why It’s Different and Valuable
This tool is more than just a simple merger of common indicators—it’s a carefully integrated system that validates price extremes across several dimensions. By combining statistical analysis with real-time volatility, momentum verification, and multi-timeframe confirmation, it provides a dynamic framework that helps traders identify high-probability reversal zones while minimizing false signals. The added MTF Screener ensures that these signals are consistent and reliable across different market views, enhancing the overall decision-making process.
How to Use
Monitor Visual Cues: Look for the color-coded signals that indicate statistically extreme price levels.
Confirm Across Timeframes: Use the MTF Screener component to ensure that the extreme conditions appear consistently across various timeframes.
Integrate with Your Strategy: Use this indicator alongside other technical tools to refine entry, exit, and stop-loss decisions.
Disclaimer
This indicator is for educational purposes only and is intended to support your trading analysis. It does not guarantee performance, and past results are not indicative of future outcomes. Always use proper risk management and conduct your own analysis before trading.
Continuation Opportunity with MTF Screener by QTX Algo SystemsContinuation Opportunity Indicator with MTF Screener by QTX Algo Systems
Overview
This enhanced indicator is designed to pinpoint key moments when an established trend is likely to continue. By combining traditional momentum analysis with dual volatility measures—and now integrating a powerful Multi Time Frame (MTF) Screener—it offers a multi-dimensional view of trend behavior. This tool not only detects when a pullback is simply a temporary consolidation (characterized by reduced volatility) but also confirms that the overall trend is poised to resume, validated across several timeframes.
How It Works
Core Methodology:
The base indicator uses a double‐smoothed Stochastic Momentum Index (SMI) combined with a Price – Moving Average Ratio (PMARP) to detect momentum crossovers that signal trend continuation. It also uses volatility filters to ensure that the signals occur only when market activity is strong.
Dual Volatility Analysis:
A Bollinger Band Width Percentile (BBWP) measure and historical volatility metrics work together to ensure that only meaningful pullbacks trigger signals—distinguishing between noise and genuine consolidation.
MTF Screener Integration:
The new MTF Screener feature extends the analysis beyond a single timeframe. It scans multiple assets and timeframes concurrently, confirming that a detected pullback or resumption signal appears consistently across the broader market view. This cross-verification minimizes false signals and provides traders with confidence that the trend continuation is robust.
Enhanced Visual Cues:
Color-coded backgrounds and well-defined signal triggers help traders quickly interpret when a pullback is likely just a consolidation phase and when increased volatility signals the trend’s resumption.
Why It’s Different and Valuable
Unlike a simple combination of separate indicators, this tool integrates each element in a systematic, layered approach. The MTF Screener adds an extra dimension by validating signals across different timeframes—ensuring that traders are not basing decisions on isolated, potentially misleading data. This cohesive design enhances overall accuracy and provides actionable insights that are more robust than what individual indicators would offer on their own.
How to Use
Monitor Visual Signals: Look for color-coded cues and momentum crossovers that appear after a pullback.
Validate Across Timeframes: Use the MTF Screener’s output to confirm that the continuation signal is consistent across various timeframes.
Integrate with Other Tools: Combine these signals with your existing technical analysis methods to refine your entry and exit points.
Disclaimer
This indicator is provided for educational purposes only and is intended to support your trading analysis. It does not guarantee performance, and past results are not indicative of future outcomes. Always use proper risk management and perform your own analysis before trading.
QFL Screener [ ZCrypto ]The QFL Screener is a robust tool inspired by Quickfingersluc's trading strategy.
Known as the Base Strategy or Mean Reversals, QFL focuses on identifying moments of panic selling and buying , presenting opportunities to enter trades at deeply discounted prices.
The QFL Screener is designed to enhance your trading efficiency by simultaneously scanning 40 symbols.
You have the flexibility to enable or disable specific symbols from the screening process, allowing you to tailor the screener to your preferred markets and instruments.
The Screener has a built-in alerts system . As soon as the QFL conditions align for any of the scanned symbols, you'll receive instant notifications, empowering you to take prompt action and seize potential trading opportunities.
In addition, I've incorporated a visual element to complement the alerts. Once the conditions are true, a green arrow shape will appear directly on the chart, providing a clear and intuitive signal of the QFL opportunity.
To provide a clear overview, our screener presents a comprehensive table that highlights when the QFL condition becomes true for each symbol. This table acts as a visual guide, enabling you to monitor the status of multiple symbols at a glance, streamlining your trading decision-making process.
With the QFL Screener, you gain an edge in identifying profitable trade setups based on Quickfingersluc's renowned approach. Experience the convenience of simultaneous screening, real-time alerts, and an intuitive table display, all in one user-friendly tool.
MTF Wave Screener [Cryptoheat]The "MTF Wave Screener" is a screener built to be able to scan the market quickly and easily in a very efficient way based on the "MTF Wave Stochastic RSI " function.
therefore it is basically an MTF wave stochastic scanner to monitor a wide scope of charts and know which to look deeper into using the "MTF Wave Stochastic RSI" itself. therefore it is recommended to be used with the other indicator and is considered an additional tool for those who use and master the "MTF Wave Stochastic RSI " indicator. if you do not know how it works, make sure to check it out here and read its description, which is a vital part for this one:
knowing how it works, you should be able to understand what it means for the chart to be Overbought, Oversold or having a Fake-out (mini-wave) on the MTF Wave Stochastic RSI, as well as the meaning of the values of K1, K2, K3 and the gap between K1 and K2. if not, please check it out by visiting the link attached earlier.
This table screener basically writes all the MTF data in a table showing mainly the chart's status as an option of (Oversold, Overbought, Fakeup or Fakedown) as well as the K1, K2, K3, Gap, value change from last candle data of all requested charts. Therefore acting as a market scanner for people who want to save the time needed to scan the whole market manually.
For example:
as you can see the table is showing 'GALA:USDT' pair as being oversold and having k1,k2 and k3 values of 0,0 and 9.76 respectively, therefore if you go check on the MTF Wave Stochastic RSI indicator, you will see that the current pair has a green highlight indicating oversold. and having the K1,K2 and K3 values as indicated on the indicator.
same goes for any other MTF status. Another example is when it shows a FAKEDOWN . Experienced MTF Wave Stoch RSI users know that this means that the MTF curves are formed in a bullish way showing that there is a retrace towards oversold only on the lowest time frame stochastic K1 while the normal time frame stochastic is still overbought. if you check the screener table you will see for example that 'QNTUSDT' pair is showing a FAKEDOWN the gap between K1 and K2 can be seen in the K1 and K2 values as well as the column named Gap val . with it you can determine the strength of that Fakedown. the bigger the Gap Val the higher the Fakeout and the bigger the expected bounce is should it play out.
checking on the QNTUSDT MTF Wave Stoch RSI you will see a clear fakedown between k1 and k2 (gray and blue curves), indicating a possible bounce incoming soon.
Overbought and Fakeup, each mean the opposite of Oversold and Fakedown respectively.
in short all the values contained on that screener table help you picture each chart's individual MTF Wave Stoch RSI of their own without having to check each one by itself. this is a very useful tool for traders who need to scan the market for the MTF data of each coin...
The screener comes with several options. in settings you can change the parameters for overbought, oversold , Fakeup and Fakedown in the settings according to the k1, k2, k3 values and differences. The table is made to screen 33 charts at the same time. to allow you to store more charts it is made in a way that you can choose not only those 33 but also 4 other x 33 watchlists and select the ones you want among them giving you the option to make your own 165 chart's watchlist and save it.
You must know that however, in the event that any of those default charts gets is not valid anymore, for example if a coin gets delisted of an exchange or a stock gets delisted the table will not work until you manually change that pair, even if it is in the alternative watchlists. in that case you will receive a warning message and a black indicator. in that event, please check for the pair that has been delisted and change it to another working pair and save as default.
PriceCatch Euronext Paris Stocks Screener v1Hi,
Tradingview community. Warm Greetings.
Euronext Paris Stocks Screener
I am sharing a script that screens Euronext Paris stocks for Probable Breakout Buy signal and Stop-Reverse Buy Signal. This script may prove to be useful to traders who trade Euronext Paris listed stocks.
I have already shared the script "PriceCatch Signals Buy Signals" that marks the following levels on the chart.
Probable Breakout Buy Level
Stop-Reverse Buy Level
While the script "PriceCatch Signals Buy Signals" can be used independently, this script is intended to be used with the script "PriceCatch Signals Buy Signals".
Used together, these two scripts may help you identify probable buy opportunities. The purpose of this script is to help screen stocks quickly without manually going through every stock in your watchlist.
Please read the Notes of the script "PriceCatch Signals Buy Signals" for explanation of its functionality.
Stocks Set
As Tradingview limits the number of security function calls, to get around, you have to select Set1 to screen first set of 25 stocks and then select Set2 to screen next set of 25 stocks.
List of Euronext Paris stocks
ACA AI AIR ALCRB ALGAU ALO ALONC ALVTX ATO BN BNP CA CLA COFA CS DBG DG EDF
EL ELIOR EN ENGI ETL FDJ FR FTI GET GLE MCPHY OR ORA POXEL PUB RI
RNO RXL SAF SAN SGO SMCP STLA STM SU TE TTE VIE VIV VK VLA WLN
Chart resolution vs. Script resolution
I have noticed that if the chart resolution is set to 15 minutes time-frame and the screener resolution is selected as 2 Hours, then the results are correct. However, if the screener resolution is set to 5 minutes, then the results are not accurate. This is not an issue with script. So scanning higher time-frames from a lower time-frame chart works better. My advice however, is better to set the chart resolution to the same interval as screener resolution for sure results.
As usual with price action, longer time-frames produce more reliable signals.
SOME CHARTS
Chart set to Daily time-frame and shows Derichebourg stock. Screener shows a Stop-Reverse Buy Opportunity on GET.
s3.tradingview.com
Example 2
Chart set to 30 min. timeframe and shows Derichebourg stock. Screener shows a Stop-Reverse Buy Opportunity on VIV .
s3.tradingview.com
NOTE - PRIOR TO USING THIS SCRIPT
Please remember that the script is shared with absolutely no assurances about usability and any warranties whatsoever and as a responsible trader, please satisfy yourselves thoroughly and use it only if you are satisfied it works for you. Remember, you are 100% responsible for your actions. If you understand and accept that, you may use the script.
QUERIES/FEEDBACK
Please PM me.
Regards to all and wish everyone all the best with trading.
PriceCatch - EuronextParis-Stocks screenerHi,
Tradingview community. Warm Greetings.
EuronextParis Stocks Screener
I am sharing a script that screens Euronext Paris stocks for Probable Breakout Buy signal and Stop-Reverse Buy Signal. This script may prove to be useful to traders who trade Euronext Paris listed stocks.
I have already shared the script "PriceCatch-Signals - Buy Signals" that marks the following levels on the chart.
Probable Breakout Buy Level
Stop-Reverse Buy Level
While the script "PriceCatch-Signals - Buy Signals" can be used independently, this script is intended to be used with the script "PriceCatch-Signals - Buy Signals".
Used together, these two scripts may help you identify probable buy opportunities. The purpose of this script is to help screen stocks quickly without manually going through every stock in your watchlist.
Please read the Notes of the script "PriceCatch-Signals - Buy Signals" for explanation of its functionality.
Stock Set
As Tradingview limits the number of security function calls, to get around, you have to select Set1 to screen first set of 25 stocks and then select Set2 to screen next set of 25 stocks.
Chart resolution vs. Script resolution
I have noticed that if the chart resolution is set to 15 minutes timeframe and the screener resolution is selected as 2 Hours, then the results are correct. However, if the screener resolution is set to 5 minutes, then the results are not accurate. This is not an issue with script. So scanning higher timeframes from a lower timeframe chart works better. My advice however, is better to set the chart resolution to the same interval as screener resolution for sure results.
As usual with price action, longer time-frames produce more reliable signals.
SOME CHARTS
Chart set to Daily timeframe and shows Derichebourg stock. Screener shows a Stop-Reverse Buy Opportunity on GET.
Example 2
Chart set to 30 min. timeframe and shows Derichebourg stock. Screener shows a Stop-Reverse Buy Opportunity on VIV.
NOTE - PRIOR TO USING THIS SCRIPT:
Please remember that the script is shared with absolutely no assurances about usability and any warranties whatsoever and as a responsible trader, please satisfy yourselves thoroughly and use it only if you are satisfied it works for you. Remember, you are 100% responsible for your actions. If you understand and accept that, you may use the script.
QUERIES/FEEDBACK
Please PM me.
Regards to all and wish everyone all the best with trading.
Stock Earnings Viewer for Pine ScreenerThe script, titled "Stock Earnings Viewer with Surprise", fetches actual and estimated earnings, calculates absolute and percent surprise values, and presents them for analysis. It is intended to use in Pine Screener, as on chart it is redundant.
How to Apply to Pine Screener
Favorite this script
Open pine screener www.tradingview.com
Select "Stock Earnings Viewer with Surprise" in "Choose indicator"
Click "Scan"
Data
Actual Earnings: The reported earnings per share (EPS) for the stock, sourced via request.earnings().
Estimated Earnings: Analyst-predicted EPS, accessed with field=earnings.estimate.
Absolute Surprise: The difference between actual and estimated earnings (e.g., actual 1.2 - estimated 1.0 = 0.2).
Percent Surprise (%): The absolute surprise as a percentage of estimated earnings (e.g., (0.2 / 1.0) * 100 = 20%). Note: This may return NaN or infinity if estimated earnings are zero, due to division by zero.
Practical Use
This screener script allows users to filter stocks based on earnings metrics. For example, you could screen for stocks where Percent Surprise > 15 to find companies exceeding analyst expectations significantly, or use Absolute Surprise < -0.5 to identify underperformers.
[Opening Range pre-Market Breakout Screener] with Alerts (TSO)=
with Alerts (TSO)
===========================================================================
===========================================================================
This Opening Range/pre-Market breakout screener lets you monitor up to 10 symbols/instruments simultaneously (9 plus the one currently displayed on the chart). It provides alerts when the price breaks out of the pre-market range, offering two options: 1) Immediate alerts as the breakout happens with the live bar, and 2) Alerts after the bar closes. The screener also labels breakouts on the chart and offers live status updates in the stats table. The Opening Range/pre-Market area is fully customizable, with a default setting optimized for US stock market pre-market hours (07:00 am-09:30 am ET). Additionally, you can set the Active Trading Session Schedule to define specific intraday periods when breakouts and alerts will be displayed.
What sets this indicator apart from other ORB indicators is its integrated screener for multiple symbols and an IMMEDIATE alert/status feature that notifies you the moment the price breaks through the pre-market range. Moreover, it can be used worldwide as it includes an active trading session schedule for every trading region globally!
===========================================================================
Explanation of all the Features/Inputs/Settings
---------------------------------------------------------------------------
>>> This is where the desired symbols can be turned on/checked to be screened for ORB breakout - the selected/checked symbols at creation of a 'Any alert() function call' alert will alert on any of the selected/checked symbols.
>>> Active Trading Session Hours, this is where Active Trading Session Hours can be setup during which breakouts will be shown on chart/table and alerts will trigger. Every trading region is included, by default it's set to a regular US trading session: 09:30am0-4:00pm ET.
>>> ORB Breakout Config is where the desired breakout approaches can be shown/alert turn on. Closed Bar Breakout: means that a breakout is considered as occurred only when a candle bar is fully closed. Live Breakouts: a breakout occurs immediately at price breakout thru pre-Market range, while candle bar is still open.
>>> Final section is simply the stats table location.
===========================================================================
Adding Alerts in TradngView
---------------------------------------------------------------------------
1) Consolidation alert(s) for the selected/checked symbols
- Select/check/find the desired symbols/instruments (when selecting symbols, make sure - they are from correct BROKER/SOURCE as pricing may differ between different brokers, causing confusion (under 1 broker/source, the symbol will be consolidated, under another it will not...))
-Right-click anywhere on any TradingView chart
-Click on Add alert
-Condition: Select this indicator by it’s name
-Immediately below, change it to "alert() function calls only"
-Expiration: Open-ended (that may require higher tier TradingView account, otherwise the alert will need to be occasionally re-triggered)
-Alert name: Anything
-Hit “Create”
-Note: If you change ANY Settings within the indicator – you must DELETE the current alert and create a new one per steps above, otherwise it will continue triggering alerts per old Settings!
* Once alert triggers, don't get confused, as it will show "Alert on SYMBOL", the SYMBOL will be where you created the major alert for all the symbols within the screener list! Within the alert, on the bottom, it will say: "SPY - LONG Breakout - Live" - this is where the correct symbol is for which the alert for consolidation was triggered!
===========================================================================
If you have any questions or issues with the indicator, please message me directly via TradingView.
---------------------------------------------------------------------------
Good Luck! (NOTE: Trading is very risky, past performance is not necessarily indicative of future results, so please trade responsibly!)
BEST RSI Divergences Screener (Regular and Hidden)Hello traders
My way to fight this situation is to stay productive.
Hope some of my scripts will help you out as most of us are locked-down at home, hence have more time for trading - and preparing ourselves when the sun will shine on us again
I - Concept
This is an upgrade of this script which captured only the regular divergences
This screener detects whether the regular RSI divergences based on the TradingView Divergence built-in indicator (made by the gentleman @everget I believe)
With this screener, you can see in 1 view which of your favorite cryptos/stocks/forex pairs/etc. showing strong regular and hidden divergences
The gentlemen (and demoiselles) traders can play with the lookback/ranges inputs to adjust the divergences based on what they think is best of their trading/timeframe/instrument/life
On that script screenshot, I'm showing the BYBIT:BTCUSD part of the screener matching with the divergences on the chart
II - How did I set the screener
The visual signals are as follow:
- square: whenever a regular or hidden divergence is detected
Then the colors are:
- green when there is bullish divergence
- red when there is bearish divergence
🔔🔔 I also added the alerts for capturing those bullish/bearish divergences
III - Does it repaint?
It should not :)
Best regards
Dave
Engulfing Screener - Set 4Customized version of Best Engulfing Screener
This is part 4/4 that will allow you to monitor all Majors and their respective pairs, 28 pairs in total.
Simply add the following scripts to any one chart, and you may leave open to monitor all 28 pairs for Engulfing .
Engulfing Screener - Set 1
Engulfing Screener - Set 2
Engulfing Screener - Set 3
Engulfing Screener - Set 4
How to use:
Once all four scripts are added to a chart, you find the UP and DOWN arrows, which represent a bullish or bearish engulfing . Look at the bearish candles, and compare to CSM to see if it is in line with Red and Green. If EURUSD has an UP arrow, and you CSM shows EUR is green and USD is red, it is a valid candle. Then open that chart and see if there is a valid entry based on the price action.
Engulfing Screener - Set 3Customized version of Best Engulfing Screener
This is part 3/4 that will allow you to monitor all Majors and their respective pairs, 28 pairs in total.
Simply add the following scripts to any one chart, and you may leave open to monitor all 28 pairs for Engulfing .
Engulfing Screener - Set 1
Engulfing Screener - Set 2
Engulfing Screener - Set 3
Engulfing Screener - Set 4
How to use:
Once all four scripts are added to a chart, you find the UP and DOWN arrows, which represent a bullish or bearish engulfing . Look at the bearish candles, and compare to CSM to see if it is in line with Red and Green. If EURUSD has an UP arrow, and you CSM shows EUR is green and USD is red, it is a valid candle. Then open that chart and see if there is a valid entry based on the price action.
Engulfing Screener - Set 2Customized version of Best Engulfing Screener
This is part 2/4 that will allow you to monitor all Majors and their respective pairs, 28 pairs in total.
Simply add the following scripts to any one chart, and you may leave open to monitor all 28 pairs for Engulfing.
Engulfing Screener - Set 1
Engulfing Screener - Set 2
Engulfing Screener - Set 3
Engulfing Screener - Set 4
How to use:
Once all four scripts are added to a chart, you find the UP and DOWN arrows, which represent a bullish or bearish engulfing. Look at the bearish candles, and compare to CSM to see if it is in line with Red and Green. If EURUSD has an UP arrow, and you CSM shows EUR is green and USD is red, it is a valid candle. Then open that chart and see if there is a valid entry based on the price action.