Signal
|
Indicators |
SYNTAX | Signal( fast = 12, slow = 26, signal = 9 ) |
RETURNS | ARRAY |
FUNCTION | Calculates the Signal line of MACD indicator. |
EXAMPLE | signal( 14, 28, 10 ); |
SEE ALSO |
The Signal function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.