The very neat technique thst Allan Hull uses for his 26-day EMA which pulls the Moving Average right in with a minute lag is available. The heart of his code is:
Hull = WMA( 2*WMA(Ref(C,22),int(Period/2))- WMA(Ref(C,22),Period),int(sqrt(Period))); He uses a very nice half period and square root which I gave found adaptable in other equations.
