PureBytes Links
Trading Reference Links
|
Hi Roy,
I have also Posted a quick reply saying Thanks but as I just thought
of something else, I thought I'd send you another message (if you
don't mind).
How can I modify the exploration that you kindly wrote below to
include the following criteria?
4) the Previous days Close finished HIGHER than the Close of 2 Days
ago
In other words, overall I am looking to select stocks that have
closed higher each day over the previous 2 days but today has closed
down compared to yesterdays close and also on 50% less volume and
with a 50% less Spread compared to the previous 2 days Volumes &
Spreads.
I hope this makes sense.
Any help much appreciated,
Chorlton
--- In equismetastock@xxxxxxxxxxxxxxx, "Roy Larsen" <rlarsen@xxxx>
wrote:
> Hi Chorlton
>
> Try this in the filter section of a new exploration. Open the
Options for this new
> exploration and make sure the filter is enabled.
>
> {Filter}
> {1} V < 0.5*Ref(LLV(V,2),-1) AND
> {2} (H-L) < 0.5*Ref(LLV(H-L,2),-1) AND
> {3} C < Ref(C,-1);
>
> You could also write the exploration as follows.
>
> {Column A}
> {1} V < 0.5*Ref(LLV(V,2),-1) AND
> {2} (H-L) < 0.5*Ref(LLV(H-L,2),-1) AND
> {3} C < Ref(C,-1);
>
> {Filter}
> colA
>
>
> Regards
>
> Roy Larsen
> www.metastocktips.co.nz
>
>
>
>
> ----- Original Message -----
> From: chorlton_c_hardy
> To: equismetastock@xxxxxxxxxxxxxxx
> Sent: Wednesday, June 15, 2005 8:30 AM
> Subject: [EquisMetaStock Group] Help with Metastock Exploration
Creation
>
>
> Hi All,
>
> I am having problems creating new explorations in Metastock (based
> on certain specific criteria) & as I have very little knowledge of
> programming, any help would be appreciated, especially as I think
> what I want to do is quite complicated.
>
> I want to create an exploration that selects stocks based on the
> following 3 criteria.
>
>
> 1) Volume is below 50%, compared to the volume on both the
previous
> 2 days
> 2) The "Spread" is below 50%, compared to both the "Spread" of the
> previous 2 days.
> 3) A Close of the day finishes down compared to the previous day
>
> PS. The definition of the word "Spread" which I have used above is
> the difference between the HIGH and LOW price for 1 day
>
>
> Hopefully, this makes sense but should anyone need further
> information, please let me know.
>
> Many Thanks in advance
>
> Chorlton
>
>
>
>
>
>
>
> -------------------------------------------------------------------
-------------
> Yahoo! Groups Links
>
> a.. To visit your group on the web, go to:
> http://groups.yahoo.com/group/equismetastock/
>
> 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! 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/
|