Moving Average Colored 6 EMA Multiple
Oct 18, 2018

The Moving Average Colored 6 EMA Multiple indicator plots six independent exponential moving averages with dynamic color-coding to provide a visual representation of trend direction and momentum across multiple timeframes.
Usage
The Usage section focuses on identifying trend shifts and potential entry or exit points through the visual behavior of the EMAs. Each moving average changes color based on its current slope: green indicates an upward slope (bullish momentum), red indicates a downward slope (bearish momentum), and blue indicates a neutral or flat state.
Traders can use this tool to:
- Identify Trend Strength: When all six EMAs align in the same color, it suggests a strong trending environment.
- Pinpoint Crossovers: The script includes built-in logic for monitoring crossovers between the fastest EMA (EMA1) and the second EMA (EMA2), often used to signal short-term trend reversals.
- Analyze Ribbon Expansion/Contraction: The distance between the various lengths (e.g., 8, 13, 21, 34, 55, 89) helps visualize whether the market is in a trending or ranging phase.
Details
The script calculates six separate Exponential Moving Averages (EMAs) based on user-defined lengths. The original concept was created by Robert Nance and @aballard11, focusing on a "ribbon" style interface.
The color logic is determined by comparing the current EMA value to its previous value:
- If $EMA_{current} > EMA_{previous}$, the plot is colored green.
- If $EMA_{current} < EMA_{previous}$, the plot is colored red.
- If $EMA_{current} = EMA_{previous}$, the plot is colored blue.
By default, the indicator uses a sequence inspired by Fibonacci numbers (8, 13, 21, 34, 55, 89), which are common parameters for trend-following strategies to identify support and resistance zones.
Settings
- Show EMA (1-6) on chart: Toggles the visibility of each individual moving average line.
- EMA (1-6) Length: Determines the lookback period for the calculation of each specific exponential moving average. Increasing the length makes the line smoother and less reactive to price noise.
FAQ
How do I interpret the colors of the EMAs? Green lines signify that the specific EMA is currently rising, red lines signify it is falling, and blue lines indicate no change in value relative to the previous bar.
Can I change the period of the moving averages? Yes, you can modify any of the six EMA lengths within the settings menu to fit your specific trading timeframe or strategy.
How do I access the Moving Average Colored 6 EMA Multiple? You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.
Free indicator
Get free access to this indicator on the platforms below.
Unlock the entire LuxAlgo Library
Every indicator, every strategy, full charts, and complete access to Quant — our AI agent.