[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Dynamic Zones Code



PureBytes Links

Trading Reference Links

Sorry, did not notice there was a function along with the indicator...here
it is.

 { From "Andy" ==adle@xxxxxxxxxx==}
{submitted to omega-list on 3/16/98}

{define a user function named MTM; here's the code for it: }





Inputs: R(numeric),S(numeric);



if C-C[1]<>0 then Mtm=Xaverage(Xaverage(C-C[1],R),S)/

Xaverage(Xaverage(AbsValue(C-C[1]),R),S)

else Mtm=Mtm[1];






----- Original Message -----
From: "Nurudin Kaba" <n.kaba@xxxxxxxxxx>
To: "IndexTrader" <indextrader@xxxxxxxxxxxxx>
Sent: Tuesday, November 19, 2002 5:51 PM
Subject: RE: Dynamic Zones Code


> what does the Mtm in Osc=Mtm(R,S); stand for?
>
> Thanks