Velocity Acceleration Momentum [VAM]Velocity Acceleration Momentum
Overview
VAM is a multi-layered momentum indicator that measures how fast price is moving (Velocity), whether that speed is increasing or decreasing (Acceleration), and how strong the underlying trend is (ADX). Rather than just telling you the direction of price, VAM tells you the quality and phase of the move you're in.
How It's Calculated
Velocity measures the percentage rate of change of price over a lookback period (default: 14 bars), then smooths it with a 3-period EMA. It answers: "How fast is price moving relative to where it was?"
Acceleration is the change in Velocity over a secondary smoothing window (default: 5 bars), also EMA-smoothed. It answers: "Is momentum speeding up or slowing down?"
Signal Line is an EMA of Velocity (default: 9 bars) — similar in concept to the MACD signal line. When Velocity crosses above/below the Signal Line, it can indicate momentum shifts.
ADX Histogram uses Pine's built-in DMI/ADX calculation. When DI+ > DI−, bars plot positively (green); when DI− > DI+, bars plot negatively (red). The color opacity is gradient-mapped to ADX strength — vivid bars mean a strong trend, faded bars mean a weak/ranging market.
Reading the Velocity Line Colors (Regime Detection)
The Velocity line changes color based on the combination of Velocity and Acceleration:
ColorConditionMeaning🟢 LimeVelocity > 0, Acceleration > 0Rocket — momentum is up and accelerating🟡 YellowVelocity > 0, Acceleration < 0Topping — still positive but losing steam🔴 RedVelocity < 0, Acceleration < 0Freefall — momentum is down and worsening🟠 OrangeVelocity < 0, Acceleration > 0Bottoming — still negative but recovering
How to Trade With It
High level Buy when Velocity Line Green 🟢sell when Velocity drops hard and is Red 🔴
+
ADX BARS TELL YOU THE TREND AND THE TREND STRENTH (COMBINE THIS AND THE VELOCITY LINE)
+
ACCELERATION PUROPLE AND YELLOW WAVE TELLS YOU SHARP DROPS OR ADVANCES IN ACCELERATION
Trend Entries: Look for the Velocity line turning Lime (🟢) with the ADX histogram printing vivid green bars above the +25 line. This is the highest-confidence long setup — price is accelerating upward with confirmed trend strength.
Caution / Exit Signals: When Velocity turns Yellow (🟡) and sharply drops, momentum is fading even if price is still rising. Consider tightening stops or taking partial profits.
Short / Bearish Bias🔴 : Red Velocity + vivid red ADX bars below −25 signal a strong downtrend in Freefall. Avoid longs; look for short setups.
Potential Reversals: Orange Velocity (Bottoming) combined with ADX bars beginning to fade and shift green can be an early signal that a bottom is forming — useful for scaling into longs cautiously.
Signal Line Crosses: When the Velocity line crosses above the white Signal Line, momentum is picking up. Crosses below suggest weakening. Best used as a confirmation filter, not a standalone trigger.
The ±25 Reference Lines mark the ADX threshold commonly used to separate trending (above) from ranging (below) markets. ADX histogram bars inside the ±25 zone suggest low trend conviction — reduce position sizing or wait for confirmation.
Inputs
Source — Price input (default: Close)
Velocity Length — Lookback period for rate-of-change calculation (default: 14)
Acceleration Smooth — Smoothing window for acceleration (default: 5)
Signal Line Length — EMA period for the signal line (default: 9)
ADX Length — Period for DMI/ADX calculation (default: 14)
Show Signal Line — Toggle the white signal line on/off
Show Zone Backgrounds — Toggle ADX-strength background shading
Show ADX Histogram — Toggle the ADX directional histogram אינדיקטור

Squeeze Impulse OscillatorSqueeze Impulse Oscillator (SIO)
Indicator Description
The Squeeze Impulse Oscillator is designed to detect moments when the market exits a consolidation phase (squeeze) and forms a strong impulsive move. The indicator analyzes candlestick patterns, the ratio of the body to the range, wick lengths, and price dynamics to assess the strength of the current trend and potential breakout from consolidation.
The core idea is to compare two components:
Impulse – shows how strong the price movement is, based on the body size relative to the range and the persistence of direction (consecutive bars in the same direction).
Squeeze – reflects the degree of market tightness, evaluated by wick length and range contraction. Longer wicks and narrower ranges indicate higher energy accumulation for a subsequent impulse.
The resulting SIO value = impulse − squeeze. Positive values indicate a dominance of the impulse component, negative values point to a squeeze phase. Additional threshold levels help identify confident impulse zones and extreme squeeze zones.
How It Works
Candle Evaluation
Relative body size (bodyEff) – ratio of the candle body to its full range. Larger body means stronger impulse.
Wick ratio (wickRatio) – total wick length relative to the range. Long wicks indicate indecision or accumulation.
Current range compared to its average (rangeRatio) – helps incorporate volatility.
Price Dynamics
Persistence factor (persist) equals 1 if the last two price changes are in the same direction, otherwise 0.
Component Calculation
impulseScore = bodyEff × rangeRatio × (0.5 + 0.5 × persist)
squeezeScore = wickRatio × (2.0 − rangeRatio) × (1.0 − persist × 0.5)
Oscillator
rawSIO = impulseScore − squeezeScore
Final sio value is smoothed with an exponential moving average (EMA) using the specified smoothing period.
Squeeze Counter
When sio drops below the squeeze threshold (i_sqzTh), a consecutive bar count begins. The counter resets when sio rises above zero.
Additional Line
Averaged wick bias (avgWickBias) is displayed, showing which side has longer wicks (positive → bullish bias, negative → bearish bias). Used for signal filtering.
Signals
The indicator generates three types of signals (enabled via Show Signals parameter):
Bull Impulse – green triangle at the bottom.
Conditions:
sio crosses above the impulse threshold (i_impTh);
preceded by at least the minimum number of squeeze bars (Min Squeeze Bars);
wick bias positive (avgWickBias > 0).
Interpretation: after a prolonged squeeze phase, price starts moving up, confirmed by bullish candle structure.
Bear Impulse – red triangle at the bottom.
Same conditions but wick bias ≤ 0.
Interpretation: expected downward move after a squeeze.
Squeeze Start – purple diamond at the top.
Occurs when sio crosses below the squeeze threshold. Warns of possible energy accumulation and an upcoming impulse.
Visual Elements
SIO Histogram – colored according to the state:
bright green/red (depending on candle direction) – above impulse threshold;
purple – below squeeze threshold;
gray – neutral zone.
Wick Bias Line (yellow) – scaled for better visibility.
Squeeze Counter – purple step line showing consecutive bars in squeeze.
Background Highlight – squeeze zones are marked with a semi‑transparent purple background.
Horizontal Levels: impulse threshold, zero line, squeeze threshold.
Input Parameters
Core
Period – period for average range calculation and wick bias moving average.
Smoothing – EMA smoothing of the final SIO value.
Impulse Threshold – level above which the value is considered impulsive.
Squeeze Threshold – level below which the value is considered a squeeze.
Signals
Show Signals – enable/disable signal plotting.
Min Squeeze Bars – minimum number of consecutive squeeze bars required for an impulse signal.
Highlight Squeeze Zones – enable/disable background highlighting.
Colors – custom colors for all visual elements.
Usage
The indicator helps identify entry points after consolidation phases. Buy/sell signals should be considered only with confirming factors: higher‑timeframe trend, volume, support/resistance levels. False signals may occur in low‑volatility markets or during news events. It is recommended to backtest and adapt thresholds for the specific instrument.
Disclaimer
This indicator is not financial advice. All calculations are based on historical data and do not guarantee future results. Use it as one of many analytical tools in combination with other methods. אינדיקטור

Apex Momentum Wave [Pineify]Apex Momentum Wave
The Apex Momentum Wave (AMW) is a noise-filtered momentum oscillator that combines Hull Moving Average price smoothing with RSI momentum measurement and an EMA-based signal line to produce cleaner, more actionable momentum readings. Instead of applying RSI directly to raw price — which often generates noisy, whipsaw-prone signals — AMW first smooths the close price through an HMA filter to strip out short-term market noise, then measures momentum on this cleaned data. The result is a responsive yet smooth oscillator that highlights genuine momentum shifts while suppressing false signals. Buy and sell markers are further refined by a midline filter that only triggers entries when momentum is turning from a favorable position, making this indicator a practical tool for timing entries across any market and timeframe.
Key Features
HMA-smoothed RSI oscillator — applies RSI to a Hull Moving Average of price rather than raw close, dramatically reducing noise and false momentum readings.
EMA signal line with crossover detection — a trailing signal line provides clear, objective crossover-based entry triggers.
Midline-filtered buy/sell signals — BUY signals only fire when momentum crosses up below the 50 midline (turning from weakness), and SELL signals only fire when crossing down above 50 (turning from strength), filtering out low-conviction entries.
Multi-layer visual zone system — overbought/oversold zones, dynamic breach fills, and oscillator-signal cloud fills provide instant visual context of market momentum state.
Built-in alert conditions — configurable alerts for both BUY and SELL signals for hands-free monitoring.
How It Works
The indicator follows a three-stage calculation pipeline designed to extract clean momentum information from price:
Price smoothing via Hull Moving Average (HMA): The closing price is first passed through an HMA with a configurable period (default: 7). The Hull Moving Average uses a combination of weighted moving averages with a square-root-period final smoothing step, producing a curve that closely tracks price with significantly less lag than traditional SMA or EMA. This step acts as a pre-filter, removing intrabar noise and minor fluctuations before momentum is measured.
Momentum measurement via RSI: The Relative Strength Index is then calculated on the HMA-smoothed price over a configurable lookback (default: 14). Because the input price has already been cleaned by the HMA, the resulting RSI oscillator produces smoother momentum readings that more accurately reflect the underlying trend's strength, rather than reacting to every minor price tick.
Signal line via EMA: An Exponential Moving Average (default period: 9) is applied to the oscillator output, creating a trailing signal line. Crossovers between the oscillator and this signal line indicate momentum direction changes — the oscillator crossing above the signal suggests strengthening momentum, while crossing below suggests weakening momentum.
Trading Ideas and Insights
The AMW is designed to be versatile across different trading styles and market conditions. Here are practical approaches:
Momentum reversal entries: The primary use case — when a BUY triangle appears (oscillator crosses above signal below the 50 midline), it indicates momentum is shifting from bearish to bullish while still in the lower half of the range, catching the turn early. Enter long and target the midline or overbought zone. The SELL signal is the mirror for short entries.
Overbought/oversold confluence: When the oscillator enters the shaded overbought zone (above 80) or oversold zone (below 20), the market is at a momentum extreme. Wait for the oscillator to turn and cross below the signal line (in overbought) or above it (in oversold) for high-probability mean reversion trades.
Trend confirmation: Use the cloud fill between the oscillator and signal line as a trend filter. A sustained bullish (green) cloud suggests maintaining long bias; a sustained bearish (red) cloud suggests maintaining short bias. Only take signals aligned with the prevailing cloud color for higher win rates.
Divergence analysis: Compare the oscillator's peaks and troughs with price action. If price makes a higher high but the oscillator makes a lower high, bearish divergence suggests weakening momentum — and vice versa for bullish divergence. These divergences often precede significant reversals.
How Multiple Indicators Work Together
The AMW integrates three distinct technical components into a cohesive system, each serving a specific role:
Hull Moving Average (noise reduction): The HMA serves as the foundation layer, transforming noisy raw price data into a clean input signal. Its near-zero-lag property is critical — if a lagging average like SMA were used instead, the subsequent RSI calculation would inherit that lag, making the entire oscillator slow to react. HMA preserves responsiveness while eliminating the noise that causes false RSI signals.
Relative Strength Index (momentum quantification): RSI converts the smoothed price movement into a bounded 0–100 oscillator that measures the speed and magnitude of price changes. Applied to the HMA-filtered price, it produces a momentum reading that is both responsive and stable — capturing genuine momentum shifts without the jitter that plagues standard RSI on raw price.
Exponential Moving Average signal line (timing mechanism): The EMA of the oscillator creates a reference line that the oscillator oscillates around. Crossovers between the two provide objective, rule-based entry timing. The EMA's inherent smoothing prevents the signal line from reacting to every minor oscillator fluctuation, ensuring crossovers represent meaningful momentum changes rather than noise.
The synergy is sequential: HMA cleans the price → RSI measures momentum on clean data → EMA provides a timing reference for the momentum reading. Each layer builds on the previous one, and the midline filter on top adds a final directional bias check, ensuring the complete system produces signals only when multiple conditions align.
Unique Aspects
Pre-filtered RSI approach: Most oscillator indicators apply RSI (or similar) directly to raw price. AMW's innovation is the HMA pre-smoothing step, which fundamentally changes the quality of the RSI output. This two-stage approach produces a momentum oscillator that behaves more like a "true" momentum reading rather than a noisy derivative of price.
Midline directional filter: Unlike simple crossover systems that generate signals anywhere in the oscillator range, AMW restricts BUY signals to the lower half (below 50) and SELL signals to the upper half (above 50). This ensures entries occur when momentum is turning from a relatively extreme position, significantly reducing false signals during choppy, range-bound conditions.
Multi-layer visual feedback: The indicator provides four distinct visual layers — oscillator-signal cloud fill, horizontal zone lines, extreme zone background shading, and dynamic breach fills — giving traders an immediate, at-a-glance understanding of the current momentum state without needing to interpret raw numbers.
Clean sub-panel design: As a non-overlay oscillator, AMW keeps the price chart uncluttered while providing all momentum information in a dedicated panel, making it easy to combine with overlay-based indicators like moving averages or support/resistance tools.
How to Use
Add the indicator to your chart. It will appear in a separate panel below the price chart, displaying the oscillator (thick line), signal line (orange), and reference levels.
Watch for BUY triangles (green, at the bottom of the panel) — these appear when the oscillator crosses above the signal line while below the 50 midline, indicating a bullish momentum shift from a weak state.
Watch for SELL triangles (red, at the top of the panel) — these appear when the oscillator crosses below the signal line while above the 50 midline, indicating a bearish momentum shift from a strong state.
Use the cloud fill color between the oscillator and signal line to gauge the prevailing momentum direction — green for bullish, red for bearish.
Monitor the overbought (80) and oversold (20) zones. When the oscillator enters these shaded areas and the breach fill activates, the market is at a momentum extreme — be alert for potential reversals.
Set up alerts using the built-in "AMW Buy Signal" and "AMW Sell Signal" alert conditions to receive real-time notifications.
Customization
Momentum Length (default: 14): The RSI lookback period. Lower values (e.g., 8–10) make the oscillator more sensitive and responsive, suitable for scalping or lower timeframes. Higher values (e.g., 21–30) produce smoother, more stable readings for swing trading or higher timeframes.
Price Smoothing / HMA (default: 7): Controls the Hull Moving Average period applied to price before RSI calculation. Lower values preserve more price detail but allow more noise through; higher values produce a cleaner oscillator but introduce slight additional lag. Find the balance that suits your timeframe.
Signal Line Length (default: 9): The EMA period for the signal line. Shorter periods make the signal line more reactive, generating more frequent crossovers; longer periods produce fewer but potentially more reliable crossover signals.
Overbought Level (default: 80): The upper threshold for the extreme zone. Raise to 85 or 90 for fewer but more extreme overbought readings; lower to 70 or 75 for earlier warnings.
Oversold Level (default: 20): The lower threshold for the extreme zone. Lower to 10 or 15 for fewer but more extreme oversold readings; raise to 25 or 30 for earlier warnings.
All colors — bullish, bearish, and signal line — are fully customizable through the Colors & Aesthetics settings group.
Conclusion
The Apex Momentum Wave reimagines the classic RSI oscillator by introducing an HMA pre-smoothing stage that fundamentally improves signal quality. Combined with an EMA signal line for objective crossover timing and a midline directional filter that restricts entries to favorable momentum positions, AMW delivers a momentum oscillator that is both cleaner and more actionable than standard RSI implementations. Its multi-layer visual design — featuring cloud fills, zone shading, and dynamic breach highlights — provides traders with immediate, intuitive momentum context. Whether you trade stocks, forex, crypto, or futures, the Apex Momentum Wave adapts to your market and timeframe, offering a refined approach to momentum-based trading decisions. אינדיקטור

