PureBytes Links
Trading Reference Links
|
Investman/Investocker (you've got to make up your mind what you want
to invest in), experiment with the Indicator/Exploration code below:
---8<----------------------
{ Williams %R periods }
pds:=14;
{ 1st Williams %R threshold }
threshold1:=-100;
{ 2nd Williams %R threshold }
threshold2:=-95;
{ Alert periods for Williams %R threshold1 }
pdsAlert1:=21;
{ Alert periods for final condition }
pdsAlert2:=63;
{ Williams %R }
Wr:=WillR(pds);
{ Alert Williams %R = -100 }
touchdown:=Alert(Wr<=threshold1,pdsAlert1);
{ Williams %R retrieved to -95 }
retrival:=Cross(Wr,threshold2);
{ Condition }
Alert(touchdown AND retrival,pdsAlert2)
---8<----------------------
jose '-)
http://www.metastocktools.com
--- In equismetastock@xxxxxxxxxxxxxxx, investman <investman@xxxx>
wrote:
>
> Hi,
> Can any one help me in this. Or point me to where I can find the
> formula ?
> Thanks
>
>
> On Fri, 11 Mar 2005 03:47:06 -0000, investocker <investock@xxxx>
wrote:
>
>
> Hi,
>
> Can any one help me with exploration with the following criteria:
>
> Williams%R touched -100 and retrieved to -95
>
> I should be able to screen stocks for the above by varying the time:
> for example I want to screen scrips which confirmed to the above
> condition say one month back, two months back etc., or yesterday
> etc.,
>
> Thanks
------------------------ 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/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/
|