PureBytes Links
Trading Reference Links
|
Rick,
You may not be getting a value from the Fml("Zig Trend Cycle")
variable.
To check this try:
vp:=Fml("Zig Trend Cycle");
vp;
When I replaced vp:=Fml("Zig Trend Cycle"); with
vp:= 10;
the plot was fine.
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, rickbriggs1 <no_reply@xxx>
wrote:
>
> I'm trying to use the forum.dll functions to rewrite Chande's
StochRSI
> for variable periods and something is wrong somewhere. Can anyone
spot
> the problem? It doesn't plot. I have included the original PS
StochRsi
> formula for reference at the end. Any help would be freatly
> appreciated. Thanks in advance. Rick.
>
> vp:= Fml("Zig Trend Cycle");
> Sum(ExtFml("forumdll.VarRSI",C,vp)-ExtFml("forumdll.VarLLV",
> ExtFml("forumdll.VarRSI",C,vp),vp),3)/Sum(ExtFml("forumdll.VarHHV",
> ExtFml("forumdll.VarRSI",C,vp),vp)-ExtFml("forumdll.VarLLV",ExtFml
> ("forumdll.VarRSI",C,vp),vp),3)*100;20;80
>
> {Original:
> Sum(RSI(10)-LLV(RSI(10),10),3)/Sum(HHV(RSI(10),10)-LLV(RSI
(10),10),3))*100;
> 20;
> 80}
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|