אינדיקטור

אינדיקטור

QQE Momentum Pulse Pro [identityKa]Overview
The QQE Momentum Pulse Pro is a highly responsive sub-chart oscillator designed to measure the velocity and magnitude of directional price movements. Traditional Quantitative Qualitative Estimation (QQE) indicators suffer from severe signal lag due to triple-layered EMA smoothing. This script addresses that core flaw by introducing an optional "Zero-Lag Engine," swapping the standard exponential smoothing for a dynamic Hull Moving Average (HMA), effectively eliminating lag while preserving the indicator's mathematical robustness.
Underlying Mathematics & Enhancements
The foundation of the engine is built upon the Relative Strength Index (RSI).
Volatility Trailing Bands: The script calculates the Absolute True Range of the smoothed RSI, which is then further smoothed using Wilder's methodologies. This creates dynamic fast and slow trailing bands that track the momentum.
The Pulse Histogram: Instead of plotting multiple confusing lines on the chart, this script calculates the exact mathematical difference (spread) between the smoothed RSI and the dynamic trailing band. This spread is plotted as a zero-line oscillating histogram.
Four-Color State Logic: The histogram's color intensity provides instant visual feedback regarding momentum acceleration. Bright Neon Green indicates rising positive momentum (acceleration), whereas Dark Green indicates positive but decaying momentum (deceleration). The same logic applies inversely for bearish trends with Bright/Dark Red.
HUD Dashboard & AI Logic
To prevent traders from getting trapped in exhausting trends, the integrated on-chart panel translates the histogram's state into a mechanical directive:
LONG: Triggered when the histogram is positive (above the zero line) and its value is strictly greater than the previous bar (actively growing).
SHORT: Triggered when the histogram is negative (below the zero line) and its value is strictly less than the previous bar (actively deepening).
Dangerous: This is the crucial risk-management state. It is triggered the exact moment the histogram shifts from bright to dark colors. It indicates a mathematical divergence where the macro trend may still exist, but the immediate momentum driving it is rapidly fading.
How to Use It
This tool is best paired with a main-chart trend indicator (like a SuperTrend or Moving Average crossover). Traders should look to execute LONG or SHORT entries when the Pulse Histogram crosses the zero line and the AI Suggestion aligns with their directional bias. If the AI Suggestion switches to "Dangerous", traders should consider scaling out of active positions, tightening stop-losses, or avoiding taking new trend-continuation entries, as a pullback or consolidation phase is statistically imminent. אינדיקטור

Advanced Volatility Squeeze Pro v2 [identityKa]Overview
The Advanced Volatility Squeeze Pro v2 is a comprehensive breakout and momentum oscillator. It is designed to identify periods of market consolidation (volatility compression) and mathematically anticipate the direction of the ensuing breakout. This script improves upon traditional squeeze models by replacing the often-lagging linear regression momentum with a highly responsive dual-EMA momentum engine.
Core Mathematical Concepts
This indicator relies on the mathematical relationship between two distinct volatility envelopes:
Bollinger Bands (Standard Deviation): Calculates the standard deviation of price around a Simple Moving Average (default length 20, multiplier 2.0). These bands expand and contract rapidly based on immediate price variance.
Keltner Channels (True Range): Calculates an envelope based on the Simple Moving Average of the True Range (default multiplier 1.5). These bands are less sensitive to sudden spikes and represent the baseline volatility.
The Squeeze Logic (Dots)
The script continuously compares the width of the Bollinger Bands to the Keltner Channels:
Squeeze ON (Red Dots): Triggered when the Bollinger Bands completely contract inside the Keltner Channels. This signifies a severe drop in volatility. The market is consolidating, building energy for a future move.
Squeeze OFF (Gray Dots): Triggered when the Bollinger Bands expand back outside the Keltner Channels. This mathematical event is known as the squeeze "firing," indicating a release of volatility and the start of a new directional trend.
The Momentum Engine (Histogram)
To determine the direction of the breakout, the script calculates the spread between a Fast EMA (default 8) and a Slow EMA (default 21).
The histogram plots this exact difference.
A rising positive histogram (Bright Green) indicates accelerating bullish momentum, while a falling negative histogram (Bright Red) indicates accelerating bearish momentum.
HUD Dashboard & AI Logic
The on-chart panel aggregates these calculations into an actionable state:
Dangerous: Displayed whenever the Squeeze is "ON". This warns traders that the market is range-bound and breakout direction is mathematically uncertain.
LONG: Triggered when the Squeeze fires (OFF), the momentum is positive (Fast EMA > Slow EMA), and the momentum value is actively rising compared to the previous bar.
SHORT: Triggered when the Squeeze fires (OFF), the momentum is negative, and actively falling.
How to Use It
Traders should avoid entering trend-continuation setups while the red dots (Squeeze ON) are present. The optimal setup occurs when a red dot transitions to a gray dot (Squeeze fires) in confluence with the AI Suggestion outputting a clear "LONG" or "SHORT" signal, allowing the trader to capture the explosive expansion in volatility. אינדיקטור

Advanced Momentum Engine [identityKa]Overview
The Advanced Momentum Engine is a technical oscillator designed to consolidate trend direction and momentum exhaustion into a single visual pane. By mathematically integrating Moving Average Convergence Divergence (MACD) with the Relative Strength Index (RSI), this script aims to reduce chart clutter and provide a strict, rule-based approach to confluence analysis.
Instead of monitoring MACD crossovers and RSI extreme levels in separate windows, this indicator unifies them. The MACD dictates the base histogram color representing the trend, while the RSI dictates specific color overrides when momentum reaches mathematical extremes.
Core Calculations & Logic
The engine operates on two primary technical formulas:
MACD Component: It utilizes the standard MACD calculation (Fast EMA 12, Slow EMA 26, Signal 9 by default). The histogram plots the spread between the MACD line and the Signal line.
RSI Component: A standard RSI (default length 14) is calculated simultaneously in the background to measure the speed and change of price movements.
Dynamic Visualization Features
The histogram colors are not static; they adapt dynamically based on the relationship between these two components:
Trend Phases: When the RSI is in a neutral state (between 30 and 70), the histogram reflects standard MACD momentum. Increasing positive spreads plot as Strong Bullish (Bright Green), decreasing positive spreads as Weak Bullish (Dark Green). The inverse applies to Bearish states (Bright Red / Dark Red).
The Danger Zone Override: If the background RSI calculation breaches the user-defined Overbought (≥70) or Oversold (≤30) thresholds, the script triggers an override. The histogram and background explicitly turn Orange. This mathematical condition indicates that while the MACD trend may still be active, the RSI momentum is statistically exhausted.
HUD Dashboard & AI Suggestion
To simplify real-time data interpretation, the script includes an on-chart panel (HUD) that evaluates the current bar's state and outputs a logical suggestion:
LONG: Triggered when MACD > Signal AND RSI is strictly neutral (< 70).
SHORT: Triggered when MACD < Signal AND RSI is strictly neutral (> 30).
Dangerous: Triggered whenever RSI ≥ 70 OR RSI ≤ 30.
How to Use It
Traders can use this script to filter their entries and manage risk. A standard approach is to look for trend-following entries only when the dashboard indicates a "LONG" or "SHORT" state. Conversely, when the histogram and dashboard turn to the Orange "Danger Zone," it serves as a mechanical rule to avoid new trend-continuation entries and consider tightening stop-losses, as mean reversion is statistically more probable. All moving average lengths, RSI thresholds, and color themes are fully adjustable in the settings. אינדיקטור

