I have been calculating exponential moving averages in Excel using a formula I found on the Internet
EMA=(2/(N+1))*Spot+(1-(2/(N+1)))*Previous EMA), copied and pasted down the column.
Can anyone provide a formula to calculate an EMA in Excel that's more "exponential", i.e. even heavier weight to the recent values?
For example, if the current "strength" of the most recent data in the standard EMA formula above is 2 (just an example, don't know if it's true), then how to increase the "strength" to be, say 3 or 4?
Thank you.
EMA=(2/(N+1))*Spot+(1-(2/(N+1)))*Previous EMA), copied and pasted down the column.
Can anyone provide a formula to calculate an EMA in Excel that's more "exponential", i.e. even heavier weight to the recent values?
For example, if the current "strength" of the most recent data in the standard EMA formula above is 2 (just an example, don't know if it's true), then how to increase the "strength" to be, say 3 or 4?
Thank you.