PureBytes Links
Trading Reference Links
|
Hi Roy,
This is perfect Thank you very much, appreciate your
help.
Best Regards,
VM
--- Roy Larsen <rlarsen@xxxxxxxxxxxxxx> wrote:
> Hi VM
>
>
> Try this formula for finding securities that close
> at least 40% down on the highest close for the last
> 200 bars.
>
> C<=HHV(C,200)*.6;
>
> And this one for the number of bars in the last 100
> that C has been greater than or equal the highest
> close of the last 100 bars.
>
> Sum(C>=.9*LastValue(HHV(C,100)),100);
>
> Check my maths - you may want to calculate the
> percentages differently. I haven't tried to provide
> a filter formula that you could use with these
> possible exploration columns as you weren't clear on
> whether you want to use them together or separately.
>
>
> Regards
>
> Roy
> www.metastocktips.co.nz
>
>
> ----- Original Message -----
> From: vinod mahadik
> To: equismetastock@xxxxxxxxxxxxxxx
> Sent: Tuesday, November 15, 2005 12:05 PM
> Subject: [EquisMetaStock Group] Help needed to write
> explore condition
>
>
> Hi All,
>
> I am trying to write condition for Explore and I
> want to find out
> stocks whose current closing price is 40 % less than
> HHV(C, 200) and I
> also want the count of days it has reached /crossed
> at 90 percent of HHV
> (C, 100) in last 100 days. Can somebody help me to
> write this
> condition ? Thanks in advance.
>
> Regards, VM
>
>
>
>
>
>
>
>
--------------------------------------------------------------------------------
> YAHOO! GROUPS LINKS
>
> a.. Visit your group "equismetastock" on the web.
>
> b.. To unsubscribe from this group, send an email
> to:
> equismetastock-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the
> Yahoo! Terms of Service.
>
>
>
--------------------------------------------------------------------------------
>
>
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/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/
|