Aura Mean Reversion Envelopes [Pineify]Aura Mean Reversion Envelopes
The Aura Mean Reversion Envelopes is a volatility-adaptive envelope indicator designed to identify high-probability mean reversion trade setups. It combines a Hull Moving Average (HMA) baseline with ATR-based dynamic envelopes to detect when price has reached statistically extreme levels and is likely to revert back toward its fair value. Unlike static channel indicators, this tool continuously adapts its bands to current market volatility, making it effective across different instruments and timeframes.
Key Features
Hull Moving Average (HMA) as the central mean — provides a smooth, low-lag baseline that closely tracks the "fair value" of price.
ATR-based dynamic envelopes — four bands (inner and outer, upper and lower) that automatically expand and contract with market volatility.
Wick rejection reversal signals — BUY and SELL markers triggered only when price pierces the exhaustion zone but closes back inside with a confirming candlestick pattern.
Visual cloud zones — color-filled regions between bands clearly delineate overbought, oversold, and neutral mean-reversion corridors.
Extreme candle coloring — optional bar coloring highlights candles closing beyond the inner bands for at-a-glance identification of stretched price action.
Built-in alert conditions — configurable alerts for both bullish and bearish reversal signals so you never miss a setup.
How It Works
The indicator is built on the principle of mean reversion — the statistical tendency for price to return to its average after moving to an extreme. The core calculation pipeline is:
A Hull Moving Average (HMA) of the closing price over a user-defined period (default: 34) is computed. HMA was chosen over SMA or EMA because it dramatically reduces lag while maintaining smoothness, giving a more accurate representation of the current mean.
Market volatility is measured using the Average True Range (ATR) over a separate lookback period (default: 21). ATR captures the true range of each bar — including gaps — providing a robust, adaptive volatility metric.
Four envelope bands are constructed symmetrically around the HMA baseline by adding and subtracting ATR multiplied by two configurable multipliers: an inner multiplier (default: 1.618, the golden ratio) and an outer multiplier (default: 3.0). The inner bands define the boundary of normal price oscillation, while the outer bands mark exhaustion zones where price has deviated significantly.
Reversal signals are generated using a wick rejection pattern: a bullish signal fires when the bar's low pierces below the lower outer band, but the candle closes bullishly (close > open) and above the outer band. This pattern indicates that sellers pushed price to an extreme but were overwhelmed by buyers. The bearish signal uses the mirror logic on the upper side.
Trading Ideas and Insights
Mean reversion strategies work best in ranging and oscillating markets. Here are some practical ways to use this indicator:
Fade the extremes: When a BUY or SELL signal appears at the outer exhaustion band, consider entering a position targeting the central HMA mean line as your take-profit level. The mean line acts as a natural magnet for price.
Use the inner bands as a filter: If price is between the inner bands and the mean, the market is in "normal" territory — avoid counter-trend entries. Wait for price to reach the outer bands before looking for reversal setups.
Combine with trend context: On higher timeframes, determine the dominant trend direction. Then on your trading timeframe, only take signals that align with the higher-timeframe trend (e.g., only BUY signals in an uptrend) for higher win rates.
Watch for candle coloring clusters: Multiple consecutive colored candles beyond the inner band suggest sustained momentum — a reversal signal after such a cluster can be particularly powerful.
How Multiple Indicators Work Together
This indicator integrates two distinct technical concepts into a unified framework:
Hull Moving Average (trend/mean tracking) — The HMA serves as the anchor point, representing the current equilibrium price. Its low-lag property ensures the mean line stays close to actual price action rather than trailing behind, which is critical for accurate envelope placement.
Average True Range (volatility measurement) — ATR dynamically sizes the envelope bands. During high-volatility periods, the bands widen to avoid false signals; during low-volatility periods, they tighten to capture smaller but still meaningful deviations.
The synergy between these two components is what makes the indicator adaptive: the HMA tracks where price should be, while the ATR determines how far is too far. Together, they create a self-adjusting framework that does not require manual recalibration across different market conditions.
The reversal signal logic adds a third layer — candlestick pattern confirmation — by requiring a wick rejection at the outer band. This prevents signals from firing during strong breakouts where price legitimately moves beyond the envelope.
Unique Aspects
HMA over EMA/SMA: Most envelope indicators use simple or exponential moving averages, which introduce significant lag. The Hull Moving Average virtually eliminates this lag, resulting in more accurately centered envelopes.
Dual-layer envelope design: The inner and outer band structure creates distinct zones (normal, extended, exhaustion) rather than a single binary overbought/oversold threshold, giving traders more nuanced context.
Golden ratio default: The inner band multiplier defaults to 1.618 (the Fibonacci golden ratio), a mathematically significant threshold that aligns with natural price clustering behavior observed across many markets.
Wick rejection confirmation: Signals require both a pierce beyond the outer band AND a confirming close back inside with a bullish/bearish candle body, filtering out many false signals that plague simpler band-touch systems.
How to Use
Apply the indicator to your chart. It overlays directly on the price chart with the HMA mean line, four envelope bands, and color-filled zones.
Watch for BUY triangles below bars at the lower outer band and SELL triangles above bars at the upper outer band. These are the primary reversal signals.
Use the colored candles as an early warning — when candles start coloring, price is in the extended zone and approaching potential reversal territory.
Set alerts via the built-in alert conditions ("Bullish Mean Reversion" and "Bearish Mean Reversion") to receive notifications when signals fire.
Target the central HMA mean line for take-profit on reversal trades, or use the inner band on the opposite side for more aggressive targets.
Customization
Mean Tracking Period (default: 34): Controls the HMA lookback. Lower values make the mean more responsive to recent price; higher values produce a smoother, slower-moving baseline. Adjust based on your trading timeframe.
Volatility (ATR) Period (default: 21): Controls the ATR lookback for band sizing. Shorter periods make bands more reactive to recent volatility spikes; longer periods smooth out the band width.
Inner Band Multiplier (default: 1.618): Defines the boundary between normal and extended price zones. Increase for wider normal zones (fewer colored candles); decrease for tighter zones.
Outer Band Multiplier (default: 3.0): Defines the exhaustion zone threshold. Higher values produce fewer but more extreme signals; lower values generate more frequent signals.
Color Candles at Extremes: Toggle on/off the candle coloring feature for candles closing beyond the inner bands.
All colors (bullish, bearish, mean line) are fully customizable via the Aesthetics & Colors settings group.
Conclusion
The Aura Mean Reversion Envelopes combines the precision of the Hull Moving Average with ATR-adaptive volatility bands and candlestick-confirmed reversal signals to create a comprehensive mean reversion trading tool. Its dual-layer envelope design provides clear visual zones for identifying when price is normal, extended, or at exhaustion — helping traders time entries at statistically favorable levels where price is most likely to revert toward its mean. Whether you trade forex, crypto, stocks, or futures, this indicator adapts to your market's volatility and provides actionable signals with built-in confirmation logic. אינדיקטור

ueuito MACD Custom PROJust another MACD with something else...
Description
MACD Custom PRO is an advanced and highly configurable momentum indicator built around the classic Moving Average Convergence Divergence (MACD) concept. The indicator extends the traditional MACD framework by integrating additional filters, visual enhancements, and signal validation tools designed to help traders better interpret market momentum, volatility conditions, and trend alignment.
The indicator calculates the MACD line using the difference between two exponential moving averages of price: a fast EMA and a slow EMA. A signal line is then derived as an exponential moving average of the MACD line. The histogram represents the difference between the MACD line and the signal line and serves as a visual representation of momentum strength and direction.
The indicator introduces several configurable components that enhance the traditional MACD approach.
MACD Core Structure
The core of the indicator is the traditional MACD calculation:
Fast EMA – default length 12
Slow EMA – default length 26
Signal EMA – default length 9
The MACD line represents the difference between the fast and slow EMA. The signal line smooths the MACD values and helps identify crossovers. The histogram represents the distance between the two lines and visually highlights momentum expansion or contraction.
Histogram Visualization Modes
The histogram can be displayed using multiple color modes that provide different interpretations of momentum.
Classic MACD Mode
In the default configuration, the histogram uses four colors to represent momentum behavior relative to the zero line:
Positive and rising momentum
Positive but falling momentum
Negative but rising momentum
Negative and falling momentum
This visualization helps traders quickly identify momentum acceleration or deceleration.
Histogram Moving Average Mode
An optional moving average of the histogram can be enabled. This moving average can be calculated using one of four selectable methods:
EMA
SMA
WMA
RMA
When enabled, the histogram moving average acts as a smoothing layer that can help identify changes in momentum structure earlier than traditional MACD signals.
The histogram moving average can also dynamically change color depending on whether the histogram is above or below the average, helping traders visualize shifts in momentum direction.
Momentum Color Mode
A momentum-based color mode is available that classifies histogram bars relative to the histogram moving average and their direction of movement.
This produces four states of momentum:
Histogram above its average and rising (strong bullish momentum)
Histogram above its average but falling (momentum weakening)
Histogram below its average but rising (potential reversal or recovery)
Histogram below its average and falling (strong bearish momentum)
This mode can help traders identify early shifts in momentum before traditional MACD crossovers occur.
ATR Volatility Filter
The indicator includes an optional volatility filter based on the Average True Range (ATR).
ATR is used to determine whether market volatility is sufficient to validate trading signals. When the filter is enabled, signals will only be considered valid when the ATR exceeds a moving average of the ATR multiplied by a configurable threshold.
This helps reduce false signals during low-volatility market conditions where MACD crossovers often become unreliable.
Zero Line Filter
An optional zero-line filter can be applied to MACD signals.
When enabled:
Bullish signals are only valid when the MACD line is above zero.
Bearish signals are only valid when the MACD line is below zero.
This filter ensures that trades are aligned with the broader momentum direction.
Trend Filter Using EMA
The indicator can optionally incorporate a trend filter based on a long-term exponential moving average of price.
When enabled:
Bullish signals are allowed only when price is above the trend EMA.
Bearish signals are allowed only when price is below the trend EMA.
This feature helps align momentum signals with the broader market trend.
MACD Line Direction Coloring
The MACD line and signal line dynamically change color depending on whether they are rising or falling. This visual feedback provides an additional layer of momentum interpretation and allows traders to see shifts in direction more easily.
MACD Cross Markers
Optional visual markers can be displayed whenever the MACD line crosses the signal line.
The shape and color of these markers can be customized, allowing traders to highlight key crossover events directly on the indicator panel.
Histogram Moving Average Cross Signals
The indicator also detects crossovers between the histogram and its moving average. These events often occur earlier than MACD line crossovers and can provide early warnings of momentum shifts.
Alert conditions are included for these events, allowing users to create automated notifications when they occur.
Trend Background Visualization
A background coloring feature can be enabled to visually represent strong trend alignment.
The background turns bullish when:
MACD is above the signal line and
The histogram is above its moving average.
The background turns bearish when:
MACD is below the signal line and
The histogram is below its moving average.
This feature helps traders visually identify sustained momentum environments.
Possible Use Cases
This indicator can be applied in multiple trading approaches.
Momentum trading
Traders can use the histogram momentum coloring to detect strengthening or weakening momentum and enter trades during early momentum expansion.
Trend-following strategies
By enabling the trend filter and zero-line filter, the indicator can be used to identify MACD signals that align with broader market direction.
Volatility-aware trading
The ATR filter can help avoid entering trades during periods of insufficient volatility, improving signal quality.
Early momentum detection
Histogram moving average crossovers can serve as an early signal that momentum is shifting before traditional MACD crossovers occur.
Multi-filter signal confirmation
By combining ATR filtering, trend filtering, and zero-line filtering, traders can significantly reduce noise and focus on higher probability setups.
Timeframe flexibility
The indicator can be applied across multiple timeframes and markets including stocks, cryptocurrencies, forex, and indices.
Risk Disclaimer
Trading financial markets involves substantial risk and may not be suitable for all investors. Indicators and technical analysis tools are designed to assist in decision-making but they do not guarantee profitable results. Market conditions can change rapidly and no indicator can predict price movements with certainty. Traders should always apply proper risk management, conduct their own analysis, and understand that past performance does not guarantee future outcomes. אינדיקטור

אינדיקטור

AVANTI MASTER PRO FINALAVANTI MASTER PRO FINAL – Smart Intraday Trend & Breakout System
AVANTI MASTER PRO FINAL is an advanced intraday trading indicator designed to identify high-probability buy and sell opportunities using a combination of trend analysis, momentum strength, breakout scoring, and smart money behavior.
This indicator integrates multiple technical factors such as EMA trend structure, RSI momentum, breakout strength analysis, buildup detection, ADX trend strength filter, and multi-timeframe confirmation to help traders avoid sideways markets and focus on strong trending moves.
The system automatically generates entry signals and calculates risk-reward targets for different instruments.
Key Features
Trend Detection
Uses EMA 9, EMA 30, and EMA 200 to determine the overall market trend.
Multi-Timeframe Trend Filter
Signals are confirmed only when 5-minute and 15-minute trends align, improving trade accuracy.
Breakout Strength Score
A scoring system evaluates multiple bullish and bearish conditions to determine breakout probability.
RSI Momentum Confirmation
RSI is used to validate market momentum before generating signals.
ADX Trend Strength Filter
Signals are generated only when ADX > 23, helping to avoid sideways markets.
Buildup Analysis
Detects Long Buildup, Short Buildup, Short Covering, and Long Unwinding based on price and volume behavior.
Auto Target System
Automatically calculates Entry, TP1, TP2, TP3, and Stop Loss depending on the instrument.
Supported Instruments
Targets are optimized for:
• NIFTY
• Stock Options
• Crude Oil
• Natural Gas
Dashboard Information
The built-in dashboard displays key market insights such as:
• Trend status
• RSI momentum
• Breakout / Breakdown strength
• ADX trend strength
• Market buildup
• Trade zone indication
Best Use
This indicator is designed for intraday trading and trend continuation setups where strong momentum and trend confirmation are present.
Works best in trending markets.
Developed by AVANTI STOCKS – Satish D. Nakhate אינדיקטור

