but the code for Allan Hull's 26 period MA is available - the key line is:
Hull = WMA( 2*WMA(Ref(C,22),int(Period/2))-
WMA(Ref(C,22),Period),int(sqrt(Period)));

and his use of the half-period and square root is easily adaptable to
other indicators.


Reply via email to