TradingView
SolCollector
Mar 27, 2021 11:57 PM

Quad MA 

Aluminum FuturesCOMEX

Description

For a dive into the fine details, see the source code/documentation.

Quad MA is a program designed to allow a wide range of flexibility in overlaying multiple moving averages onto a chart.

This program handles the ability to:
- Overlay Up to 4 moving averages on the chart.
- Change the length of each moving average.
- Adjust optional values for special moving averages
(least squares and Arnaud Legoux)
- Change the color for each moving average.
- Change the type of each moving average individually.
- Change the visibility of each moving average.
- Change the source of the moving averages.
- Set alerts for a cross between any two moving averages.

Release Notes

Polishing comments, update posted before study() detailing my intention to work on code in java to reproduce this script with any number of moving averages.

Release Notes

Clean Chart update

Release Notes

Trend value input changed to input.source instead.

House-Rules update

Release Notes

Minor Changes to documentation.
Comments
SolCollector
Line 35:

Missing “Symmetrical” from list of options in this comment line.
More