HMA-Kahlman Trend & TrendlinesHMA-Kahlman Trend & Trendlines
Pine Script™ v6 | Overlay Indicator
by NPR21
Publication Description
A professional-grade trend identification and dynamic trendline indicator that combines two powerful analytical modules into a single overlay. The HMA-Kahlman Trend Module applies an optional Kalman filter to the Hull Moving Average for ultra-smooth, low-lag trend detection. The Trendlines Module auto-detects pivot highs and lows, draws connecting support/resistance trendlines, and projects dashed extension lines into the future. Together, they deliver real-time trend direction, precise BUY/SELL crossover signals, and automatically drawn structural trendlines—all from one indicator.
Built for any liquid market—futures, forex, stocks, crypto, and commodities. Works on all timeframes from 1-minute scalping charts to daily swing setups.
What Makes This Indicator Unique
Most trend indicators force you to choose between responsiveness and smoothness. This indicator eliminates that tradeoff by layering a Kalman filter on top of the Hull Moving Average—a combination rarely seen in Pine Script. The Kalman filter is an adaptive smoothing algorithm originally developed for aerospace navigation that dynamically adjusts its output based on incoming price data, removing noise without introducing the lag typical of traditional moving averages.
Key Differentiators
•Dual-engine trend detection: Standard HMA (Line A) and a triple-weighted HMA3 variant (Line B) run simultaneously. Their crossovers generate high-confidence directional signals because each line processes price through a fundamentally different weighting scheme.
•Kalman-filtered smoothing: The optional Kalman filter with adjustable gain lets you dial in exactly how much noise reduction you want—from aggressive scalping responsiveness (high gain) to smooth swing-trade clarity (low gain).
•Auto-drawn structural trendlines: The Trendlines Module detects pivot highs and lows, connects the two most recent pivots with dashed resistance/support lines, and projects extension lines forward—giving you dynamic S/R levels without any manual drawing.
•Integrated signal + structure: Unlike stacking separate indicators, the HMA length parameter drives both the trend engine and the pivot detection, creating a unified analytical framework where signals and structure are inherently synchronized.
Significant Changes from the Original ThinkScript
This indicator was originally developed as a ThinkScript study for the ThinkorSwim platform (HMA-Kahlman concept by capissimo, ported by @bvaikunth; Trendlines Module by Joris Duyck). The Pine Script v6 conversion introduces substantial enhancements beyond a straight port:
Visual & UX Upgrades
•Professional BUY/SELL signal labels: Replaced the original single-character “B”/“S” bubbles with stacked directional labels (▲/BUY, SELL/▼) anchored at bar highs and lows for instant visual recognition.
•Fully customizable signal colors: Four new color inputs (Buy background, Buy text, Sell background, Sell text) give complete control over signal appearance. The original had hardcoded white labels.
•Live price balloon captions: HMA-Kahlman A and B lines each display a real-time balloon label in the expansion area showing the current value formatted with dollar sign and comma-separated thousands (e.g., $24,674.25). The original had no price readout.
•Extension bridge lines: A one-bar extension line projects each HMA line into the future so the plotted line seamlessly connects to its balloon label pointer—a polished visual touch absent from the original.
•Z-order signal priority: BUY/SELL labels render on top of all other plot elements (cloud, trendlines, candles) using explicit_plot_zorder, ensuring signals are always visible regardless of chart density.
•Adjustable label sizing: Five size presets (Tiny through Huge) accommodate different screen sizes and visual preferences. The original offered no size control.
Technical & Structural Improvements
•Pine Script v6 native architecture: Complete rewrite using Pine’s built-in ta.pivothigh()/ta.pivotlow() functions instead of ThinkScript’s manual fold-loop pivot detection—more efficient and maintainable.
•Global-scope ta.highest/ta.lowest: Extension clipping boundary calculations moved to global scope for Pine Script consistency compliance (eliminates the “extract from this scope” warning).
•Full color customization: Resistance, support, extension, and signal colors are all user-configurable inputs. The original used hardcoded colors throughout.
•Configurable trendline extensions: Extension length (bars), upper/lower clipping boundaries (%), and visibility toggles are all exposed as inputs. The original had fixed 20-bar extensions with 5% limits and no toggles.
•Built-in alert conditions: Two alertconditions (Buy Signal, Sell Signal) enable push notifications, email, or webhook triggers on crossovers—functionality the ThinkScript version did not include.
•Organized input groups with tooltips: All inputs are grouped into logical sections (HMA-Kahlman Trend, Trendlines) with descriptive tooltips explaining each parameter. The original had flat, unlabeled inputs.
•Optimized opacity defaults: HMA lines default to 90% opacity and the trend cloud to 30% opacity, providing clear visual hierarchy without obscuring price action.
How to Use This Indicator
Adding to Your Chart
1.Open any chart on TradingView (works on all markets and timeframes).
2.Click Indicators and search for “HMA-Kahlman Trend & Trendlines.”
3.Add to chart. The indicator overlays directly on your candlestick/bar chart.
4.Open Settings (gear icon) to customize colors, lengths, and visibility toggles.
Reading the Trend
The indicator plots two HMA-Kahlman lines (A and B) with a shaded cloud between them. When Line B is above Line A, the trend is bullish and the cloud/lines turn aqua/green. When Line A is above Line B, the trend is bearish and everything shifts to red. The balloon labels in the expansion area show the real-time price of each line for quick reference.
Trading the Signals
•▲ BUY signal: Appears below the bar when Line B crosses above Line A (bullish crossover). This indicates momentum shifting to the upside.
•SELL ▼ signal: Appears above the bar when Line A crosses above Line B (bearish crossover). This indicates momentum shifting to the downside.
•Best practice: Use BUY/SELL signals in confluence with the auto-drawn trendlines. A BUY signal near a support trendline or extension carries higher conviction than a signal in open space. Similarly, a SELL signal near resistance reinforces the short bias.
Using the Trendlines
The indicator automatically detects the two most recent pivot highs and pivot lows, connects them with dashed trendlines (resistance in red, support in green by default), and projects dotted extension lines forward. These extensions act as dynamic support/resistance targets. Watch for price reactions at extension levels—bounces confirm the trendline, breaks suggest a structural shift.
Recommended Settings by Style
Trading Style HMA Length Kalman Gain Notes
Scalping (1–5 min) 8–14 0.7–1.0 Higher gain for faster response to micro moves
Day Trading (5–30 min) 14–22 0.5–0.7 Default settings optimized for this range
Swing Trading (1H–Daily) 22–50 0.3–0.5 Lower gain smooths out intraday noise
Setting Up Alerts
Right-click the indicator on your chart and select Add Alert. Two conditions are available: HMA-Kahlman Buy Signal and HMA-Kahlman Sell Signal. Configure for push notifications, email, webhook, or any combination to stay informed of crossover events in real time.
Disclaimer
This indicator is a technical analysis tool for educational and informational purposes. It does not constitute financial advice. No indicator guarantees future results. Always use proper risk management and combine signals with your own analysis and trading plan before entering any trade.
Credits
Original HMA-Kahlman Trend concept by capissimo, ThinkScript port by @bvaikunth. Trendlines Module by Joris Duyck. Pine Script v6 conversion, enhancements, and professional visual upgrades by NPR21. אינדיקטור

אינדיקטור

Aura Trend & Candlestick Matrix [Pineify]Aura Trend & Candlestick Matrix — EMA Trend Cloud with Trend-Aligned Candlestick Pattern Detection and Dynamic Support & Resistance
The Aura Trend & Candlestick Matrix is a multi-layered technical analysis indicator that fuses an EMA-based trend cloud, classic candlestick pattern recognition, and pivot-derived support and resistance levels into a single, cohesive overlay. Its core philosophy is confluence : rather than firing candlestick signals in isolation, every pattern must first pass through a directional trend filter before it reaches the chart. A Hammer is only displayed when the trend cloud confirms bullish momentum; a Shooting Star only appears when the cloud is bearish. This trend-alignment mechanism dramatically reduces noise and false signals, giving traders a cleaner, higher-probability view of potential reversal and continuation setups — all without leaving the price chart.
Key Features
Dual-EMA "Aura Cloud" that visually maps trend direction and strength through a color-coded filled region between a fast and slow exponential moving average
Three families of candlestick pattern detection — Hammer / Shooting Star, Bullish / Bearish Engulfing, and Morning Star / Evening Star — each identified using precise shadow-to-body ratio and multi-bar structural rules
Trend-alignment filter that only surfaces bullish patterns during confirmed uptrends and bearish patterns during confirmed downtrends, eliminating counter-trend noise
Dynamic pivot-based support and resistance levels that automatically update as new structural highs and lows are confirmed
Optional candle coloring that tints every bar green or red based on the prevailing trend for instant visual context
Built-in alert conditions for both bullish and bearish setups, enabling automated notification workflows without additional configuration
How It Works
The indicator is built on three independent analytical engines that feed into a unified signal pipeline.
Engine 1: The Aura Trend Cloud
Two exponential moving averages — a fast EMA (default 20 periods) and a slow EMA (default 50 periods) — are plotted on the chart. When the fast EMA is above the slow EMA, the trend is classified as bullish; when below, bearish. The region between the two EMAs is filled with a semi-transparent color (green for bullish, red for bearish), creating the "Aura Cloud." This cloud serves two purposes: it provides an immediate visual representation of trend direction and strength (a widening cloud suggests strengthening momentum), and it acts as the gatekeeper for all candlestick pattern signals.
Engine 2: Candlestick Pattern Detection
The pattern detection engine analyzes candle anatomy using shadow-to-body ratios and multi-bar structural relationships:
Hammer & Shooting Star — Single-candle patterns identified by comparing the lower shadow proportion, upper shadow proportion, and body proportion relative to the full candle range. A Hammer requires a lower shadow at least twice the body size, a body less than 50% of the range, an upper shadow under 15%, and a bullish close. The Shooting Star applies the mirror criteria with a bearish close. Doji candles (body < 10% of range) are excluded to avoid ambiguity.
Bullish & Bearish Engulfing — Two-candle patterns where the current candle's real body completely wraps the previous candle's body. An additional 120% size threshold ensures the engulfing candle demonstrates meaningful conviction beyond a marginal overlap.
Morning Star & Evening Star — Three-candle reversal patterns. A Morning Star requires a bearish candle two bars ago, a small-bodied middle candle (less than 50% of the prior body), and a bullish current candle that closes above the midpoint of the first candle's body. The Evening Star applies the inverse logic.
Engine 3: Dynamic Support & Resistance
The indicator uses Pine Script's pivot detection functions with a configurable lookback window (default 10 bars on each side). When a bar's high is confirmed as the highest within the lookback window, it becomes the current resistance level. When a bar's low is the lowest, it becomes the current support level. These levels persist on the chart as circle markers until a new pivot replaces them, providing a continuously updated structural reference frame.
Trading Ideas and Insights
Cloud Bounce + Pattern Confirmation — When price pulls back to the Aura Cloud boundary during an uptrend and a Hammer or Bullish Engulfing pattern fires at the cloud's edge, this represents a high-confluence long entry. The cloud acts as dynamic support, and the candlestick pattern provides the timing trigger.
Trend Reversal Detection — Watch for Morning Star or Evening Star patterns forming near pivot-based support or resistance levels just as the trend cloud begins to narrow. A narrowing cloud suggests weakening momentum, and a three-candle reversal pattern at a key structural level can signal an early trend change.
S/R Level Validation — Use the dynamic support and resistance levels to validate candlestick signals. A Bullish Engulfing pattern that forms precisely at the current support level carries more weight than one occurring at a random price point.
Trend Strength Assessment — The width of the Aura Cloud reflects the separation between the fast and slow EMAs. A wide, expanding cloud indicates strong trending conditions where trend-aligned patterns are most reliable. A narrow, contracting cloud suggests consolidation where signals should be treated with more caution.
Multi-Timeframe Confluence — Apply the indicator on a higher timeframe to establish the dominant trend direction, then switch to a lower timeframe to find trend-aligned candlestick entries. The cloud's direction on the higher timeframe provides the bias; the pattern signals on the lower timeframe provide the entry timing.
How Multiple Indicators Work Together
The Aura Trend & Candlestick Matrix integrates three distinct analytical techniques into a single decision-support system through a deliberate hierarchical architecture:
The EMA trend cloud establishes directional context, the candlestick pattern engine identifies potential reversal and continuation setups, and the pivot-based support and resistance levels provide structural price references — together forming a confluence-driven framework where signals must pass through multiple filters before reaching the chart.
The trend cloud sits at the top of the hierarchy as the primary directional filter. It answers the fundamental question: "Which side of the market should I be on right now?" By requiring all candlestick patterns to align with the cloud's direction, the indicator enforces a disciplined approach that avoids the common trap of trading counter-trend reversal patterns in strong trends.
The candlestick pattern engine operates as the timing mechanism within the trend context. Each pattern family captures a different market dynamic — Hammers and Shooting Stars detect single-bar rejection of price levels, Engulfing patterns identify momentum shifts through body-size dominance, and Morning/Evening Stars capture multi-bar sentiment transitions. By offering all three families simultaneously, the indicator provides multiple entry opportunities across different market conditions while maintaining the trend-alignment requirement.
The dynamic support and resistance engine adds a structural dimension that complements both the trend cloud and the pattern signals. While the cloud tells you the trend direction and the patterns tell you when to act, the S/R levels tell you where price is likely to react. Patterns forming at or near these pivot-derived levels carry inherently higher significance because they occur at prices where the market has previously demonstrated supply or demand.
Unique Aspects
Trend-gated pattern signals — Unlike standalone candlestick scanners that display every detected pattern regardless of context, this indicator enforces directional alignment. Bullish patterns are suppressed during downtrends and bearish patterns are suppressed during uptrends, producing a significantly cleaner signal set with higher expected reliability.
Ratio-based pattern detection with doji exclusion — Pattern identification uses proportional shadow-to-body ratios rather than fixed pip or point thresholds, making the detection logic adaptive across instruments and timeframes. The explicit doji exclusion prevents ambiguous candles from triggering false Hammer or Shooting Star signals.
120% engulfing threshold — The Engulfing pattern requires the current body to exceed the previous body by at least 20%, filtering out marginal engulfing candles that lack conviction and improving signal quality.
Three-engine confluence in a single overlay — By combining trend analysis, pattern recognition, and support/resistance detection in one indicator, traders avoid the visual clutter and potential conflicts of layering multiple separate tools on the same chart.
Distinct visual vocabulary — Each pattern family uses a unique shape (triangles for Engulfing, labeled markers for Hammers/Stars), allowing traders to instantly identify the pattern type without reading text labels.
How to Use
Add the Aura Trend & Candlestick Matrix to your chart. It overlays directly on the price chart, displaying the Aura Cloud, pattern signals, and S/R levels simultaneously.
Identify the current trend by observing the Aura Cloud color — a green cloud indicates a bullish trend (fast EMA above slow EMA), and a red cloud indicates a bearish trend. The cloud's width reflects trend strength.
Watch for candlestick pattern signals that appear on the chart. Green triangles (▲) below bars indicate Bullish Engulfing patterns; red triangles (▼) above bars indicate Bearish Engulfing. Labels marked "H", "S", "MS", and "ES" denote Hammer, Shooting Star, Morning Star, and Evening Star patterns respectively.
Cross-reference pattern signals with the dynamic S/R levels (green and red circle markers). Patterns occurring near support (for bullish) or resistance (for bearish) carry additional structural significance.
Use the candle coloring feature (enabled by default) for quick visual scanning — green candles confirm you are in a bullish trend zone, red candles confirm a bearish trend zone.
Set up alerts using the built-in "Bullish Setup" and "Bearish Setup" alert conditions to receive real-time notifications when a trend-aligned candlestick pattern is detected.
Combine with volume analysis or momentum oscillators for additional confirmation layers when entering trades based on the indicator's signals.
Customization
Fast EMA Length (default: 20) — Controls the responsiveness of the fast trend line. Lower values (10-15) make the cloud more reactive to recent price changes, suitable for shorter-term trading. Higher values (25-50) produce a smoother cloud for swing or position trading.
Slow EMA Length (default: 50) — Sets the anchor for the trend cloud. Common alternatives include 100 or 200 for longer-term trend identification. The gap between fast and slow lengths determines how quickly the cloud changes direction.
Color Candles Based on Trend (default: on) — Toggle candle coloring on or off. Disable if you prefer to use your chart's native candle colors or another coloring scheme.
Show Hammers / Shooting Stars (default: on) — Enable or disable single-candle reversal pattern detection. Disable if you prefer to focus only on multi-candle patterns.
Show Engulfing Patterns (default: on) — Enable or disable two-candle engulfing pattern detection.
Show Morning / Evening Stars (default: on) — Enable or disable three-candle star pattern detection.
Pivot Detection Length (default: 10) — Controls the lookback window for support and resistance detection. Lower values (3-7) detect more frequent, minor pivot levels; higher values (15-30) identify only major structural turning points.
Conclusion
The Aura Trend & Candlestick Matrix delivers a disciplined, confluence-based approach to technical analysis by requiring candlestick patterns to align with the prevailing EMA trend direction before they are displayed. By integrating a visual trend cloud, three families of rigorously defined candlestick patterns, and dynamic pivot-based support and resistance levels into a single overlay, this indicator provides traders with a comprehensive yet uncluttered analytical framework. Whether you are a day trader looking for precise trend-aligned reversal entries, a swing trader seeking high-probability pattern setups at key structural levels, or a position trader monitoring broad trend direction with candlestick confirmation, the Aura Trend & Candlestick Matrix offers a clean, systematic, and visually intuitive toolset for identifying where trend momentum and candlestick structure converge — the moments where trading opportunities are most compelling.
אינדיקטור

