Function - MAMA
MESA Adaptive Moving Average |
Indicators
|
| SYNTAX |
Mama( ARRAY close, ARRAY fastlimit, ARRAY slowlimit) |
| RETURNS |
NUMERIC ARRAY |
| DESCRIPTION |
MESA Adaptive Moving Average |
| ADDITIONAL INFO |
MAMA stands for MESA Adaptive Moving Average. |
| EXAMPLE |
Mama(close, 9, 14) |
| |