|
SOLUTIONS
|
Mathematica
>
Visualization and Graphics
>
Financial Visualization
>
MovingAverageConvergenceDivergence
MATHEMATICA INDICATOR
MovingAverageConvergenceDivergence
Commonly abbreviated as MACD.
Is a momentum indicator.
Is computed using close prices.
Returns two time series. The first is the difference between 12- and 26-period exponential moving averages, and the second is a signal line represented as a 15-period exponential moving average of the first.
FinancialIndicator["MACD", n1, n2] uses periods
and
.
The initial values in the time series are computed using partial periods.
Is a momentum indicator.
Is computed using close prices.
Returns two time series. The first is the difference between 12- and 26-period exponential moving averages, and the second is a signal line represented as a 15-period exponential moving average of the first.
FinancialIndicator["MACD", n1, n2] uses periods
The initial values in the time series are computed using partial periods.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