Momentum Lifecycle Detector [BullByte]Momentum Lifecycle Detector
An early trend detection oscillator that tracks momentum through five lifecycle phases - from birth to death - using DI spread acceleration analysis . Designed to identify momentum ignition before traditional ADX signals, and warn of trend exhaustion before it becomes obvious.
WHAT THIS INDICATOR DOES
The Momentum Lifecycle Detector (MLD) is a momentum oscillator with integrated trend phase classification. It answers the question every trend trader needs answered: "Where in its life is this momentum right now?"
Most trend strength indicators tell you a trend exists after the move is already underway. ADX crossing above 25 is a lagging confirmation. MLD solves this by detecting the birth of momentum at the earliest mathematically identifiable point, then tracking that momentum through five distinct lifecycle phases until it dies.
The indicator displays:
An ATR-normalized momentum oscillator (the main line you follow)
A signal line for crossover analysis
A histogram showing momentum-signal divergence
A colored lifecycle band showing the current phase
Consolidation zone boxes marking coiled energy before breakouts
A reversal atmosphere glow when momentum curvature suggests reversal
A dashboard summarizing momentum conditions at a glance
Adaptive dead zone and choppy market warnings
THE PROBLEM THIS SOLVES - WHY TRADERS NEED EARLY TREND DETECTION
Traditional ADX tells you a trend is strong when it crosses above 25. By that point, the optimal entry window has often closed. Conversely, ADX gives no clear warning when a trend is dying - it just slowly rolls over after the move has already reversed.
The core innovation in MLD is measuring the acceleration of the gap between +DI and -DI. Here is the mathematical logic:
Spread = |+DI minus -DI| - How far apart are bullish and bearish pressure?
Velocity = Spread minus Spread - Is that gap widening or narrowing?
Acceleration = Velocity minus Velocity - Is the widening itself speeding up?
When acceleration is positive and velocity is positive while ADX is still low, a new trend is actively forming. This is the mathematical fingerprint of momentum at birth - detectable bars before ADX would give any signal.
WHY THESE SPECIFIC COMPONENTS - JUSTIFICATION FOR THE INTEGRATION
This indicator combines several analytical methods into a unified lifecycle detection framework. Each component serves a specific, non-redundant purpose. Here is why each exists:
Zero-Lag EMA Momentum Oscillator
Purpose : The primary visual output traders watch and trade.
Method : Difference between fast ZLEMA (default 9) and slow ZLEMA (default 21), divided by ATR, multiplied by 100.
Why ZLEMA : Standard EMA lags behind price. ZLEMA compensates by adding the difference between the current price and its lagged value before smoothing. This produces earlier momentum readings without adding noise.
Why ATR normalization: Raw price differences are not comparable across instruments. A 5-point move means something different on a $10 stock versus Bitcoin. Dividing by ATR makes oscillator readings universal - a reading of +50 represents the same relative momentum strength on any chart, any timeframe.
Gaussian-Weighted Directional Indicators
Purpose : Feed responsive directional data into the lifecycle detection engine.
Method : Instead of standard Wilder smoothing for +DI and -DI, a Gaussian (bell-curve) decay function applies exponentially more weight to recent bars. The formula is exp(-(n/len)^2).
Why Gaussian weighting : Standard DI treats all bars in the lookback equally. A directional move from 14 bars ago counts the same as one happening now. Gaussian decay makes DI inherently more responsive to fresh moves without shortening the period (which would increase noise).
ZLEMA-Smoothed ADX
Purpose : Trend strength measurement for phase classification.
Method : DX calculated from Gaussian-weighted DI values, smoothed with ZLEMA instead of traditional Wilder smoothing.
Why ZLEMA-smoothed: Standard Wilder-smoothed ADX is deliberately sluggish by design. For lifecycle detection, we need ADX that responds faster to "waking up" and "rolling over" behaviors that define phase transitions.
DI Spread Acceleration Engine
Purpose : The core innovation - detects momentum birth before ADX confirms.
Method : Calculates the absolute spread between +DI and -DI, derives its velocity (first derivative) and acceleration (second derivative), smooths both with 3-period EMA.
Why this matters: This is what differentiates MLD from existing ADX-based tools. Acceleration of the DI spread is a leading indicator. By the time ADX crosses a threshold, spread acceleration has already been positive for multiple bars. This enables IGNITION detection before traditional signals fire.
Kaufman Efficiency Ratio
Purpose : Regime filter that warns when conditions are choppy.
Method : ER = net price movement divided by total price movement. Values near 1.0 mean efficient directional movement. Values near 0.0 mean price went back and forth without progress.
Why included: Momentum oscillators generate false signals in ranging markets. When ER is low, ADX is weak, and momentum sits inside the dead zone, the background turns gray - warning traders that conditions do not support directional strategies.
Momentum Curvature Analysis
Purpose : Early warning of potential reversals via oscillator curvature.
Method : Second derivative of momentum (how the slope is changing). When momentum is negative but curving upward (positive curvature with positive slope), bullish pressure is building from underneath before the trend visibly reverses. Strength is normalized against 30-bar standard deviation of curvature.
Important : This is purely mathematical curvature of the plotted oscillator. It does not use order flow, volume profile, bid/ask data, or any external source. The term "atmosphere" is a visual metaphor for the glow effect.
These components form an integrated pipeline - they are not independent indicators placed on the same pane. The oscillator provides visual momentum reading, Gaussian DI and ZLEMA ADX feed the lifecycle engine, spread acceleration detects phase transitions, ER provides regime context, and curvature adds reversal awareness. Each output feeds downstream components.
THE FIVE LIFECYCLE PHASES - DETECTION LOGIC EXPLAINED
The lifecycle band at the bottom displays one of five phases. Each has specific mathematical conditions that must all be true simultaneously. A state machine with configurable inertia prevents rapid flickering.
IGNITION - Cyan Band
Conditions : DI crossover within last N bars (default 4), spread acceleration above threshold (default 0.2), spread velocity above threshold (default 0.3), ADX rising for two consecutive bars.
Meaning : Momentum is being born. DI lines just crossed, the gap is accelerating open, ADX is waking. This is the earliest actionable signal. ADX may still be below 20.
State machine : IGNITION transitions instantly (1-bar inertia) because early detection speed matters.
THRUST - Green or Red Band (direction-coded)
Conditions : Past ignition window but within 3x that window, spread velocity above threshold (default 0.5), ADX surged more than threshold (default 1.5) over 3 bars.
Meaning : Young trend gaining real power. Spread velocity is high, ADX is confirming with a surge. The trend is no longer hypothesis - it is building strength.
State machine : THRUST transitions instantly.
PRIME - Deeper Green or Red Band (direction-coded)
Conditions : ADX above strong threshold (default 20), ADX either rising or above its signal line, DI spread above minimum (default 10).
Meaning : Mature, established trend. Maximum directional strength. Most productive phase - but also where exhaustion can begin. Use trailing stops.
State machine : Requires configured inertia (default 2 bars) before transition.
FADING - Orange Band
Conditions : ADX above strong threshold BUT falling AND below its signal line, OR ADX strong but spread velocity sharply negative (below -0.5).
Meaning : Trend is dying. ADX rolling over, DI gap closing. Time to tighten stops, take partials, prepare for next cycle.
State machine: Requires configured inertia before transition.
DEAD - Dark Gray Band
Conditions : None of the above active.
Meaning : No meaningful directional momentum. Market ranging, consolidating, or in transition. Directional strategies unlikely to perform well.
HOW TO READ THE OSCILLATOR PLOT
Momentum Line (thick, color-coded)
Bright green : Momentum positive and rising (bullish, strengthening)
Faded green : Momentum positive but falling (bullish, weakening)
Bright red: Momentum negative and falling (bearish, strengthening)
Faded red : Momentum negative but rising (bearish, weakening)
Gray : Momentum inside dead zone (noise, not signal)
Signal Line (thin orange)
EMA of momentum. Crossovers between momentum and signal highlight directional shifts, similar to MACD signal line usage.
Momentum-Signal Fill (shaded area between the two lines)
Teal shading: Momentum above signal (bullish bias)
Maroon shading: Momentum below signal (bearish bias)
This fill provides instant visual recognition of which line is dominant.
Histogram (vertical columns at zero line)
Shows the gap between momentum and signal.
Bright columns: Gap expanding (momentum pulling away, trend strengthening)
Faded columns: Gap contracting (momentum converging, trend weakening)
Green: Momentum above signal. Red: Momentum below signal.
Dead Zone (gray horizontal band around zero)
Dynamically calculated as a multiple (default 0.5x) of momentum's 50-bar standard deviation.
When momentum is inside this zone, directional signals are unreliable - the reading is within normal noise range.
Zero Line (dotted horizontal)
Momentum above zero: Net bullish pressure
Momentum below zero: Net bearish pressure
Zero line crosses represent directional bias shifts.
CONSOLIDATION ZONES - COILED ENERGY BEFORE BREAKOUTS
Yellow boxes appear on the oscillator when momentum energy is coiling - a potential precursor to a strong directional move.
Detection Logic
Two conditions must be simultaneously true:
Histogram (momentum-signal gap) is unusually tight relative to its recent 50-bar standard deviation.
Momentum slope is unusually flat relative to its recent 50-bar standard deviation.
Both thresholds are adaptive - they automatically adjust to each instrument's typical behavior. This means the indicator detects relative consolidation, not absolute levels, making it equally effective on volatile crypto and stable bonds.
Zone Lifecycle
New zone starts as dotted-border, light yellow box.
If it persists for minimum bar count (default 5), it upgrades to solid-border, brighter yellow - a validated zone.
If momentum drifts too far from where zone started (exceeds drift tolerance relative to zone height), the zone is invalidated and deleted. This prevents slow trends from being falsely labeled as consolidation.
When zone breaks (convergence conditions end), box color changes based on breakout direction: teal for bullish breakout, maroon for bearish breakout.
Only one active zone exists at a time to keep the chart clean.
How to Trade It
Validated consolidation zones (solid border) represent coiled momentum. Breakouts from these zones, especially when accompanied by IGNITION or THRUST phase, often produce strong directional moves. The breakout color immediately tells you the direction.
REVERSAL ATMOSPHERE - CURVATURE-BASED REVERSAL WARNING
A soft colored glow appears around the momentum line when mathematical curvature suggests a reversal is forming.
How It Works
The indicator calculates the second derivative of momentum (curvature - how the slope itself is changing).
Bullish reversal detection: Momentum is below zero (bearish), but slope has turned positive (rising), and curvature is positive (the rise is accelerating). This is the mathematical signature of a bottom forming - momentum is still negative but fighting back.
Bearish reversal detection: Mirror image. Momentum is above zero, but slope is negative and curvature is negative. A top is forming.
Visual Output
Green glow: Bullish reversal pressure building
Red glow: Bearish reversal pressure building
Glow intensity increases with curvature strength, normalized against 30-bar standard deviation
Glow width is configurable (default 8 units)
Important Clarification
This is purely mathematical analysis of the oscillator's own curvature. It does not incorporate order flow data, market depth, bid/ask spreads, or any external data source. The term "atmosphere" is a visual metaphor describing the glow effect, not a claim about market microstructure.
CHOPPY MARKET BACKGROUND - REGIME WARNING
When three conditions are all simultaneously true, the pane background turns gray:
Efficiency Ratio below choppy threshold (default 0.30)
ADX below choppy threshold (default 18)
Momentum inside dead zone
This gray background is a visual warning: "Market conditions are choppy. Momentum signals here are statistically less reliable. Consider waiting for cleaner conditions."
DASHBOARD - THE MOMENTUM WEATHER REPORT
A compact panel (position and size configurable) displaying five key readings:
PHASE
Current lifecycle phase name in corresponding color. Instantly shows where momentum is in its lifecycle.
BIRTH
DI spread acceleration status - is new momentum being created?
ACCELERATING (cyan) : Strong positive acceleration, momentum actively being born
BUILDING (green) : Moderate positive acceleration
QUIET (gray): No significant acceleration
DECELERATING (red): Negative acceleration, momentum creation slowing or reversing
FLOW
Directional bias with magnitude.
BULL : Bullish DI dominance. Number is DI spread (gap between +DI and -DI)
BEAR : Bearish DI dominance
FLAT : Momentum in dead zone, no meaningful directional bias
WEATHER
Overall assessment combining phase and vitality.
FAVORABLE (green): Active phase (IGNITION/THRUST/PRIME) with momentum outside dead zone. Conditions support directional trading.
CAUTION (orange): FADING phase, or PRIME with negative spread velocity. Trend may be exhausting.
UNFAVORABLE (red): DEAD phase or momentum in dead zone. Avoid directional strategies.
PRESSURE
Reversal pressure from curvature analysis.
BULLISH REV (green): Strong bullish reversal curvature
BEARISH REV (red): Strong bearish reversal curvature
BUILDING (cyan): Moderate reversal curvature forming
NONE (gray): No significant reversal pressure
COMPLETE SETTINGS REFERENCE
Core Momentum Oscillator
Fast ZLEMA Length (default 9): Fast moving average responsiveness. Lower = faster, noisier.
Slow ZLEMA Length (default 21): Baseline moving average. Gap between fast and slow produces momentum.
Signal Line Length (default 5): Smoothing period for signal line.
Momentum Smoothing (default 3): Additional noise reduction on raw momentum.
ATR Period (default 14): Normalization period for cross-instrument comparability.
Consolidation Zones
Show Consolidation Zones (default true): Toggle zone detection.
Histogram Sensitivity (default 1.0): How tight momentum-signal gap must be. Lower = stricter.
Slope Sensitivity (default 1.0): How flat momentum must be. Lower = stricter.
Minimum Bars (default 5): Shortest valid consolidation duration.
Drift Tolerance (default 0.4): Maximum directional drift before zone invalidation.
Regime Detection
Efficiency Ratio Period (default 10): Lookback for price efficiency calculation.
ER Smoothing (default 5): Smoothing to prevent rapid regime flipping.
Trend Threshold (default 0.4): ER above this = trending market.
Dead Zone Multiplier (default 0.5): Standard deviations defining the noise band.
Choppy ER Threshold (default 0.30): ER below this contributes to choppy warning.
Choppy ADX Threshold (default 18): ADX below this contributes to choppy warning.
Momentum Lifecycle
Show Lifecycle Band (default true): Toggle the colored phase band.
DI Calculation Length (default 14): Period for Gaussian-weighted +DI/-DI.
ADX Smoothing (default 14): ZLEMA smoothing on DX.
ADX Signal Length (default 5): EMA of ADX for crossover detection.
Ignition Window (default 4): Bars after DI cross qualifying for IGNITION.
State Inertia (default 2): Bars a phase must persist before official transition.
Ignition Accel Threshold (default 0.2): Minimum spread acceleration for IGNITION.
Ignition Velocity Threshold (default 0.3): Minimum spread velocity for IGNITION.
Thrust Velocity Threshold (default 0.5): Minimum spread velocity for THRUST.
ADX Surge Threshold (default 1.5): Minimum ADX rise over 3 bars for THRUST.
ADX Strong Threshold (default 20): ADX above this = strong trend (PRIME/FADING).
DI Spread Minimum (default 10): Minimum DI gap for PRIME confirmation.
Reversal Atmosphere
Show Reversal Atmosphere (default true): Toggle the curvature glow effect.
Glow Width (default 8): Visual width of atmospheric glow. Cosmetic only.
Display
Show Histogram (default true): Toggle momentum-signal histogram.
Show Momentum-Signal Fill (default true): Toggle shaded area between lines.
Show Choppy Background (default true): Toggle gray background warning.
Dashboard
Show Dashboard (default true): Toggle the weather report panel.
Dashboard Position (default Top Right): Panel location on chart.
Dashboard Size (default Small): Text size in panel.
Alerts
Alert on Ignition (default true): Notify when entering IGNITION phase.
Alert on Fading (default true): Notify when entering FADING phase.
Confirm on Bar Close (default true): Wait for bar close before firing alerts. Prevents false signals from intra-bar noise.
ALERTS
Two alert conditions target the most actionable lifecycle transitions:
IGNITION Onset
Fires when lifecycle enters IGNITION phase. Alert message includes directional bias (Bullish/Bearish), current ADX value, and how many bars since DI cross.
FADING Onset
Fires when lifecycle enters FADING phase. Alert message includes ADX value and current spread velocity.
Bar Close Confirmation
When enabled (default), alerts only fire after the bar closes. This prevents false alerts triggered by intra-bar price spikes that later reverse. Recommended to keep enabled for reliable signals.
RECOMMENDED TIMEFRAMES AND INSTRUMENTS
MLD works across all timeframes and instruments due to ATR normalization.
Default settings optimized for: Daily and 4-hour charts.
For lower timeframes (15m, 5m): Consider increasing Momentum Smoothing to 5 and State Inertia to 3 to filter noise.
For weekly charts: Default settings work without adjustment.
For highly volatile instruments (crypto, small caps): The adaptive thresholds automatically adjust. No manual tuning typically required.
For low-volatility instruments (bonds, some forex pairs): Consider reducing Dead Zone Multiplier to 0.3 for more sensitivity.
PRACTICAL EXAMPLE - MOMENTUM LIFECYCLE IN ACTION
Consider a stock range-bound for weeks. ADX reads 12. Traditional trend tools show nothing actionable.
Then +DI crosses above -DI. ADX is still 12. No traditional signal. But MLD detects that the DI spread is accelerating - the gap is not just opening, it is opening faster each bar. ADX has risen for two consecutive bars (waking up). The lifecycle band turns cyan: IGNITION. The dashboard shows BIRTH: ACCELERATING, WEATHER: FAVORABLE.
Over the next few bars, spread velocity increases. ADX surges upward. The band turns green: THRUST. The trend is confirmed and building.
ADX crosses above 20, continues rising, spread stays wide. Band turns deeper green: PRIME. This is the productive phase.
Eventually ADX peaks, starts falling, drops below its signal line. Spread velocity turns negative. Band turns orange: FADING. Dashboard shows WEATHER: CAUTION. Time to trail stops tightly.
ADX falls back below 20, momentum enters dead zone. Band turns gray: DEAD. The lifecycle is complete.
The value: MLD flagged IGNITION several bars before ADX would have signaled anything. It flagged FADING while ADX was still technically strong but deteriorating. This is the early detection advantage.
Chart Example 1:
BTC/USDT 5-minute is showing a classic FADING lifecycle : a bullish thrust peaked around 13:00–14:00, entered a validated consolidation zone, and is now visibly breaking down. The momentum line is curving sharply downward inside the yellow box, the band is orange (FADING), and FLOW has flipped to BEAR 17.9 : confirming the consolidation resolved bearishly, not bullishly. The earlier cyan IGNITION flash (~14:30) failed to sustain, overwhelmed by the dominant fading structure. The dashboard reads WEATHER: CAUTION, PRESSURE: NONE : no reversal energy building yet.
Chart Example 2:
BTC/USDT 15-minute is in DEAD phase with WEATHER: UNFAVORABLE : no tradeable momentum present. The dashboard tells the complete story: FLOW is FLAT meaning neither bulls nor bears have directional control, and PRESSURE is NONE meaning no reversal energy is building beneath the surface either. Despite BIRTH showing ACCELERATING, without flow direction or reversal pressure to back it up, the acceleration has no confirmed destination yet. Stand aside and wait for the lifecycle band to shift out of DEAD before committing.
WHAT MAKES THIS INDICATOR ORIGINAL
The originality lies in three specific innovations not present in standard ADX/DI implementations or common momentum oscillators:
DI Spread Acceleration Analysis
Standard tools measure the DI spread itself or track ADX thresholds. MLD applies derivative analysis - velocity and acceleration - to the spread, transforming a traditionally lagging measurement into a leading indicator of trend formation.
Gaussian-Weighted DI Calculation
Standard DI uses Wilder smoothing with equal weight to all bars. Gaussian decay weighting makes DI inherently more responsive to recent directional moves without the noise penalty of shorter periods.
Five-Phase Lifecycle Classification with Inertia-Gated State Machine
Rather than binary trend/no-trend output, MLD maps momentum onto a lifecycle model with distinct phases and specific mathematical criteria. The state machine prevents flickering while allowing speed-critical states (IGNITION, THRUST) to transition immediately.
These are integrated innovations, not independent indicators on the same pane. Each feeds into the lifecycle engine or provides context for its output.
DISCLAIMER
This indicator performs mathematical calculations on price data (open, high, low, close) only. It does not use order flow data, volume profile, market depth, bid/ask information, institutional positioning data, or any external data source.
Terms like "momentum birth," "reversal atmosphere," "weather," and " lifecycle " are descriptive metaphors for mathematical concepts (derivatives, curvature, efficiency ratios, state classification). They are not claims about market microstructure or participant behavior.
No indicator predicts future price movement. MLD identifies mathematical conditions historically associated with specific momentum behaviors. These conditions may or may not produce expected outcomes in any given instance.
This tool supplements - it does not replace - a complete trading plan including risk management, position sizing, and multiple forms of analysis. Always use proper risk management. Past indicator behavior does not guarantee future results. אינדיקטור

