DEMA(X,N) = 2* EMA(X,N) - EMA(EMA(X,N),N)Originally posted by Quah
What is a "double EMA"? The EMA of a EMA?
Originally posted by Mr Subliminal
tampa, I've got a meeting set up with Mathis and Rundy in London next Saturday and hopefully I'll be able to learn a little more about their groundbreaking work. Unfortunately they won't be officially speaking at the conference and I had to use the influence of a mutual colleague to arrange the meeting. They are very publicity shy - typical academicians.
http://www.sta-uk.org/ifta_2002.htm

Originally posted by Traden4Alpha
Sounds like we have two definitions of "Double EMA" I'm refering to the one developed by Patrick Mulloy in the Jan 94 TASC and summarized on p121-123 of "TA from A to Z" by Achelis. Anyone know for sure which one is used by Mathis and Rundy?
RE: fractions: Unlike simple moving averages (SMAs), the math on all EMAs works with any number of periods greater than 1 (weird stuff happens if N<1). The exponential percentage (which is the weight on the most recent data sample) is 2/(N+1). So, if N = 6.371, then this percentage would be: 27.13%.
Absolutely! Its all described in Achelis. Page 122 describes the spreadsheet for Double EMA, and p208 shows the spreadsheet for the regular EMA calcs that needed to do the two components of DEMA.Originally posted by tampa
Is this something that can be done in Excel?
And if I could import live data from Q-Charts, could I graff it?