The current value of the Fast MACD Line.
Syntax: MACDSlow(Source, Length1, Length2, Smoothing, Interval, [Ref], [Symbol])
Source = Required.
Length1 = Required. Length of the Fast Moving Average.
Length2 = Required. Length of the Slow Moving Average.
Smoothing = Required. The smoothing periods for the Signal Line.
Interval = Required.
[Ref] = Optional.
[Symbol] = Optional.
Comments:
The default for RavenQuote is: Length1 = 12, Length2 = 26, Smoothing = 9.
Examples:
MACDSlow(Close, 12, 26, 9, D, 0, YHOO)
The current day's value of the MACD Slow Line for YHOO using the closing price, with Fast MA = 12, Slow MA = 26 and Smoothing = 9.
Value of the MACD Slow Line for YHOO.