PureBytes Links
Trading Reference Links
|
Oops, missed a PERIOD on the previous. This should be right:
_____
PERIOD:=Input("PERIOD FOR DBL STO",1,1000,10);
denom1:= If(HHV(H,PERIOD)-LLV(L,PERIOD)>0, HHV(H,PERIOD)-LLV
(L,PERIOD), 1);
P1:= Mov(((C-LLV(L,PERIOD))/ denom1)*100,3,E);
denom2 := If(HHV(P1,PERIOD)-LLV(P1,PERIOD)>0, HHV(P1,PERIOD)-LLV
(P1,PERIOD), 1);
Mov(((P1-LLV(P1,PERIOD))/denom2)*100,3,E)
_____
Harold
------------------------ Yahoo! Groups Sponsor ---------------------~-->
ReplayTV: Control live television
Special Sale: 50% off ReplayTV
CNet Ranked #1 over Tivo!
http://us.click.yahoo.com/aUMW7B/A6qGAA/ySSFAA/BefplB/TM
---------------------------------------------------------------------~->
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/
|