Double Momentum - DMOM | TR🎯 Overview
Double Momentum - DMOM | TR is an advanced momentum oscillator developed by Tiagorocha1989 that builds upon the classic momentum concept by applying the momentum calculation twice. This “momentum of momentum” approach amplifies trend signals, reduces lag, and helps traders identify acceleration and deceleration phases with greater clarity. The indicator offers dual‑mode operation (zero‑line or moving‑average crossovers), an extensive selection of moving average types, and rich visual customization to suit any trading style.
🔧 How It Works
Double Momentum enhances the standard momentum formula by taking the momentum of the momentum itself. This double calculation emphasises changes in the rate of price change, making it particularly effective for spotting trend strength and potential reversals early.
Core Calculation Logic:
First Momentum (MOM):
MOM = Current Price - Price n-periods ago
where n is the user-defined Length DMOM.
Double Momentum (DMOM):
DMOM = 2 × MOM - MOM of MOM
(i.e., DMOM = 2 × MOM - ta.mom(MOM, Length_DMOM))
This formula is reminiscent of a double exponential smoothing step—it reacts faster to changes in momentum while smoothing out noise.
Reference Line (Entry_DMOM):
The indicator compares DMOM to a reference line that can be either:
Zero Line (classic mode) – signals occur when DMOM crosses above or below zero.
DMOM MA (enhanced mode) – the reference line becomes a moving average of DMOM itself, providing smoother, filtered signals.
The moving average type and length are fully customizable, with support for 12 different MA variants (see Key Features).
The resulting oscillator oscillates around the chosen reference line:
DMOM above reference → upward acceleration (bullish momentum)
DMOM below reference → downward acceleration (bearish momentum)
Magnitude indicates the strength of the acceleration.
✨ Key Features
🔹 Dual Operating Modes
Zero Line Mode: Classic signals when DMOM crosses above or below zero – simple and intuitive.
DMOM MA Mode: Smoother signals when DMOM crosses its own moving average – reduces whipsaws in choppy markets.
🔹 Extensive Moving Average Selection
Choose from 12 MA types for the DMOM MA line, each with its own characteristics:
EMA, SMA, RMA, WMA, VWMA, HMA, DEMA, TEMA, TRIMA, FRAMA, SWMA, T3.
The T3 MA includes an adjustable T3 Factor for fine‑tuning smoothness.
🔹 Customizable Momentum Parameters
Length DMOM: Lookback period for both momentum calculations (default 36).
Source DMOM: Price source for the initial momentum (default Close).
🔹 Extended Range Visualization
Gradient fills are drawn between DMOM and the reference line, with fixed bounds at +30000 and -30000. These zones help visualise extreme readings, regardless of the instrument’s typical price level.
🔹 Customizable Color Themes
Eight distinct color schemes to match your chart aesthetics:
Classic, Modern, Robust, Accented, Monochrome, Moderate, Aqua, Cosmic
Each theme defines separate colors for bullish and bearish states.
🔹 Comprehensive Visual Feedback
Colored DMOM Line: Changes colour based on its position relative to the reference line.
Signal Line: Yellow line representing the zero or MA reference.
Gradient Fill Zones: Semi‑transparent fills showing extreme momentum areas.
Dynamic Zone Fills: Additional fill between DMOM and the reference line, coloured by the prevailing bias.
Color‑Coded Candles: Bars reflect the current DMOM bias (above or below reference).
Signal Markers: Triangle up/down symbols at crossover points.
Live Value Display: Current DMOM value shown in a floating label near the last bar.
Trend Table: Bullish/Bearish status displayed in a table on the chart.
🔹 Ready‑to‑Use Alerts
Built‑in alert conditions trigger LONG on bullish crossovers and SHORT on bearish crossunders, for both operating modes.
⚙️ Settings Summary
Setting Description Default
Color Choice Select from eight visual themes Classic
Length DMOM Lookback period for momentum calculations 36
Source DMOM Price source for momentum Close
Entry/Exit Signal Choose between zero‑line or DMOM MA mode 0
Length MA Moving average period for DMOM MA mode 365
Moving Average Type of moving average for the signal line (12 options) EMA
T3 Factor Factor for T3 moving average (0–1) 0.7
📈 Practical Applications
🔹 Trend Acceleration Detection
The slope and position of DMOM relative to the reference line quickly reveal whether price momentum is accelerating or decelerating. Steeply rising DMOM indicates strong bullish acceleration; steeply falling DMOM signals bearish acceleration.
🔹 Zero‑Line Crossovers
In Zero Line mode, crossovers provide clear signals:
Crossover above zero → bullish acceleration, potential trend reversal up.
Crossunder below zero → bearish acceleration, potential trend reversal down.
🔹 Signal‑Line Crossovers
In DMOM MA mode, crossovers between DMOM and its moving average generate filtered signals that work well in trending markets:
DMOM crosses above its MA → bullish signal.
DMOM crosses below its MA → bearish signal.
🔹 Divergence Trading
Double Momentum is excellent for spotting divergences:
Bullish Divergence: Price makes a lower low while DMOM forms a higher low → possible upside reversal.
Bearish Divergence: Price makes a higher high while DMOM forms a lower high → possible downside reversal.
Divergences are most reliable after extended trends or at extreme levels.
🔹 Momentum Confirmation
The magnitude of DMOM confirms trend strength:
Large positive values → strong bullish acceleration.
Large negative values → strong bearish acceleration.
Values nearing the reference line → momentum slowing, potential trend change.
🔹 Centerline Rejections
When DMOM approaches the reference line (zero or MA) but reverses before crossing, it can signal trend continuation – a common pattern in strong trends.
🔹 Multiple Timeframe Analysis
Compare DMOM readings across timeframes: higher‑timeframe DMOM defines the primary trend, while lower‑timeframe DMOM helps pinpoint entry and exit timing.
🎯 Ideal For
✅ Trend Traders seeking confirmation of trend strength and direction.
✅ Momentum Traders wanting an early view of acceleration and deceleration.
✅ Divergence Traders looking for leading reversal signals.
✅ Swing Traders capturing medium‑term momentum shifts.
✅ System Developers needing a robust, customisable crossover‑based strategy.
✅ Beginner Traders who appreciate clear visual signals and multiple learning modes.
📌 Key Takeaways
Double Momentum Logic: Applying momentum twice amplifies trend signals and reduces lag compared to standard momentum.
Dual‑Mode Flexibility: Choose zero‑line simplicity for clear entries or MA‑smoothed signals for filtered trades.
Unbounded Nature: Like standard momentum, DMOM has no upper/lower limits, making it suitable for strongly trending instruments.
Extensive MA Options: 12 moving average types give you complete control over the smoothness and responsiveness of the signal line.
Rich Visuals: Colour themes, gradient fills for extreme zones, candle colouring, and live value labels provide immediate market context.
Divergence Capability: The double calculation often reveals divergences earlier than simple momentum.
Alert‑Ready: Pre‑built alerts for both LONG and SHORT signals across both operating modes.
⚠️ Important Notes
Because DMOM is unbounded, its scale can vary significantly between instruments and timeframes. The gradient fills at ±30000 are arbitrary reference points and may not represent actual overbought/oversold conditions for all instruments.
The default Length DMOM of 36 offers a medium‑term perspective. Shorter lengths (9–14) produce more responsive signals, while longer lengths (e.g., 50–100) are better for identifying major trends.
The default Length MA of 365 in DMOM MA mode is designed for a long‑term context on daily charts; adjust it to match your trading horizon.
Divergences are most reliable when they occur after extended trends and are confirmed by other tools.
Always combine Double Momentum with proper risk management and additional confirmation before live deployment.
Disclaimer: This indicator is provided for educational and informational purposes only. Past performance does not guarantee future results. Always test thoroughly and align with your personal risk management strategy. אינדיקטור

