Exponential Moving Average Difference

The Exponential Moving Average Difference is the difference of two Exponential Moving Averages calculated on PERIOD1 and PERIOD2 time periods.

Syntax:

ExpMovAvgDiff
ExpMovAvgDiff()
ExpMovAvgDiff(“Period1”, ”Period2”)
ExpMovAvgDiff(“OutPutStartCell”, “Period1”, ”Period2”)

Inputs:

'Close' column values

Parameters:

Examples:

ExpMovAvgDiff
ExpMovAvgDiff()
ExpMovAvgDiff(“12”, ”26”)
ExpMovAvgDiff(12, 26)
ExpMovAvgDiff(“G2”, “12”, ”26”)
ExpMovAvgDiff(G2, 12, 26)


Copyright © 1998-2012 Franz AG
Visit website: http://www.analyzerxl.com
Send feedback: [email protected]