多重平均线(Multi Moving Average)
Jun 21, 2020

The 多重平均线 (Multi Moving Average) indicator allows users to plot up to six customizable moving average lines on a single chart to identify trends, support and resistance levels, and momentum shifts across multiple time horizons.
Usage
The Usage section describes how the script can be used to analyze market trends. By plotting multiple moving averages simultaneously, traders can identify "golden crosses" or "death crosses" and determine the overall trend direction through the fan-like expansion or contraction of the lines.
- Trend Identification: When the shorter-term moving averages (e.g., MA1, MA2) are positioned above longer-term averages (e.g., MA5, MA6), the market is typically in an uptrend. Conversely, when shorter averages are below longer ones, a downtrend is indicated.
- Support and Resistance: Moving averages often act as dynamic support or resistance. In a trending market, price retracements frequently bounce off specific average lines like the 20 or 40-period MA.
- Customization: Users can toggle between different calculation methods (SMA, EMA, WMA, etc.) to suit their trading style, whether they prefer more responsive lines (HMA/EMA) or smoother, lag-tolerant lines (SMA).
Details
The script consolidates multiple moving average calculations into a single tool to save chart space and improve visual clarity. It supports six specific calculation types:
- SMA (Simple Moving Average): The basic average of price over a specific period.
- EMA (Exponential Moving Average): Gives more weight to recent prices, reducing lag.
- WMA (Weighted Moving Average): Assigns a heavier weighting to more recent data points linearly.
- HMA (Hull Moving Average): Designed to reduce lag while maintaining smoothness.
- VWMA (Volume Weighted Moving Average): Weights the moving average based on trading volume.
- RMA (Relative Moving Average): The moving average type used within the RSI indicator calculation.
The script is built using a switch function to dynamically calculate the selected MA type for all six active lengths based on the user's input source (Close, Open, High, Low, etc.).
Settings
- 价格源 (Price Source): Determines the price data used for calculations (default is Close).
- MA类型 (MA Type): Selects the mathematical method used for all six moving averages (SMA, EMA, WMA, HMA, VWMA, or RMA).
- MA1 - MA6 Length: Sets the individual lookback periods for each of the six lines. Defaults are 5, 13, 20, 40, 80, and 160.
FAQ
How do I change the color of the lines? You can modify the colors and visibility of each individual moving average line within the "Style" tab of the indicator settings.
Can I use different MA types for different lines? In this version, the "MA Type" setting applies to all six lines globally to maintain consistency in the trend analysis.
How do I access the 多重平均线 (Multi Moving Average) indicator? You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.
Trading & investing are risky and many will lose money in connection with trading and investing activities. All content on this site is not intended to, and should not be, construed as financial advice. Decisions to buy, sell, hold or trade in securities, commodities and other investments involve risk and are best made based on the advice of qualified financial professionals. Past performance does not guarantee future results.
Hypothetical or Simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not been executed, the results may have under-or-over compensated for the impact, if any, of certain market factors, including, but not limited to, lack of liquidity. Simulated trading programs in general are designed with the benefit of hindsight, and are based on historical information. No representation is being made that any account will or is likely to achieve profit or losses similar to those shown.
Testimonials appearing on this website may not be representative of other clients or customers and is not a guarantee of future performance or success.
As a provider of technical analysis tools and strategies, we do not have access to the personal trading accounts or brokerage statements of our customers. As a result, we have no reason to believe our customers perform better or worse than traders as a whole based on any content, tool, or platform feature we provide.
Charts used on this site are by TradingView in which the majority of our technical indicators are built on. TradingView® is a registered trademark of TradingView, Inc. www.TradingView.com TradingView® has no affiliation with the owner, developer, or provider of the Services described herein.
Market data is provided by CBOE, CME Group, BarChart, Massive, CoinAPI. Select U.S. equities data is provided through Massive. CBOE BZX real-time U.S. equities data is licensed from CBOE and provided through BarChart. Real-time futures data is licensed from CME Group and provided through BarChart. Select cryptocurrency data, including major coins, is provided through CoinAPI. All data is provided “as is” and should be verified independently for trading purposes.
This does not represent our full Disclaimer. Please read our full disclaimer.
© 2026 LuxAlgo Global, LLC.

