Avi - Trendlines EnhancedDeveloped from open-source code by © pikusov (Diagonal Supports and Resistances), this indicator provides traders with a robust and visually intuitive method to identify and monitor key support and resistance levels. Its ability to check for multiple test touches, combined with dynamic updates, customizable visuals, and integrated alert systems, makes it an effective tool for comprehensive technical market analysis.
This advanced TradingView Pine Script indicator dynamically detects and draws support and resistance trendlines based on historical pivot points while also checking for multiple test touches. Here’s a detailed summary of its functionality:
Customizable Trendline Detection:
Historical Analysis: Users specify the number of historical bars to examine for identifying pivot points, enabling a deep scan for reliable support and resistance levels.
Pivot Lookback Settings: The primary pivot lookback period (x1) is user-defined, with a secondary period (x2) calculated as half of x1, allowing the indicator to capture both local lows and highs accurately.
Dynamic Trendline Construction and Multiple Test Validation:
Iterative Pivot Pairing: The script uses nested loops to identify pairs of pivot points (lows for support, highs for resistance) and calculates an interpolated price along the line connecting these pivots.
Testing and Updating Trendlines:
The indicator continuously checks whether the price respects the drawn trendlines.
It verifies if the trendlines have been tested multiple times by iterating through historical bars, ensuring that the level holds up under repeated tests.
When a level is retested, the trendline is updated and a test counter is incremented, thereby reinforcing the significance of the support or resistance level.
Visual Customization Options:
Line Appearance: Users can tailor the trendlines with customizable thickness, dash patterns (solid, dotted, or dashed), and specific colors for support and resistance lines.
Label Settings: Labels display the precise price levels (and optionally the number of tests), with configurable sizes and styles, offering clear visual cues on the chart.
Alerting and Confirmation Mechanisms:
Breakout Alerts: The script triggers alerts when the price action breaches a trendline. It differentiates between standard alerts and those that are volume-confirmed—where the volume exceeds a set multiple of the average—thus minimizing false signals.
RSI-Based Bar Coloring: When enabled, the Relative Strength Index (RSI) is computed, and bars at trendline test points are color-coded (dark red for overbought and dark green for oversold conditions), providing immediate visual feedback on market momentum.
Supporting Analytical Tools:
Pivot Labels: The indicator can display pivot labels using built-in functions, marking key pivot highs and lows with their corresponding price values.
Moving Averages: Two customizable moving averages (fast and slow) can be plotted (using either SMA or EMA), helping to contextualize the trendlines within the broader market trend.
Efficient Object Management:
Array-Based Storage and Cleanup: Arrays are used to store drawn objects (lines and labels), and a cleanup routine ensures that outdated objects are removed with every new bar, keeping the chart clutter-free.
Helper Functions: Utility functions such as price_at for interpolating prices along the trendline and round_to_tick for rounding values enhance the script’s precision and usability.
Moving Averages
BarbellFX 2 in 1 ORB + Super Trend with signalsThis “BarbellFX 2 in 1 ORB + Super Trend with signals” indicator merges two powerful trading approaches into a single, customizable script:
1. Multi-Session Open Range Breakout (ORB)
• Automatically detects and plots the London and New York session ranges.
• Optionally displays session highs/lows with colored lines, highlights each session’s background, and plots an EMA for extra trend context.
• Detects and alerts on breakouts above/below session ranges.
• Provides an on-chart table showing session range size and breakout activity.
2. Barbell FX Super Trend System
• Utilizes multi-timeframe (4H, Daily, Weekly) EMA crossovers alongside an RSI and ATR-based volatility filter.
• Shows a simple dash of higher-timeframe trends (Bullish/Bearish) to confirm the overall market direction.
• Alerts and plots buy/sell signals on the chart based on 4H EMA crossovers, RSI conditions, and user-defined volatility thresholds.
• Option to filter signals further by requiring all three higher timeframes (4H, Daily, Weekly) to align.
Fully Customizable Toggles
• Global On/Off: Toggle each main component (ORB or Super Trend) individually.
• Session Lines, Backgrounds, EMA, Table: Enable or disable each visual element in the ORB section.
• Super Trend Settings: Show/hide 4H EMAs, signals, and the multi-timeframe trend dashboard.
• Alerts: Toggle breakout alerts for the ORB sessions and 4H buy/sell alerts for the Super Trend system.
This combination helps traders quickly spot intraday session breakouts that align with higher-timeframe momentum, all while keeping the chart clean via on/off switches for each feature.
Multi-Filter Momentum OscillatorMulti-Filter Momentum Oscillator
Description
The Multi-Filter Momentum Oscillator is an advanced technical indicator that leverages multiple moving average filters to identify trend strength, momentum shifts, and potential reversal points in price action. This indicator combines a cluster-based approach with momentum analysis to provide traders with a comprehensive view of market conditions.
Key Components
Filter Cluster Analysis: The indicator creates an array of moving averages with different periods using your choice of filter (PhiSmoother, EMA, DEMA, TEMA, WMA, or SMA). These filters form a cluster that helps identify the underlying trend direction.
Composite Score: The relative positions of these filters are analyzed to generate a net score, which represents the overall trend strength and direction.
Signal Line: A smoothed version of the composite score that helps identify momentum shifts.
Four-Color Histogram: Visualizes the relationship between the score and signal line with four distinct colors:
Bright Green (Bullish Rising): Positive momentum that is accelerating
Olive Green (Bullish Falling): Positive momentum that is decelerating
Dark Red (Bearish Rising): Negative momentum that is improving
Bright Red (Bearish Falling): Negative momentum that is worsening
LazyLine Overlay: An additional triple-smoothed WMA that can be displayed on the price chart to visualize the dominant trend.
Trading Applications
Trend Direction: The oscillator's position above or below zero indicates the prevailing trend direction.
Momentum Shifts: The histogram's color changes signal momentum shifts before they become apparent in price.
Divergence Detection: Compare oscillator peaks/troughs with price action to identify potential divergences.
Overbought/Oversold Conditions: Extreme readings near the upper and lower threshold levels can indicate potential reversal zones.
Trend Confirmation: The LazyLine overlay confirms the broader trend direction on the price chart.
Customization Options
The indicator offers extensive customization through multiple parameters:
Filter type selection (PhiSmoother, EMA, DEMA, TEMA, WMA, SMA)
Cluster dispersion and trim settings
Post-smoothing options
Signal line parameters
Threshold levels
Color preferences for various elements
Histogram width and visibility
Optional swing signals with customizable placement
Modes
Trend Strength Mode: Focuses on the directional movement of the filter cluster.
Volatility Mode: Weights the score based on the bandwidth of the filter cluster, making it more responsive during volatile periods.
This versatile oscillator combines elements of trend following, momentum analysis, and volatility assessment to provide traders with actionable signals across different market conditions. The four-color histogram adds another dimension to traditional oscillator analysis by visually representing both the direction and strength of momentum shifts.
Avi - TablesThe "Avi - Tables" indicator is a comprehensive tool designed to display a wealth of technical information directly on your TradingView chart using dynamic tables and visual elements. It combines multiple analysis techniques and multi-timeframe metrics into an easy-to-read layout. Key features include:
Moving Averages & VWMA:
The indicator calculates up to six user-configurable moving averages (with options for both SMA and EMA) and a 20-period Volume-Weighted Moving Average (VWMA). It plots these averages on the chart and computes the percentage difference between the current price and each moving average. It also checks if the price has touched these levels.
ATR and Volatility:
A 14-period Average True Range (ATR) is calculated and expressed as a percentage of the close price, providing a measure of market volatility.
Volume Analysis:
Using daily volume data and a user-defined volume period, the indicator computes the relative volume (RVOL) as a multiple compared to the average volume. It estimates the full-day volume based on the elapsed trading day and compares it with the previous day’s volume, applying conditional formatting based on these comparisons.
Pressure Metrics:
The script calculates buyer and seller pressure based on price movement and volume, determining the dominant pressure (BP or SP) and displaying the result with corresponding color cues.
Multi-Timeframe Analysis Table:
Users can select various timeframes (15-min, 1-hour, 4-hour, daily, weekly, and monthly) for additional indicators such as MACD, ADX, CCI, and RSI. Each timeframe’s data is displayed in a dedicated table cell, with colors and text dynamically indicating bullish, bearish, or neutral conditions.
Customizable Tables & Layout:
The indicator provides several inputs for table positioning, text size, and layout options—including an option to flip the table rows and columns—allowing you to customize the display to best suit your chart and analysis needs.
Pivot Points & Gap Analysis:
Beyond the tables, the script includes functionality for detecting pivot highs and lows as well as identifying chart gaps. It draws labels for pivot points and, in an optional section, detects and manages gaps (with partial or full closures) and triggers alerts when new gaps appear or are closed.
Overall, "Avi - Tables" is designed to deliver a multi-layered view of the market —from moving averages and volatility to volume dynamics and multi-timeframe indicator signals—all organized neatly into customizable tables. This makes it a powerful resource for traders seeking an integrated and visually intuitive technical analysis tool.
Avi - Live 20 ChecklistThis indicator, called "Live 20 Checklist", is a comprehensive TradingView tool that consolidates multiple technical analysis metrics into one dynamic display. It’s designed to help traders quickly assess market conditions by providing a real-time checklist of key indicators.
Key Features:
Moving Averages & Reversion Signals:
It calculates a primary moving average (with a customizable length and type, either SMA or EMA) and measures the percentage difference between the current price and this average. By comparing this difference over a lookback period, the script generates bullish or bearish reversion signals when the price deviates significantly from the average.
Trend Analysis:
The indicator uses linear regression over user-defined short-term and long-term periods to determine the overall price trend direction. This helps in identifying whether the market is in a bullish or bearish phase over different timeframes.
CCI (Commodity Channel Index):
It computes the CCI to gauge momentum and potential overbought/oversold conditions, with color-coded outputs reflecting the strength of the current momentum.
Volume Metrics:
Volume trends are analyzed by comparing current volume to both short-term and long-term moving averages. It also estimates the full-day volume based on the elapsed time in the trading session and compares it to the previous day’s volume, presenting this as a relative volume (RVOL) multiple.
Gap Detection:
The script scans historical bars to detect bullish and bearish gaps, drawing lines on the chart to visually highlight these gaps. It further identifies the “closest gap” relative to the current price.
Candlestick Pattern Recognition:
A variety of candlestick patterns (such as bullish/bearish engulfing, doji, hammers, marubozu, and more) are detected, with the current pattern highlighted in the table and background color adjusted accordingly.
Dynamic Table Display:
All these metrics are neatly organized in a customizable table on the chart. Traders can choose which rows to display (moving average info, trends, CCI, volume trends, gap details, candlestick patterns, ATR, RVOL, and open-close difference) and adjust the table’s position, text size, and color theme.
Additional Visual Tools:
Besides the main moving average, an extra moving average can be plotted for additional perspective. Pivot high/low labels are also available to mark key price levels, with colors that adjust based on the selected theme.
Overall, the Live 20 Checklist is a robust indicator that merges several analytical tools into one visual dashboard, enabling traders to quickly evaluate market conditions and make informed decisions.
1 hour ago
Release Notes
This indicator, called "Live 20 Checklist", is a comprehensive TradingView tool that consolidates multiple technical analysis metrics into one dynamic display. It’s designed to help traders quickly assess market conditions by providing a real-time checklist of key indicators.
Key Features:
Moving Averages & Reversion Signals:
It calculates a primary moving average (with a customizable length and type, either SMA or EMA) and measures the percentage difference between the current price and this average. By comparing this difference over a lookback period, the script generates bullish or bearish reversion signals when the price deviates significantly from the average.
Trend Analysis:
The indicator uses linear regression over user-defined short-term and long-term periods to determine the overall price trend direction. This helps in identifying whether the market is in a bullish or bearish phase over different timeframes.
CCI (Commodity Channel Index):
It computes the CCI to gauge momentum and potential overbought/oversold conditions, with color-coded outputs reflecting the strength of the current momentum.
Volume Metrics:
Volume trends are analyzed by comparing current volume to both short-term and long-term moving averages. It also estimates the full-day volume based on the elapsed time in the trading session and compares it to the previous day’s volume, presenting this as a relative volume (RVOL) multiple.
Gap Detection:
The script scans historical bars to detect bullish and bearish gaps, drawing lines on the chart to visually highlight these gaps. It further identifies the “closest gap” relative to the current price.
Candlestick Pattern Recognition:
A variety of candlestick patterns (such as bullish/bearish engulfing, doji, hammers, marubozu, and more) are detected, with the current pattern highlighted in the table and background color adjusted accordingly.
Dynamic Table Display:
All these metrics are neatly organized in a customizable table on the chart. Traders can choose which rows to display (moving average info, trends, CCI, volume trends, gap details, candlestick patterns, ATR, RVOL, and open-close difference) and adjust the table’s position, text size, and color theme.
Additional Visual Tools:
Besides the main moving average, an extra moving average can be plotted for additional perspective. Pivot high/low labels are also available to mark key price levels, with colors that adjust based on the selected theme.
Overall, the Live 20 Checklist is a robust indicator that merges several analytical tools into one visual dashboard, enabling traders to quickly evaluate market conditions and make informed decisions.
1 hour ago
Release Notes
This indicator, called "Live 20 Checklist", is a comprehensive TradingView tool that consolidates multiple technical analysis metrics into one dynamic display. It’s designed to help traders quickly assess market conditions by providing a real-time checklist of key indicators.
Key Features:
Moving Averages & Reversion Signals:
It calculates a primary moving average (with a customizable length and type, either SMA or EMA) and measures the percentage difference between the current price and this average. By comparing this difference over a lookback period, the script generates bullish or bearish reversion signals when the price deviates significantly from the average.
Trend Analysis:
The indicator uses linear regression over user-defined short-term and long-term periods to determine the overall price trend direction. This helps in identifying whether the market is in a bullish or bearish phase over different timeframes.
CCI (Commodity Channel Index):
It computes the CCI to gauge momentum and potential overbought/oversold conditions, with color-coded outputs reflecting the strength of the current momentum.
Volume Metrics:
Volume trends are analyzed by comparing current volume to both short-term and long-term moving averages. It also estimates the full-day volume based on the elapsed time in the trading session and compares it to the previous day’s volume, presenting this as a relative volume (RVOL) multiple.
Gap Detection:
The script scans historical bars to detect bullish and bearish gaps, drawing lines on the chart to visually highlight these gaps. It further identifies the “closest gap” relative to the current price.
Candlestick Pattern Recognition:
A variety of candlestick patterns (such as bullish/bearish engulfing, doji, hammers, marubozu, and more) are detected, with the current pattern highlighted in the table and background color adjusted accordingly.
Dynamic Table Display:
All these metrics are neatly organized in a customizable table on the chart. Traders can choose which rows to display (moving average info, trends, CCI, volume trends, gap details, candlestick patterns, ATR, RVOL, and open-close difference) and adjust the table’s position, text size, and color theme.
Additional Visual Tools:
Besides the main moving average, an extra moving average can be plotted for additional perspective. Pivot high/low labels are also available to mark key price levels, with colors that adjust based on the selected theme.
Overall, the Live 20 Checklist is a robust indicator that merges several analytical tools into one visual dashboard, enabling traders to quickly evaluate market conditions and make informed decisions.
7 minutes ago
Release Notes
This indicator, called "Live 20 Checklist", is a comprehensive TradingView tool that consolidates multiple technical analysis metrics into one dynamic display. It’s designed to help traders quickly assess market conditions by providing a real-time checklist of key indicators.
Key Features:
Moving Averages & Reversion Signals:
It calculates a primary moving average (with a customizable length and type, either SMA or EMA) and measures the percentage difference between the current price and this average. By comparing this difference over a lookback period, the script generates bullish or bearish reversion signals when the price deviates significantly from the average.
Trend Analysis:
The indicator uses linear regression over user-defined short-term and long-term periods to determine the overall price trend direction. This helps in identifying whether the market is in a bullish or bearish phase over different timeframes.
CCI (Commodity Channel Index):
It computes the CCI to gauge momentum and potential overbought/oversold conditions, with color-coded outputs reflecting the strength of the current momentum.
Volume Metrics:
Volume trends are analyzed by comparing current volume to both short-term and long-term moving averages. It also estimates the full-day volume based on the elapsed time in the trading session and compares it to the previous day’s volume, presenting this as a relative volume (RVOL) multiple.
Gap Detection:
The script scans historical bars to detect bullish and bearish gaps, drawing lines on the chart to visually highlight these gaps. It further identifies the “closest gap” relative to the current price.
Candlestick Pattern Recognition:
A variety of candlestick patterns (such as bullish/bearish engulfing, doji, hammers, marubozu, and more) are detected, with the current pattern highlighted in the table and background color adjusted accordingly.
Dynamic Table Display:
All these metrics are neatly organized in a customizable table on the chart. Traders can choose which rows to display (moving average info, trends, CCI, volume trends, gap details, candlestick patterns, ATR, RVOL, and open-close difference) and adjust the table’s position, text size, and color theme.
Additional Visual Tools:
Besides the main moving average, an extra moving average can be plotted for additional perspective. Pivot high/low labels are also available to mark key price levels, with colors that adjust based on the selected theme.
Overall, the Live 20 Checklist is a robust indicator that merges several analytical tools into one visual dashboard, enabling traders to quickly evaluate market conditions and make informed decisions.
Consolidation Zones [ActiveQuants]The Consolidation Zones indicator is an innovative tool designed to help traders pinpoint periods of low volatility and market balance . By dynamically plotting zones where price action remains confined within an ATR-defined range around a simple moving average (SMA), this indicator highlights periods of consolidation that often precede breakouts or reversals .
█ KEY FEATURES
Dynamic Zone Detection : Automatically identifies consolidation zones when the price remains within a tight range defined by the SMA and ATR over a specified number of bars, signaling balanced market conditions.
Customizable Parameters : Adjust key inputs such as Minimum Zone Length , ATR Length , the number of bars to display, and zone color, enabling you to tailor the indicator to various market conditions and trading styles.
Automated Zone Management : Efficiently plots consolidation zones and cleans up older ones to maintain a clear and focused chart, ensuring you always have an up-to-date view of recent market behavior.
Enhanced Market Analysis : By visualizing areas of price stability, the indicator aids in spotting potential breakout or reversal points, which can be critical for fine-tuning entry and exit strategies.
█ CONCLUSION
The Consolidation Zones indicator is an essential tool for traders who value volatility analysis and precision timing. By marking key periods of price consolidation, it enhances your market analysis, helping you anticipate potential moves and refine your trading strategy.
█ IMPORTANT
⚠ Consolidation signals should be used alongside other technical indicators or analysis techniques such as trend lines, support/resistance levels, or volume to confirm trading decisions.
⚠ Adjust the indicator’s settings based on your preferred timeframe and asset class to achieve the best results.
█ RISK DISCLAIMER
Trading involves significant risk, and you may lose capital. Past performance is not indicative of future results. This tool provides informational signals only and does not constitute financial advice. Use it at your own risk and consult a qualified financial professional before making trading decisions.
Incorporate this indicator into your trading workflow to improve market timing and optimize your entry and exit strategies.
📈 Happy trading! 🚀
MTF Fast Trend Information v.9.1pMulti Time Frame Fast Trend Information (MTF FTI).
The indicator uses Super Trend and Moving Averages to display trend information.
In addition, it shows information based on standard TradingView indicators - RSI, MFI, CCI, OBV, and TSI (The Trend Strength Index indicator measures the tendency of a symbol to either trend steadily or to revert to its mean. The core idea behind TSI is that the more momentum a symbol has relative to its volatility, the more likely it is to follow a trend and the less likely it is to revert to its mean. It analyzes price momentum using the Pearson correlation coefficient, a normalized measure of the linear relationship between time series. Its output shows the correlation between the chart's closing prices and bar index values over a defined number of bars).
Also it shows Chop Zone and ER.
Efficiency Ratio (ER) - It measures the efficiency of price movements. It quantifies how much the price has moved in a given direction relative to its overall volatility. A high ER indicates a strong trend, while a low ER suggests choppy, sideways movement.
ER values scale: H (high), M (medium), L (low).
For more information above ER google KAMA (Kaufman's Adaptive Moving Average).
The Chop Zone indicator allows one to determine whether a market is choppy, showcasing a sideways trend, or not choppy, showcasing a directional trend.
CZ values scale - Red (high values) for the choppy market and Green (low values) for the dominant trend.
CZ can be displayed above or below candles or at the top or bottom of the screen (or turned off). It acts like the standard Chop Zone indicator.
Trend values scale: Up, Down, UP+, Down+. Plus means stronger movement.
TSI values scale: SU (strong up), UP, WU (week up), N+ (above neutral), N (neutral), N- (below neutral), WD (weak down), DN (down), SD (strong down).
CCI, RSI, MFI values scale: OB (over bought), NB (near overbought), WB(weak overbought), N+ (above neutral), N (neutral), N- (below neutral), WO (weak oversold), NO (near oversold), OS (over sold).
VW shows whether the price is above (A) or below (B) VWAP (VWAP is irrelevant for daily or higher time frames).
OBV values scale: BEAR for bearish, BULL for bullish, and NTRL for neutral.
OBV divergence valies scale: HBL (hidden bullish), HBR (hidden bearish), NTR (neutral), RBR/RBL (regular bearich/bullish)
The indicator supports up to seven Time Frames. The more Time Frames it uses, the lower the response time. Five enabled Time Frames are more than enough. You can turn on and off any Time Frame you define.
You can switch between Super Trend and Moving Averages for trend direction detection.
If you encounter a loading problem, refresh the browser and use less enabled Time Frames.
Bullish Strategy SignalOverview
This TradingView Pine Script is a bullish strategy signal based on a combination of several technical indicators. It identifies potential buy signals when multiple conditions are met, ensuring higher probability trades by reducing false signals. The strategy combines trend-following , momentum , volume , and breakout indicators.
Features
- Configurable Inputs : All key parameters, such as moving average lengths, MACD settings, RSI thresholds, Bollinger Bands settings, and volume averages, can be adjusted by the user. The default values are pre-set based on typical configurations for a bullish strategy.
- Bullish Signal Generation : A buy signal is triggered when the following conditions are met:
1. Trend Confirmation : Price is above the 200-period moving average (indicating an uptrend).
2. Momentum Confirmation : The MACD line crosses above the signal line, indicating bullish momentum.
3. Strength Confirmation : RSI crosses above a user-defined threshold (default is 50), indicating upward momentum.
4. Breakout Confirmation : Price breaks above the middle Bollinger Band, signaling potential continuation of the trend.
5. Volume Confirmation : The trading volume is above its 20-period average, suggesting strong market participation.
Technical Indicators Used
- 50/200 Moving Averages : To determine the long-term and short-term trend.
- MACD (Moving Average Convergence Divergence) : Used for identifying momentum shifts.
- RSI (Relative Strength Index) : To evaluate if the stock is in an overbought or oversold condition.
- Bollinger Bands : Used to track price volatility and confirm breakouts.
- Volume : To ensure that the price movement is supported by significant trading activity.
How It Works
The script will generate green "BUY" labels below bars when all the following conditions are true:
1. The 50-day moving average is above the 200-day moving average, confirming a bullish trend.
2. A MACD crossover occurs, signaling increasing momentum.
3. The RSI crosses above the user-defined threshold, confirming strength.
4. The price breaks above the middle Bollinger Band, indicating the start of a potential breakout.
5. The trading volume exceeds its 20-period average, ensuring that the breakout is supported by sufficient buying interest.
User Configuration
- Moving Average Periods : Length for the short-term (50) and long-term (200) moving averages.
- MACD Settings : Fast length (12), slow length (26), and signal length (9).
- RSI Settings : Length (14) and threshold (default 50).
- Bollinger Bands Settings : Length (20) and standard deviation (2).
- Volume Settings : Length (20) for the volume moving average.
How to Use
1. Open TradingView and navigate to the Pine Editor .
2. Copy and paste the provided script into the editor.
3. Click on Add to Chart to display the strategy on your chart.
4. Adjust the input parameters as needed to fit your trading style or time frame.
5. Look for green “BUY” labels below the price bars, which indicate a bullish signal.
Conclusion
This script combines multiple technical indicators to ensure that each buy signal is supported by trend, momentum, volume, and breakout confirmations. By configuring key settings, traders can fine-tune the strategy to match their trading preferences and time frames.
Dynamic Timeframe Trend AnalyzerPurpose and Core Logic
This indicator automatically adjusts its calculations based on the current chart’s timeframe, allowing traders to analyze trends, momentum, and mean reversion opportunities without manually changing indicator settings for each interval. It detects potential long or short setups by combining several techniques:
Dynamic Timeframe Factor
The script compares the current timeframe to a base (e.g., 5 minutes) and calculates a “factor” to scale certain parameters, such as EMA lengths or ATR settings. This reduces the need to reconfigure indicators when switching timeframes.
Regime Detection
It uses ADX (Average Directional Index) to classify the market as strongly trending, moderately trending, choppy, or in a potential mean-reversion phase.
RSI (Relative Strength Index) is also monitored for extreme levels (e.g., overbought/oversold) to detect potential reversal zones.
Volume is compared to a moving average to confirm or refute volatility conditions.
Trend & Mean Reversion Signals
EMA Alignment (8/21/55) helps identify bullish or bearish phases (strong bull if all EMAs align upward, strong bear if aligned downward).
For mean reversion opportunities, the script checks if ADX is sufficiently low (indicating weak or no trend) while price and RSI are at extreme levels—suggesting a snapback or countertrend move may occur.
Dynamic Stop Loss & Take Profit
Uses ATR (Average True Range) to set initial stop-loss (SL) and take-profit (TP) levels, then adjusts these levels further with “regime multipliers” based on whether the market is in a high-volatility trend or a quieter mean-reversion environment.
This approach aims to place stops and targets in a more adaptive way, reflecting current market conditions rather than a one-size-fits-all approach.
Visual Aids
Color-coded chart backgrounds (e.g., greenish for bullish trend, red for bearish, yellow/orange for mean reversion).
Triangles to show recent bullish/bearish signals.
A status table in the top-right corner (optional) displaying key metrics like ADX, RSI, dynamic thresholds, current SL/TP levels, and whether a stop loss has been hit.
How It Works Internally
ADX & Dynamic Thresholds:
A moving average (adx_mean) and standard deviation (adx_std) of the ADX are calculated over a lookback period to define “strong” vs. “weak” ADX thresholds.
This allows the script to adapt to changing volatility and trend strength in different markets or timeframes.
Mean Reversion Criteria:
The indicator checks if price deviates significantly from its own moving average, alongside RSI extremes. If ADX suggests no strong directional push (i.e., the market is “quiet”), it may classify conditions as mean-reverting.
Regime Multipliers:
Once the script identifies the market regime (e.g., strong uptrend, choppy, mean reversion), it applies different multipliers to the user-defined base values for stop-loss and take-profit. For instance, strong trending conditions might allow for wider stops to handle volatility, while mean reversion signals use tighter exits to capture quick reversals.
How to Use It
Timeframe Agnostic
Simply apply it to any timeframe (from 1-minute up to daily or weekly). The “Dynamic Timeframe Factor” will scale the indicator parameters automatically.
Look for Buy/Sell Triangles
When the script detects a valid bullish trend shift or a mean-reversion long setup, it plots a green triangle under the price bar. Conversely, it plots a red triangle above the price bar for bearish or mean-reversion short setups.
Check the Status Table
The table in the top-right corner summarizes the indicator’s current readings: ADX, RSI, volume trends, and the market regime classification.
The table also shows if a stop loss has been hit (SL Hit) and displays recommended SL/TP levels if a signal is active.
Stop Loss & Take Profit
The script plots lines for SL and TP on your chart after a new signal. These lines are automatically adjusted based on ATR, volume conditions, and ADX-derived multipliers.
Mean Reversion vs. Trend-Following
If you see a “Mean Rev” state in the table or the background turning yellow/orange, it suggests potential countertrend trades. Conversely, “STRONG BULL” or “STRONG BEAR” states favor momentum-based entries in the prevailing direction.
Originality & Benefits
Adaptive to Timeframe: Many indicators require reconfiguration when switching from short to long timeframes. This script automates that process using the “timeframe factor” logic.
Regime-Based SL/TP: Instead of fixed risk parameters, the script dynamically tunes stop and target levels depending on whether the market is trending or reverting.
Comprehensive Market View: It combines multiple factors—ADX, RSI, volume, moving averages, and volatility measurements—into a single, integrated framework that categorizes the market regime in real time.
Best Practices & Notes
Timeframes: It typically performs well on intraday timeframes (5m, 15m, 1H) but can also be used for swing trading on 4H or Daily charts.
Settings: The defaults are a good starting point, but you can adjust the base ATR multiplier or ADX lookbacks if you prefer a different balance between sensitivity and stability.
Risk Management: This indicator is not a guarantee of any specific results. Always use proper risk management (position sizing, stop-losses, and diversified strategies).
Alert Conditions: Built-in alert conditions can notify you when a new long or short signal appears, or when a stop loss is triggered.
EMA Cross🔥EMA Cross – Multi-Timeframe Trend & Crossover Indicator⚡
📌 Overview
The EMA Cross Indicator is a trend-following tool designed to help traders identify market trends and potential trade opportunities using Exponential Moving Averages (EMAs). It provides clear crossover signals, allowing traders to spot trend reversals and momentum shifts with precision.
📌 Concept & Working Mechanism
1. Multi-Timeframe EMAs:
- Plots two customizable EMAs (Fast EMA & Slow EMA) that can be set to any timeframe.
- Helps traders determine short-term and long-term trend direction.
2. EMA Crossover Signals:
- Golden Cross (Bullish Signal): Occurs when the fast EMA crosses above the slow EMA, indicating a potential uptrend.
- Death Cross (Bearish Signal): Occurs when the fast EMA crosses below the slow EMA, signaling a possible downtrend.
3. Customizable Crossover Alerts:
- Choose from different shapes (arrow, triangle, circle, cross) to highlight EMA crossovers for better visualization.
- Helps traders quickly recognize trend shifts on the chart.
4. Dynamic Trend Adaptation:
- Supports timeframe selection to analyze trends from different perspectives.
- Works across all asset classes, including Forex, Crypto, Stocks, and Commodities.
📌 How to Use
1- Trend Confirmation: Use the EMA direction and crossover signals to validate trend strength.
2- Entry & Exit Strategy:
3- Enter long trades after a Golden Cross, indicating bullish momentum.
4- Enter short trades after a Death Cross, signaling bearish pressure.
5- Custom Alerts & Visuals: Customize crossover signals for clear trade identification.
📌 Why Use This Indicator?
✅ Multi-timeframe EMAs for accurate trend analysis.
✅ Clear crossover signals for easy trade execution.
✅ Customizable shapes for crossover visualization.
✅ Works on all markets and trading styles.
Morphine Moving AveragesMorphine Moving Averages (MMA) is a comprehensive technical analysis tool designed to give traders a clear, visual representation of key market trends. Combining several essential indicators into one, MMA includes:
Bollinger Bands (20 SMA, 2 standard deviation): Provides a dynamic range to identify volatility and potential reversals.
VWAP (Volume Weighted Average Price): Offers an average price weighted by volume, helping you assess market trends and potential entry points.
8 SMA: A simple moving average that helps identify short-term trends.
20 EMA: A faster-moving average that responds to recent price changes, ideal for spotting shorter-term momentum.
50 EMA: Represents a medium-term trend, smoothing out price action for better market clarity.
200 EMA: A long-term moving average, widely followed to understand the broader trend and potential support/resistance zones.
Each line is color-coded for quick identification, making it an ideal tool for both short-term and long-term traders who want a comprehensive view of the market's key levels. Use the Morphine Moving Averages indicator to spot trends, reversals, and key support/resistance levels all in one glance!
Make sure you have it pinned to price scale right.
If you have any questions or bugs, feel free to reach out to me on X. x.com
[GYTS] Ultimate Smoother (3-poles + 2 poles)Ultimate Smoother (3-pole)
🌸 Part of GoemonYae Trading System (GYTS) 🌸
🌸 --------- INTRODUCTION --------- 🌸
💮 Release of 3-Pole Ultimate Smoother
This indicator presents a new 3-pole version of John Ehlers' Ultimate Smoother (2024) . This results in an unconventional filter that exhibits effectively zero lag in practical trading applications, regardless of the set period. By using a 2-pole high-pass filter in its design, it responds to price direction changes on the same bar, while still allowing the user to control smoothness.
💮 What is the Ultimate Smoother?
The original Ultimate Smoother is a revolutionary filter designed by John Ehlers (2024) that smooths price data with virtually zero lag in the pass band. While conventional filters always introduce lag when removing market noise, the Ultimate Smoother maintains phase alignment at low frequencies while still providing excellent noise reduction.
💮 Mathematical Foundation
The Ultimate Smoother achieves its remarkable properties through a clever mathematical approach:
1. Instead of directly designing a low-pass filter (like traditional moving averages), it subtracts a high-pass filter from an all-pass filter (the original input data).
2. At very low frequencies, the high-pass filter contributes almost nothing, so the output closely matches the input in both amplitude and phase.
3. At higher frequencies, the high-pass filter's response increasingly matches the input data, resulting in cancellation through subtraction.
The 3-pole version extends this principle by using a higher-order high-pass filter, requiring additional coefficients and handling more terms in the numerator of the transfer function.
🌸 --------- USAGE GUIDE --------- 🌸
💮 Period Parameter Behaviour
The period parameter in the 3-pole Ultimate Smoother works somewhat counterintuitively:
- Longer periods: Result in less smooth, but more responsive following of the price. The filter output more closely tracks the input data.
- Shorter periods: Produce smoother output but may exhibit overshooting (extrapolating price movement) for larger movements.
This is different from most filters where longer periods typically produce smoother outputs with more lag.
💮 When to Choose 3-Pole vs. 2-Pole
- Choose the 3-pole version when you need zero-lag but want to control the smoothness
- Choose the 2-pole version when you are okay with some lag with the benefit of more smoothness.
🌸 --------- ACKNOWLEDGEMENTS --------- 🌸
This indicator builds upon the pioneering work of John Ehlers, particularly from his article April 2024 edition of TASC's Traders' Tips . The original version is published on TradingView by @PineCodersTASC .
This 3-pole extension was developed by @GoemonYae . Feedback is highly appreciated!
Avi - 8 MAMoving Averages (MA) Section
User Inputs:
The script lets you enable/disable and configure eight different moving averages. For each MA, you can choose:
The type: Simple Moving Average (SMA) or Exponential Moving Average (EMA)
The period (length)
The color used for plotting
Calculation:
A custom function (maFunc) calculates the MA value based on the selected type and length. Each moving average (from MA 1 to MA 8) is computed accordingly and then plotted on the chart.
2. EMA Cloud
Inputs:
There are inputs for a "Fast EMA" (default 8) and a "Slow EMA" (default 21).
Calculation & Plotting:
The script calculates the 8-period and 21-period EMAs. Although these EMAs are not directly plotted (they’re set with display.none), they are used to determine the market condition:
If the fast EMA is above the slow EMA, the area between them is filled with a greenish color.
If the fast EMA is below the slow EMA, the fill color turns reddish.
3. Buyer/Seller Pressure & ATR Calculations
Price Difference:
The script computes the difference between the close and open prices (as well as the percentage difference), which can be used as a measure of buyer vs. seller pressure.
ATR (Average True Range):
A 14-period ATR is calculated and then expressed as a percentage of the current close price. This gives a sense of volatility relative to the price level.
4. Volume Metrics & Relative Volume
Daily Volume & Averages:
The script retrieves daily volume data and computes a moving average for volume over a configurable length (default 20).
Relative Volume:
It calculates:
The average volume for the current period.
A relative volume multiplier comparing current volume to its moving average.
An estimated full-day volume based on the elapsed trading time, and checks if it will exceed the previous day’s volume.
The values are then formatted (e.g., converting to millions) for easier reading.
Conditional Formatting:
A background color is set based on whether the estimated relative volume is above or below a threshold.
5. Table Display
Purpose:
A table is created (position is configurable) to display key metrics:
14-day ATR percentage
Relative volume information (as a multiple and whether it exceeds the previous day)
Price difference (absolute and percentage change)
Style:
The table cells include conditional background and text colors to highlight different market conditions.
6. Pivot Points & Labels
Pivot Calculation:
The script calculates pivot highs and lows using user-defined left/right bar lengths.
Label Drawing:
When a pivot point is detected, a label is drawn on the chart to display its value. The style and colors for these labels are also configurable by the user.
Summary
This indicator script is quite comprehensive. It not only provides multiple moving averages and an EMA cloud to help visualize trend conditions but also includes features to assess market volatility, volume dynamics, and pivot levels—all of which are displayed neatly on the chart through plots and a customizable table. The commented-out gap detection code suggests that further features could be integrated if gap analysis is required.
If you have any specific questions or need further modifications, feel free to ask!
2 days ago
Release Notes
1. Moving Averages (MA) Section
User Inputs:
The script lets you enable/disable and configure eight different moving averages. For each MA, you can choose:
The type: Simple Moving Average (SMA) or Exponential Moving Average (EMA)
The period (length)
The color used for plotting
Calculation:
A custom function (maFunc) calculates the MA value based on the selected type and length. Each moving average (from MA 1 to MA 8) is computed accordingly and then plotted on the chart.
2. EMA Cloud
Inputs:
There are inputs for a "Fast EMA" (default 8) and a "Slow EMA" (default 21).
Calculation & Plotting:
The script calculates the 8-period and 21-period EMAs. Although these EMAs are not directly plotted (they’re set with display.none), they are used to determine the market condition:
If the fast EMA is above the slow EMA, the area between them is filled with a greenish color.
If the fast EMA is below the slow EMA, the fill color turns reddish.
3. Buyer/Seller Pressure & ATR Calculations
Price Difference:
The script computes the difference between the close and open prices (as well as the percentage difference), which can be used as a measure of buyer vs. seller pressure.
ATR (Average True Range):
A 14-period ATR is calculated and then expressed as a percentage of the current close price. This gives a sense of volatility relative to the price level.
4. Volume Metrics & Relative Volume
Daily Volume & Averages:
The script retrieves daily volume data and computes a moving average for volume over a configurable length (default 20).
Relative Volume:
It calculates:
The average volume for the current period.
A relative volume multiplier comparing current volume to its moving average.
An estimated full-day volume based on the elapsed trading time, and checks if it will exceed the previous day’s volume.
The values are then formatted (e.g., converting to millions) for easier reading.
Conditional Formatting:
A background color is set based on whether the estimated relative volume is above or below a threshold.
5. Table Display
Purpose:
A table is created (position is configurable) to display key metrics:
14-day ATR percentage
Relative volume information (as a multiple and whether it exceeds the previous day)
Price difference (absolute and percentage change)
Style:
The table cells include conditional background and text colors to highlight different market conditions.
6. Pivot Points & Labels
Pivot Calculation:
The script calculates pivot highs and lows using user-defined left/right bar lengths.
Label Drawing:
When a pivot point is detected, a label is drawn on the chart to display its value. The style and colors for these labels are also configurable by the user.
Summary
This indicator script is quite comprehensive. It not only provides multiple moving averages and an EMA cloud to help visualize trend conditions but also includes features to assess market volatility, volume dynamics, and pivot levels—all of which are displayed neatly on the chart through plots and a customizable table. The commented-out gap detection code suggests that further features could be integrated if gap analysis is required.
If you have any specific questions or need further modifications, feel free to ask.
Multi-EMA Combination with Multi-Timeframe EMA By BCB ElevateBenefits and Features of the Multi-EMA Combination Indicator with Multi-Timeframe EMA:
Key Features:
Multiple EMA Support:
Tracks up to six EMAs simultaneously, each with customizable lengths and colors.
Allows traders to observe various short-term and long-term trends in the market.
Multi-Timeframe EMA (MTF EMA):
Incorporates a higher timeframe EMA directly into the current chart.
Useful for aligning intraday trading strategies with broader market trends.
Provides customizable settings, including the EMA length and timeframe.
Combined Alerts:
Automated alerts for key crossover and crossunder events.
Alerts include:
EMA 1 crossing EMA 2 (shorter-term signals).
EMA 1 crossing EMA 2 and EMA 3 together (stronger confirmation signals).
Can enable or disable buy and sell alerts separately.
Customizability:
Users can set EMA lengths, colors, and other preferences directly from the settings menu.
The multi-timeframe EMA can be toggled on/off for flexibility.
User-Friendly Visuals:
Clearly plots EMAs with different colors and line widths to distinguish trends.
The multi-timeframe EMA uses a unique style for better visibility.
200 Day SMA HighlighterHighlights area under chart for 200 day moving average (adjustable).
Shows color coding for when price is above or below the sma.
9 & 15 EMA + ADX Strategy**📌 9 & 15 EMA + ADX Strategy | Trend-Following Trading System**
This script is a **highly effective trend-following strategy** that combines **Exponential Moving Averages (9 EMA & 15 EMA)** with **ADX (Average Directional Index)** to filter out weak trends and improve accuracy.
🔹 **How it Works:**
✅ A **Buy Signal** is generated when:
- The price **closes above 9 EMA** and is also above 15 EMA.
- **ADX is greater than 20**, confirming a strong trend.
✅ A **Sell Signal** is generated when:
- The price **closes below 9 EMA** and is also below 15 EMA.
- **ADX is greater than 20**, confirming bearish strength.
🎯 **Best Use Cases:**
- Works well for **Forex, Crypto, Stocks, and Indices**.
- Optimized for **Scalping, Intraday, and Swing Trading**.
- Effective on **5min, 15min, 1H, and 4H timeframes**.
📊 **Features:**
✔️ **Filters out false breakouts** using ADX confirmation.
✔️ **Backtest-ready** with TradingView's Strategy Tester.
✔️ **Fully customizable parameters** for different market conditions.
✔️ Can be used alongside **Support & Resistance levels** for better accuracy.
🚀 **Try it now and enhance your trading strategy!**
5XMA-BandA useful 5-tier SMA/EMA lines.
You can set the MA periods and indicate "EMA" or "SMA" for each.
Moving Average Exponential with Buy/SellThe Enhanced EMA Signals Indicator is a powerful trend-following tool designed to help traders identify potential buy and sell opportunities based on the crossover of two Exponential Moving Averages (EMAs). It provides clear visual cues, customizable settings, and alert notifications to enhance trading efficiency.
Chart Box Session Indicator [The Quant Science]This indicator allows highlighting specific time sessions within a chart by creating colored boxes to represent the price range of the selected session. Is an advanced and flexible tool for chart segmenting trading sessions. Thanks to its extensive customization options and advanced visualization features, it allows traders to gain a clear representation of key market areas based on chosen time intervals.
The indicator offers two range calculation modes:
Body to Body: considers the range between the opening and closing price.
Wick to Wick: considers the range between the session's low and high.
Body To Body
Wick to Wick
Key Features
1. Session Configuration
- Users can select the time range of the session of interest.
- Option to choose the day of the week for the calculation.
- Supports UTC timezone selection to correctly align data.
2. Customizable Visualization
- Option to display session price lines.
- Ability to show a central price line.
- Extension of session lines beyond the specified duration.
3. Design Display Configuration
- Three different background configurations to suit light and dark themes.
- Two gradient modes for session coloring:
- Centered: the color is evenly distributed.
- Off-Centered: the gradient is asymmetrical.
How It Works
The indicator determines whether the current time falls within the selected session, creating a colored box that highlights the corresponding price range. Depending on user preferences, the indicator draws horizontal lines at the minimum and maximum price levels and, optionally, a central line.
During the session:
- The lowest and highest session prices are dynamically updated.
- The range is divided into 10 bands to create a gradient effect.
- A colored box is generated to visually highlight the chosen session.
If the Extend Lines option is enabled, price lines continue even after the session ends, keeping the range visible for further analysis.
This indicator is useful for traders who want to analyze price behavior in specific timeframes. It is particularly beneficial for strategies based on market sessions (e.g., London or New York open) or for identifying accumulation and distribution zones.
4 EMAs with Labels4 EMAs with Labels
This simple, clean indicator displays four Exponential Moving Averages (EMAs) with customizable periods, each accompanied by a clear label directly on the chart.
Features:
Four pre-configured EMAs (21, 50, 100, and 200 periods)
Fully customizable periods, colors, and labels
Clear on-chart labels that identify each EMA
Option to show/hide individual EMAs
Compact label formatting with adjustable position
Perfect for traders who want to track key moving averages without having to remember which color represents which period. The default configuration includes the most commonly used EMAs for trend identification and support/resistance analysis.
Easily customize this indicator to fit your personal trading strategy and visual preferences while maintaining a clean, uncluttered chart.
GoldTrend-[NDTECH]The ndtech-GrowthGenius indicator is a custom trading tool designed to enhance trading decisions, particularly when used in conjunction with the MACD (Moving Average Convergence Divergence) indicator. Below is a detailed explanation of how it works and how to use it effectively in trading:
Key Features of ndtech-GrowthGenius Indicator
MACD-Based Enhancement:
The ndtech-GrowthGenius indicator builds on the traditional MACD by adding additional layers of analysis, such as trend strength, momentum confirmation, and potential reversal signals.
It uses the MACD line, signal line, and histogram but incorporates advanced algorithms to filter out noise and improve accuracy.
Trend Identification:
The indicator helps identify strong trends by analyzing the slope and divergence of the MACD histogram.
It highlights potential trend continuations or reversals by combining MACD data with other technical factors.
Momentum Confirmation:
The ndtech-GrowthGenius indicator provides additional momentum signals, such as overbought/oversold conditions, to confirm MACD crossovers.
Custom Alerts:
It includes customizable alerts for MACD crossovers, histogram divergences, and trend changes, making it easier for traders to act on signals in real-time.
User-Friendly Visualization:
The indicator is designed to be visually intuitive, with color-coded histograms, arrows, or other markers to highlight key trading opportunities.
How to Use ndtech-GrowthGenius with MACD
Install the Indicator:
Add the ndtech-GrowthGenius indicator to your trading platform (e.g., TradingView, MetaTrader).
Ensure the MACD indicator is also applied to the chart for comparison.
Identify MACD Crossovers:
Look for the MACD line crossing above the signal line (bullish signal) or below the signal line (bearish signal).
Use the ndtech-GrowthGenius indicator to confirm the strength of the crossover.
Analyze Histogram Divergence:
Pay attention to divergences between the MACD histogram and price action.
The ndtech-GrowthGenius indicator will highlight significant divergences that may indicate potential reversals.
Check Momentum Levels:
Use the momentum confirmation feature to ensure the market is not overbought or oversold before entering a trade.
Set Alerts:
Configure alerts for key signals, such as MACD crossovers or histogram peaks/troughs, to stay updated on potential trading opportunities.
Combine with Other Indicators:
For better accuracy, combine the ndtech-GrowthGenius indicator with other tools like RSI, moving averages, or support/resistance levels.
Example Trading Strategy
Entry:
Enter a long position when:
The MACD line crosses above the signal line.
The ndtech-GrowthGenius indicator confirms strong bullish momentum.
The histogram shows increasing positive values.
Exit:
Exit the trade when:
The MACD line crosses below the signal line.
The ndtech-GrowthGenius indicator shows weakening momentum or a bearish divergence.
Stop Loss and Take Profit:
Place a stop loss below the recent swing low (for long positions) or above the recent swing high (for short positions).
Set a take profit level based on risk-reward ratio (e.g., 1:2 or 1:3).
Advantages of ndtech-GrowthGenius
Improved Accuracy: Reduces false signals by filtering out market noise.
Customizable: Can be tailored to suit different trading styles and timeframes.
Real-Time Alerts: Helps traders act quickly on emerging opportunities.
Limitations
Lagging Nature: Like MACD, the ndtech-GrowthGenius indicator is based on historical data and may lag during highly volatile market conditions.
Requires Confirmation: Should be used alongside other technical analysis tools for best results.
Mark Minervini Buy Signal# Mark Minervini Buy Signal Indicator
This indicator implements Mark Minervini's "Stage 2 Uptrend" buy criteria from his SEPA (Specific Entry Point Analysis) methodology as described in his books "Trade Like a Stock Market Wizard" and "Think & Trade Like a Champion". The script identifies potential buy setups based on Minervini's technical criteria for stocks showing strong momentum characteristics.
## How It Works
The indicator evaluates various technical conditions to identify stocks in a Stage 2 uptrend according to Minervini's methodology:
1. **Moving Average Alignment**
- 150-day MA above 200-day MA (confirming overall uptrend)
- 200-day MA trending up (compared to 20 days ago)
- 50-day MA above both 150-day and 200-day MAs (showing recent strength)
- Price above all major moving averages (50, 150, 200-day MAs)
2. **Price Relative to 52-Week Range**
- Price at least 25% above 52-week low (showing strong recovery)
- Price within 75-95% of 52-week high (room for further upside)
3. **Relative Strength**
- Stock ranks in the top 30% based on 100-day price performance
- This implements Minervini's emphasis on buying only strong performers
4. **Volume Criteria**
- Volume above its 50-day moving average (showing increasing interest)
## How to Use This Indicator
When all conditions are met, the indicator displays a green triangle below the price bar and colors the background green. These signals identify potential candidates for further analysis. According to Minervini's methodology, you should:
1. Use this as a screening tool to identify potential candidates
2. Perform additional chart analysis to identify specific entry points
3. Look for decreased volatility and proper bases or consolidation patterns
4. Consider broader market conditions and sector strength before entering
## Sources and Credit
This indicator is based on Mark Minervini's trading methodology as outlined in:
1. Minervini, Mark. "Trade Like a Stock Market Wizard: How to Achieve Super Performance in Stocks in Any Market" (2013)
2. Minervini, Mark. "Think & Trade Like a Champion: The Secrets, Rules & Blunt Truths of a Stock Market Wizard" (2016)
3. Minervini, Mark. "Mindset Secrets for Winning: How to Bring Personal Power to Everything You Do" (2019)
4. Interviews and workshops where Minervini has described his SEPA methodology
The specific criteria implemented are derived from Minervini's "Stage Analysis" framework, particularly focusing on Stage 2 uptrends which he considers optimal for buying opportunities.
## Disclaimer
This indicator is provided for informational purposes only. It attempts to reproduce Minervini's published criteria but should be used as part of a complete trading strategy with proper risk management. Minervini's complete methodology includes additional subjective elements that cannot be fully automated.