PureBytes Links
Trading Reference Links
|
I am not well versed with formula writing for Metastock.
I always find formula as stated below.
Can anyone show me the way as to how to concert or interpret it to be
placed into the Metastock.
Thanks
richmanmg
Days:=Input("Days to Look",1,245,3);
{highest}
HighestWhat:=Input("Highest Close?=1 or High=0",0,1,0);
HighestWhat:=If(HighestWhat=1,C,H);
HighestLastFewDays:=HHV(HighestWhat,Days);
HighestLastFewDays;
{Lowest}
LowestWhat:=Input("Lowest Close?=1 or Low=0",0,1,0);
LowestWhat:=If(lowestWhat=1,C,L);
LowestLastFewDays:=LLV(LowestWhat,Days);
LowestLastFewDays;
{end}
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/
|