PureBytes Links
Trading Reference Links
|
Wallace,
Look in the files section for 2 files...Formula Book and Metastock
Formulas. Both of these will explain a bit more about highest and
lowest. The formula that you provided produces range bands. You can
use highest and lowest close values but I doubt there would be any
benefit.
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, murusprimus <no_reply@xxxx>
wrote:
>
>
> Is there and what is the code for Highest Close/Lowest Close ?
> can the code be used in this:
>
> x:=(H-L) / (H+L) /2;
> UB:=Mov(H*(1+((2*X)*100)*.01),10,E);
> LB:= Mov(L*(1-((2*X)*100)*.01),10,E);
> UB;LB;
>
> Thanks. Wallace.
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/BefplB/TM
--------------------------------------------------------------------~->
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/
|