PureBytes Links
Trading Reference Links
|
Barry
hope this helps,
r:=H-L;
r10:=Mov(r,10,S);
orx:=(O-L)/r;
crx:=(C-L)/r;
rsi1:=Ref(RSI(14),-1);
bullbarz:=Sum(orx<=.2 AND crx>=.8 AND RSI(14)<30 AND RSI(14)>rsi1
AND r>r10,2)=2;
bearbarz:=Sum(orx>=.8 AND crx<=.2 AND RSI(14)>75 AND RSI(14)<rsi1
AND r>r10,2)=2;
If(bullbarz,1,If(bearbarz,-1,0))
--- In Metastockusers@xxxxxxxxxxxxxxx, "Barry Vincent" <189@xxxx>
wrote:
>
> Hi Group
> I am looking for the pristine 20—20 Metastock formulas.
> I seen them some place but I can't remember where it was.
> I have look all the places that I know to look.
> Please help if any one knows where it is.
> Thanks
> Barry Vincent
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/zMEolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|