Schaff Trend Cycle - STC | TR🎯 Overview
Schaff Trend Cycle – STC | TR is a sophisticated technical indicator developed by Doug Schaff that combines elements of MACD and stochastic to identify trend direction, cycle phases, and potential turning points. This enhanced version, created by Tiagorocha1989, offers extensive customization – including twelve moving average types, eight color themes, and comprehensive visual feedback. The STC oscillator oscillates between 0 and 100, helping traders spot overbought/oversold conditions, trend strength, and cycle completions with exceptional clarity.
🔧 How It Works
The Schaff Trend Cycle (STC) is a multi‑stage indicator that first computes a MACD line (the difference between two moving averages of the price), then applies a double stochastic smoothing process to this MACD line. This unique approach filters out market noise and highlights the underlying cyclical trend.
Core Logic (Conceptual)
MACD Calculation: A fast and a slow moving average are applied to the price source. Their difference forms a MACD line, representing momentum.
First Stochastic Smoothing: The MACD line is normalized using a stochastic formula over a specified cycle length, producing a value between 0 and 100. This step identifies where the current MACD value stands within its recent range.
First Smoothing: The resulting stochastic value is smoothed with a moving average.
Second Stochastic Smoothing: The smoothed value is again normalized using the same cycle length, then smoothed once more.
Final STC Value: The result is a bounded oscillator (0–100) that reflects the position of the price within its cyclical trend.
Readings above the overbought level (default 75) suggest that the uptrend may be mature and a reversal or pullback could occur.
Readings below the oversold level (default 25) suggest that the downtrend may be exhausted and a bounce or reversal could be imminent.
The 50 level acts as a neutral zone or centerline.
✨ Key Features
🔹 Dual‑Stage Stochastic Smoothing
The double stochastic process on the MACD line effectively filters out random price movements, making the STC particularly effective in trending and cyclical markets.
🔹 Flexible Moving Average Selection
Twelve moving average types are available for both the initial MACD calculation and the smoothing stages:
EMA, SMA, RMA, WMA, VWMA, HMA, DEMA, TEMA, TRIMA, FRAMA, SWMA, T3 (with adjustable factor).
🔹 Customizable Parameters
Fast Length – Period for the fast moving average (default 12).
Slow Length – Period for the slow moving average (default 26).
Cycle Length – Lookback period for the stochastic calculations (default 28).
1st Smoothing Length – Smoothing applied after the first stochastic (default 3).
2nd Smoothing Length – Smoothing applied after the second stochastic (default 3).
Overbought Level – Upper threshold (default 75, adjustable 20–100).
Oversold Level – Lower threshold (default 25, adjustable 0–80).
Source – Price data used for the moving averages (default close).
MA Type – The moving average method for all calculations.
T3 Factor – Specific factor for the T3 moving average (default 0.7).
🔹 Eight Distinct Color Themes
Identical to the companion CMO | TR indicator, ensuring visual consistency across your charts:
Classic – Green/Red
Modern – White/Purple
Robust – Amber/Maroon
Accented – Violet/Pink
Monochrome – Light gray/Dark gray
Moderate – Green/Red
Aqua – Blue/Orange
Cosmic – Pink/Purple
🔹 Comprehensive Visual Feedback
Colored STC Line: Changes color based on its zone: green/theme color above overbought, red/theme color below oversold, gray in the neutral zone.
Overbought & Oversold Lines: Horizontal lines at the user‑defined levels, semi‑transparent.
Midline: A faint line at 50 for reference.
Gradient Fill Zones:
Overbought Fill: Gradient from the STC line down to the overbought level when STC is above it.
Oversold Fill: Gradient from the STC line up to the oversold level when STC is below it.
Dynamic Fill: Additional fill that highlights the area between the STC line and the midline, coloured according to the prevailing zone.
Background Fill: A subtle gray fill between the overbought and oversold lines.
Color‑Coded Candles: Candles on the price chart take the bullish/bearish color when STC is above overbought or below oversold, providing a clear visual cue of extreme conditions.
Signal Markers: Triangle up/down symbols appear when STC crosses above the overbought level (bearish signal, “SHORT”) or below the oversold level (bullish signal, “LONG”).
Live Value Display: A floating label near the last bar shows the current STC value, color‑coded by zone.
Trend Table: A table on the chart displays “⬆️ Bullish” or “⬇️ Bearish” based on whether STC is above overbought or below oversold.
🔹 Ready‑to‑Use Alerts
Built‑in alert conditions trigger on:
LONG signals when STC crosses below the oversold level (bullish reversal).
SHORT signals when STC crosses above the overbought level (bearish reversal).
⚙️ Settings Summary
Setting Description Default
Color Choice Select from eight visual themes Classic
Fast Length Period for fast MA (MACD component) 12
Slow Length Period for slow MA (MACD component) 26
Cycle Length Lookback for stochastic calculations 28
1st Smoothing Len Smoothing after first stochastic 3
2nd Smoothing Len Smoothing after second stochastic 3
Overbought Level Upper threshold (20–100) 75
Oversold Level Lower threshold (0–80) 25
Source Price source for moving averages Close
MA Type Moving average method (12 options) EMA
T3 Factor Factor for T3 moving average 0.7
📈 Practical Applications
🔹 Overbought / Oversold Detection
STC values above the overbought level indicate that the uptrend may be overextended, warning of a possible reversal or pullback.
STC values below the oversold level suggest the downtrend is exhausted, hinting at a potential bounce or reversal.
Gradient fills make these extreme zones instantly recognizable.
🔹 Crossover Signals
Bullish Signal: When STC crosses below the oversold level and then turns upward, it can signal the start of a new uptrend. The indicator plots a “LONG” triangle below the bar.
Bearish Signal: When STC crosses above the overbought level and then turns downward, it can signal the start of a new downtrend. A “SHORT” triangle appears above the bar.
These signals are plotted only once per crossing to avoid clutter.
🔹 Trend Confirmation
STC staying above the overbought level for an extended period confirms a strong uptrend.
STC staying below the oversold level confirms a strong downtrend.
When STC oscillates between the two thresholds, the market is likely range‑bound.
🔹 Divergence Trading
Bullish Divergence: Price makes a lower low, but STC makes a higher low (especially near or below oversold) → potential upside reversal.
Bearish Divergence: Price makes a higher high, but STC makes a lower high (especially near or above overbought) → potential downside reversal.
Divergences are most reliable when they occur at extreme levels.
🔹 Cycle Identification
The STC is specifically designed to identify cyclical turning points. By adjusting the cycle length, traders can adapt the indicator to different market rhythms (short‑term, medium‑term, or long‑term cycles).
🔹 Multiple Timeframe Analysis
Compare STC readings across timeframes to align trades with the larger trend. For example, a bullish signal on a lower timeframe carries more weight if the higher‑timeframe STC is also bullish (above oversold or rising).
🎯 Ideal For
Cycle Traders seeking to capitalize on recurring market rhythms.
Momentum Traders wanting a clean, filtered view of trend strength.
Mean Reversion Traders looking for overbought/oversold opportunities.
Swing Traders capturing medium‑term trend shifts.
System Developers needing a bounded, reliable oscillator for strategy building.
Traders familiar with MACD & Stochastic who appreciate a hybrid approach.
📌 Key Takeaways
Bounded Range: STC oscillates between 0 and 100, providing clear overbought/oversold levels at 75/25 (user‑adjustable).
Noise Reduction: The double stochastic smoothing filters out market noise, making signals more reliable than raw MACD or single stochastic.
Customizable Smoothing: Twelve moving average types allow fine‑tuning for any trading style.
Comprehensive Visualization: Color themes, gradient fills, candle coloring, and live labels offer immediate market insight.
Signal Clarity: Triangle markers appear only at significant crossovers, reducing visual clutter.
Divergence Capability: Excellent for spotting both regular and hidden divergences.
Alert‑Ready: Built‑in alerts for long/short signals.
⚠️ Important Notes
The default parameters (12, 26, 28) are inspired by the classic MACD and stochastic settings, but they can be adjusted to suit different timeframes and market conditions. Shorter cycle lengths make the indicator more responsive but may increase false signals; longer lengths provide smoother readings. The overbought/oversold levels (75/25) are guidelines – in strongly trending markets, STC can remain in extreme zones for extended periods. Divergences are most reliable when they occur at extreme readings. Always combine with proper risk management and additional confirmation for best results.
Disclaimer: This indicator is provided for educational and informational purposes only. Past performance is not indicative of future results. Always conduct thorough testing and align with your risk management strategy before live deployment. אינדיקטור

Relative Strength Beta-AdjustedBETA-ADJUSTED RELATIVE STRENGTH INDICATOR
This indicator removes broad market influence from a stock's returns to reveal its true, standalone performance over time.
WHAT IT TRACKS:
• Idiosyncratic Return (True RS): The portion of a stock's daily return that cannot be explained by its Beta exposure to the benchmark.
• Cumulative RS Line: A running total of these residual returns, starting at 100, showing the stock's pure alpha trend.
HOW IT WORKS:
The indicator calculates a rolling Beta between your chart symbol and a benchmark (default: SPY), then computes the "expected return" — what the stock should have done based on market movement alone. The difference between the actual return and expected return is the idiosyncratic return. These residuals are accumulated bar by bar into a cumulative line, with a moving average overlay (EMA or SMA).
When the RS line is above the MA, the area fills to indicate positive alpha momentum. When below, the fill shifts to signal deteriorating stock-specific strength.
SETTINGS:
• Benchmark Symbol: Index or ETF to measure against (default: SPY)
• Beta Length: Rolling window for Beta calculation (default: 60)
• MA Type: EMA or SMA (default: EMA)
• MA Length: Smoothing period for the moving average (default: 21)
• Colors: Fully customizable RS line, MA line, and fill colors
USAGE:
Use this to separate genuine stock performance from market noise. A rising line means the stock is generating real alpha. A falling line means it is underperforming what its market sensitivity alone would predict.
The MA crossover helps identify shifts in alpha momentum:
• RS above MA: Stock-specific strength is trending positive — favorable for long positions
• RS below MA: Stock-specific strength is fading — exercise caution or look elsewhere
• Rising line in a falling market: Stock is holding up on its own merits despite broad weakness
• Falling line in a rising market: Stock is being masked by market tailwinds — underlying weakness present
Other potential uses to explore:
• Stock picking: Find stocks generating genuine alpha versus those simply riding a bull market
• Rotation signals: Spot turning points in true relative strength before they show on the price chart
• Sector comparison: Apply to sector ETFs to identify fundamental leaders versus laggers
• Risk management: Reduce exposure when the RS line rolls over, even if price looks stable
• Pair analysis: Compare RS lines across related stocks to find the strongest name in a group
• Other Markets: Such as Crypto Markets set Bitcoin as the benchmark and any altcoin as the chart symbol to measure true relative performance against BTC — useful for identifying altcoins generating genuine strength versus those simply following Bitcoin's momentum
Experiment with different Beta lengths and MA settings to match your trading timeframe and style.
If you discover effective ways to use this indicator, please share in the comments below — your insights could help other traders! אינדיקטור

