Error 16. Too many arguments

Occurs when too many arguments were specified when calling the function. For example:

m = MACD( 12, 26, 3 ); // error: MACD needs only 2 parameters, but 3 are specified