OPEN-SOURCE SCRIPT

Close Minus Moving Average

█ OVERVIEW

The Close Minus Moving Average (CMMA) is a statistically robust mean reversion indicator designed to identify potential reversal points in the market. By analyzing the relationship between the closing price and its moving average, CMMA provides traders with actionable insights to enhance their trading strategies.

Important
This indicator requires the use of the MathHelpers library published by HuntGatherTrade

█ CONCEPTS

The CMMA indicator operates by calculating the logarithmic difference between the current closing price and its simple moving average (SMA). This difference is then normalized using the Average True Range (ATR) to account for market volatility. The resulting value is transformed using the Cumulative Distribution Function (CDF) to produce a standardized metric that oscillates around zero.

Key Steps:

  • Logarithmic Calculation: Computes the natural logarithm of the closing prices.
  • Moving Average: Applies a simple moving average to the logarithmic closing prices.
  • ATR Normalization: Utilizes ATR to normalize the difference, ensuring the indicator adapts to varying market conditions.
  • CDF Transformation: Transforms the normalized difference to a scale that highlights mean reversion tendencies.


Mean Reversion

Mean reversion is a financial theory suggesting that asset prices and historical returns eventually return to the long-term mean or average level of the entire dataset. The CMMA leverages this concept to signal potential entry and exit points based on deviations from the moving average.

█ FEATURES

  • Adaptive Normalization: Utilizes ATR to adjust for market volatility, ensuring consistent performance across different market conditions.
  • Statistical Robustness: Built upon methodologies from Timothy Masters, ensuring reliable mean reversion signals.
  • Clear Visuals: Differentiates positive and negative deviations with distinct color coding for easy interpretation.
  • Customizable Parameters: Allows users to adjust lookback periods and ATR lengths to tailor the indicator to their specific trading needs
.

█ HOW TO USE

Add the Indicator:

  • Navigate to the Pine Script editor on TradingView.
  • Paste the CMMA script and add it to your chart.


Adjust Parameters:

  • Lookback Period: Determines the number of periods for calculating the moving average of the logarithmic close. Default is 1.
  • ATR Length: Sets the number of periods for ATR calculation. Default is 252.


Interpret Signals:

  • Green Plot: Indicates that the closing price is above the moving average, suggesting bullish momentum.
  • Red Plot: Indicates that the closing price is below the moving average, suggesting bearish momentum.
  • Zero Line: Serves as a reference point for mean reversion signals.


Trading Strategy:

  • Buy Signal: When CMMA crosses above the zero line, indicating a potential upward reversal.
  • Sell Signal: When CMMA crosses below the zero line, indicating a potential downward reversal.


█ LIMITATIONS

  • Lagging Indicator: As with all moving averages, CMMA is based on historical data and may lag during rapid market movements.
  • Parameter Sensitivity: The effectiveness of CMMA can vary based on the chosen lookback and ATR periods. Users should optimize these parameters based on the specific asset and timeframe.
  • Market Conditions: Best suited for mean-reverting markets and may underperform in trending or highly volatile environments.


█ NOTES

  • Version Compatibility: The CMMA script is written in Pine Script™ version 6. Ensure your TradingView environment supports this version.
  • License: This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0. Read the license here.
statistics

开源脚本

本着真正的TradingView精神,此脚本的作者已将其开源,以便交易者可以理解和验证它。向作者致敬!您可以免费使用它,但在出版物中重复使用此代码受网站规则约束。 您可以收藏它以在图表上使用。

想在图表上使用此脚本?


更多:

免责声明