"MovingAverageEnvelopes" (Financial Indicator)
-
See Also
- Indicator Types
- SimpleMovingAverage
- BollingerBands
- StandardErrorBands
- KeltnerChannels
-
-
See Also
- Indicator Types
- SimpleMovingAverage
- BollingerBands
- StandardErrorBands
- KeltnerChannels
-
See Also
"MovingAverageEnvelopes" (Financial Indicator)
Sometimes abbreviated as MAE.
Is a statistical indicator.
Is computed using the closing price.
Returns three time series consisting of a 10-period simple moving average of the closing price and bands that are 3 percent above and below the moving average.
FinancialIndicator["MovingAverageEnvelopes",n,p] uses period n moving averages and bands p percent away from the moving average. The first n values in the time series are computed using partial periods.
Examples
TradingChart[{"MSFT", {{2009, 1, 1}, {2009, 3, 31}}}, {"MovingAverageEnvelopes"}]See Also
Indicator Types: SimpleMovingAverage ▪ BollingerBands ▪ StandardErrorBands ▪ KeltnerChannels
History
Introduced in 2010 (8.0)