Ultimate
|
Indicators |
SYNTAX | Ultimate( fast = 7, med = 14, slow = 28 ) |
RETURNS | ARRAY |
FUNCTION | Calculates the Ultimate Oscillator indicator using the three cycle lengths supplied as parameters. Note that each of the three parameters must be greater than the preceding parameter. |
EXAMPLE | The formula "ultimate( 7, 14, 21 )" returns the default Ultimate Oscillator. |
SEE ALSO |
The Ultimate function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.