V
Restart MetaStock.
Kind regards
----- Original Message -----
Sent: Saturday, August 20, 2005 8:22 AM
Subject: RE: [EquisMetaStock Group] (DMZ) Dynamic Momentum
Index
I've
got latest ForumDLL installed but still getting message that ExtFml(
"ForumDLL.VarRSI",x ,vt) is not found
in the
specified DLL. Any ideas?
Thanks,
Vladimir
Here is an indicator which uses a lowlag ema and
the latest RSI DLL from the Equis Forum (found in our files
section).
This indicator is similar to the Jurik
DMX.
{(DMZ)Dynamic Momentum Index} {similar to the Jurik DMX- a
lowlag DMI} {written by Preston Umrysh} {This indicator uses Dll
software developed by MetaStock Forum Crew} {http://forum.equis.com)} Vt:=(Stdev(C,5)/Mov(Stdev(C,5),10,E))*10; Vt:=Max(vt,.0000001); Period:=
Input("ZeroLag Period",1,250,10); EMA1:= Mov(C,Period,E); EMA2:=
Mov(EMA1,Period,E); Difference:= EMA1 - EMA2; ZeroLagEMA:= EMA1 +
Difference; x:=ZeroLagEMA; ExtFml( "ForumDLL.VarRSI",x
,vt) {end}
Enjoy,
Preston
SPONSORED LINKS
YAHOO! GROUPS LINKS
|