אינדיקטור

אינדיקטור

Aura Trend Momentum [Pineify]```
Aura Trend Momentum - Advanced Double-Smoothed Oscillator with Gradient Visualization
The Aura Trend Momentum indicator is a sophisticated momentum oscillator that combines double exponential smoothing with normalized momentum calculations to provide clear, noise-filtered trend signals. Unlike traditional momentum oscillators that suffer from erratic movements and false signals, this indicator employs a dual-layer EMA smoothing technique on both the raw momentum and its absolute value, creating a stable, normalized oscillator that ranges between -100 and +100. This approach effectively eliminates market noise while preserving the essential momentum characteristics needed for accurate trend identification.
Key Features
Double-smoothed momentum calculation that significantly reduces false signals and whipsaw trades
Normalized oscillator output (-100 to +100) for consistent interpretation across all market conditions and timeframes
Four-color gradient histogram system that visually distinguishes between strong bullish, weak bullish, strong bearish, and weak bearish momentum states
Signal line with cloud fill visualization showing the relationship between momentum and its smoothed average
Smart crossover detection that filters signals by requiring reversals to occur in optimal zones (negative territory for bullish signals, positive territory for bearish signals)
Built-in alert conditions for automated trading notifications and real-time monitoring
Overbought (+50) and oversold (-50) reference levels with zero-line equilibrium
How It Works
The Aura Trend Momentum indicator utilizes a unique three-stage calculation methodology that sets it apart from conventional momentum oscillators:
Stage 1: Momentum Extraction
The indicator begins by calculating the raw price change (momentum) between consecutive bars using the selected source price (default: close). This represents the basic rate of change in the market.
Stage 2: Double Exponential Smoothing
Rather than using a single smoothing pass, the indicator applies two layers of exponential moving average (EMA) smoothing. The first EMA uses the "Trend Length" parameter (default: 21 periods) to capture the primary trend momentum, while the second EMA applies the "Signal Smoothing" parameter (default: 9 periods) to further refine the signal. This same double-smoothing process is applied to both the raw momentum and its absolute value, creating two parallel smoothed datasets.
Stage 3: Normalization and Signal Generation
The smoothed momentum is divided by the smoothed absolute momentum and multiplied by 100, creating a normalized oscillator that always ranges between -100 and +100. This normalization ensures consistent readings regardless of price levels or volatility conditions. A signal line is then generated by applying another EMA smoothing pass to the oscillator, creating a slower-moving reference line for crossover detection.
Trading Ideas and Insights
Momentum Reversal Strategy:
The indicator excels at identifying momentum reversals in optimal zones. Bullish entry signals (green dots) appear when the oscillator crosses above the signal line while in negative territory (below zero), indicating that downward momentum is exhausting and a reversal is beginning. Conversely, bearish entry signals (red dots) trigger when the oscillator crosses below the signal line while in positive territory, signaling that upward momentum is weakening.
Trend Strength Assessment:
The four-color gradient system provides instant visual feedback on trend strength. Strong bullish momentum (bright green) occurs when the oscillator is positive and rising, indicating accelerating upward movement. Weak bullish momentum (light green) appears when the oscillator is positive but declining, suggesting the uptrend is losing steam. The same logic applies inversely for bearish conditions with red and light red colors.
Overbought/Oversold Trading:
The +50 and -50 reference levels serve as overbought and oversold zones. When the oscillator reaches these extremes, it suggests the current momentum may be overextended, potentially leading to mean reversion opportunities. Traders can watch for the oscillator to retreat from these levels as confirmation of momentum exhaustion.
Divergence Detection:
Like other momentum oscillators, Aura Trend Momentum can be used to identify divergences between price action and momentum. A bullish divergence occurs when price makes lower lows while the oscillator makes higher lows, suggesting weakening bearish momentum. Bearish divergences show the opposite pattern, warning of potential trend reversals.
How Multiple Indicators Work Together
The Aura Trend Momentum indicator integrates three distinct technical analysis components into a unified system:
1. Momentum Oscillator Component: At its core, this is a momentum-based oscillator similar to the Rate of Change (ROC) indicator, measuring the speed and magnitude of price movements.
2. Moving Average Smoothing Component: The double EMA smoothing technique borrows from the concept of DEMA (Double Exponential Moving Average), which reduces lag while maintaining smoothness. This component filters out market noise that would otherwise generate false signals.
3. Normalization Component: By dividing smoothed momentum by smoothed absolute momentum, the indicator incorporates a normalization technique similar to the Percentage Price Oscillator (PPO) or normalized RSI, ensuring readings are comparable across different securities and timeframes.
These components work synergistically: the momentum calculation captures market dynamics, the double smoothing eliminates noise without excessive lag, and the normalization ensures universal applicability. The signal line adds a fourth dimension by providing a smoothed reference for timing entry and exit points, similar to how MACD uses a signal line for crossover detection.
Unique Aspects
What distinguishes Aura Trend Momentum from other momentum oscillators is its sophisticated approach to noise reduction and signal clarity. While indicators like RSI, Stochastic, or standard momentum oscillators either sacrifice responsiveness for smoothness or vice versa, this indicator achieves both through its double-smoothing methodology applied to both numerator and denominator of the normalization formula.
The four-color gradient visualization system is another unique feature that goes beyond simple bullish/bearish coloring. By distinguishing between strong and weak states within each trend direction, traders gain immediate insight into momentum acceleration or deceleration without needing to analyze multiple indicators or chart patterns.
Additionally, the smart signal filtering—requiring bullish crosses to occur below zero and bearish crosses above zero—dramatically reduces false signals that plague many oscillator-based systems. This zone-based filtering ensures that signals align with genuine momentum reversals rather than minor fluctuations within an established trend.
How to Use
Add the Aura Trend Momentum indicator to your chart from the indicators menu
The oscillator will appear in a separate pane below your price chart, displaying the histogram, oscillator line, signal line, and cloud fill
Watch for green dots (bullish entry signals) when the oscillator crosses above the signal line in negative territory—these indicate potential long entry opportunities
Watch for red dots (bearish entry signals) when the oscillator crosses below the signal line in positive territory—these indicate potential short entry opportunities
Monitor the histogram colors: bright green indicates strong bullish momentum, light green shows weakening bullish momentum, bright red indicates strong bearish momentum, and light red shows weakening bearish momentum
Use the +50 level as an overbought reference and -50 as oversold—consider taking profits or tightening stops when these levels are reached
The cloud fill between the oscillator and signal line provides additional context: green cloud suggests bullish control, red cloud suggests bearish control
Set up alerts using the built-in alert conditions to receive notifications when buy or sell signals trigger
Customization
The indicator offers flexible customization options to adapt to different trading styles and market conditions:
Oscillator Settings:
Trend Length (default: 21): Controls the primary lookback period for momentum calculation. Increase for longer-term trend analysis (30-50), decrease for shorter-term trading (10-15)
Signal Smoothing (default: 9): Adjusts the smoothing applied to both the oscillator and signal line. Higher values create smoother signals with fewer crossovers, lower values increase responsiveness
Source (default: close): Select which price data to use for calculations—close, open, high, low, or various price averages like HL2 or HLC3
Visuals & Colors:
Customize all four gradient colors (Bullish Strong, Bullish Weak, Bearish Strong, Bearish Weak) and the Signal Line color to match your chart theme or personal preferences. The color scheme helps with quick visual pattern recognition during live trading.
Conclusion
The Aura Trend Momentum indicator represents a refined approach to momentum analysis, combining proven technical analysis concepts—momentum calculation, exponential smoothing, and normalization—into a cohesive, noise-filtered system. Its double-smoothing methodology addresses the primary weakness of traditional momentum oscillators (excessive noise) while maintaining the responsiveness needed for timely trade entries. The four-color gradient system and smart signal filtering provide clear, actionable insights that help traders identify high-probability momentum reversals and trend continuation opportunities. Whether you're a day trader seeking precise entry points or a swing trader looking for trend confirmation, this indicator offers the clarity and reliability needed for confident decision-making in dynamic market conditions.
```
אינדיקטור

Adaptive Momentum RibbonWhat It Does
Adaptive Momentum Ribbon (AMR) is a directional momentum tool that identifies shifts in price equilibrium and marks them directly on the price chart with entry labels and dynamic invalidation levels. It pairs a robust statistical oscillator with a Keltner Channel envelope to give traders both timing signals and volatility context in a single overlay.
How It Works
The indicator is built on three independent components working together:
1. Median Absolute Deviation (MAD) Z-Score
Instead of using a standard deviation z-score (which is heavily influenced by outlier candles and spike wicks), AMR calculates a rolling median of price, then measures how far price has deviated from that median, normalized by the Median Absolute Deviation. MAD is a statistical measure of dispersion that is approximately 50% more resistant to outliers than standard deviation. The raw MAD value is scaled by 1.4826 to make it directly comparable to standard deviation under normal distribution assumptions. The result is a z-score that reflects genuine shifts in price positioning rather than reacting disproportionately to single volatile bars.
2. Butterworth Low-Pass Filter
The raw z-score is then passed through a second-order Butterworth low-pass filter. Unlike cascaded EMAs (which introduce cumulative lag at each stage), the Butterworth filter is designed to have a maximally flat frequency response in the passband. This means it preserves the shape of genuine momentum moves while attenuating high-frequency noise. The filter's two-pole design provides a steeper roll-off than any single-pole smoothing method, delivering cleaner zero-line crossovers with less delay.
3. Keltner Channel Envelope
A standard Keltner Channel (moving average +/- ATR multiple) provides volatility context. Unlike Bollinger Bands, which use standard deviation and tend to expand/contract sharply on individual outlier bars, Keltner Channels use Average True Range, producing smoother, more stable bands that account for gap behavior and true intrabar range.
Signal Logic
A bullish signal (upward label) fires when the filtered z-score crosses above zero, indicating that price has shifted above its rolling median by a statistically meaningful amount after smoothing.
A bearish signal (downward label) fires when the filtered z-score crosses below zero.
Each signal generates an invalidation level (dashed line), placed at the low (for bullish) or high (for bearish) of the signal bar, offset by a long-term volatility measure (100-period EMA of True Range). If price breaches this level, an X marker appears, indicating the signal's premise has been violated.
The invalidation level extends forward in real time until it is either breached or replaced by a new signal in the opposite direction.
How to Use It
Trend Confirmation: Use the signal labels alongside the Keltner Channel. Bullish signals firing near the lower KC band suggest mean-reversion opportunities. Bullish signals near or above the midline suggest trend continuation.
Invalidation as Risk Management: The dashed invalidation line can serve as a reference for stop-loss placement. When the X appears, the statistical basis for the entry no longer holds.
Parameter Guidance:
Momentum Period (default 20): Controls the lookback for the median and MAD calculation. Shorter periods react faster but produce more signals. Longer periods are smoother but slower.
Butterworth Smoothing (default 3): Controls noise filtering. A value of 1 passes the raw z-score through with minimal filtering. Values of 3-5 work well for most timeframes.
KC settings: Standard Keltner Channel parameters. The defaults (20 EMA, 14 ATR, 2x multiplier) are widely used and work across most instruments and timeframes.
Limitations and Honest Caveats
This indicator does not predict future price. It identifies statistical shifts in recent price positioning relative to a rolling median. These shifts may or may not lead to sustained moves.
Like all zero-crossing oscillators, it will generate false signals during choppy, range-bound markets. The Keltner Channel can help filter these visually (signals near the midline in a flat channel are lower conviction).
The invalidation levels are references, not guaranteed stop levels. Slippage and gaps can cause exits beyond these prices.
The MAD z-score assumes sufficient data variation. In extremely low-volatility environments where price barely moves, the MAD can approach zero. A fallback to standard deviation is built in for this edge case, but signals during such periods should be treated with extra caution.
No repainting. All signals fire on the confirmed close of the signal bar and reference the prior bar's high/low for level placement. No future data is accessed.
Summary
AMR combines outlier-robust statistics (MAD z-score), signal-processing-grade smoothing (Butterworth filter), and volatility-adaptive context (Keltner Channel) into a single chart overlay. It is designed for traders who want clean directional signals with built-in invalidation logic, without relying on indicators that overreact to spike wicks or require a separate oscillator pane. אינדיקטור
