PureBytes Links
Trading Reference Links
|
Vladimir,
You will need the newest version of the DLL which has the variable
DLL for a RSI. Its in the files section here or at the equis forum.
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, "v" <entinv@xxxx> wrote:
> I did, still doesn't find the function. At the same time DMI that
also
> calls ForumDLL works.
> -----Original Message-----
> From: equismetastock@xxxxxxxxxxxxxxx
> [mailto:equismetastock@xxxxxxxxxxxxxxx]On Behalf Of Roy Larsen
> Sent: Friday, August 19, 2005 4:53 PM
> To: equismetastock@xxxxxxxxxxxxxxx
> Subject: Re: [EquisMetaStock Group] (DMZ) Dynamic Momentum Index
>
>
> V
>
> Restart MetaStock.
>
> Kind regards
>
> Roy
> www.metastocktips.co.nz
>
>
>
>
>
> ----- Original Message -----
> From: v
> To: equismetastock@xxxxxxxxxxxxxxx
> 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
> -----Original Message-----
> From: equismetastock@xxxxxxxxxxxxxxx
> [mailto:equismetastock@xxxxxxxxxxxxxxx]On Behalf Of pumrysh
> Sent: Friday, August 19, 2005 1:53 AM
> To: equismetastock@xxxxxxxxxxxxxxx
> Subject: [EquisMetaStock Group] (DMZ) Dynamic Momentum Index
>
>
> 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 Business finance course Business to business
finance
> Small business finance
> Business finance consultant Business finance magazine
Business
> finance schools
>
>
> --------------------------------------------------------------------
--------
> --
> YAHOO! GROUPS LINKS
>
> a.. Visit your group "equismetastock" on the web.
>
> b.. To unsubscribe from this group, send an email to:
> equismetastock-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service.
>
>
> --------------------------------------------------------------------
--------
> --
------------------------ Yahoo! Groups Sponsor --------------------~-->
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hrde2vv/M=362343.6886682.7839641.1493532/D=groups/S=1705375617:TM/Y=YAHOO/EXP=1124507449/A=2894350/R=0/SIG=10tj5mr8v/*http://www.globalgiving.com">Make a difference. Find and fund world-changing projects at GlobalGiving</a>.</font>
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|