[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [EquisMetaStock Group] Help with Metastock Exploration Creation



PureBytes Links

Trading Reference Links

Hi Sunando
 
 
Same suggestions apply as I gave to Chorlton. This code gives crossovers both ways. you can remove the expression you don't need, or slpit one cross into one column and the reverse cross into another.
 
If you change the exploration to use exponential moving averages you must make sure the number of records used is around 100 or more. Using a setting of "Load Minimum Records" will give incorrect results with EMAs.
 
{Filter}
A:=Mov(C,13,S);
B:=Mov(C,30,S);
Cross(A,B) OR Cross(B,A);
 
 
An alternative way of setting up the exploration is ..
 
{Column A}
A:=Mov(C,13,S);
B:=Mov(C,30,S);
Cross(A,B) OR Cross(B,A);
 
{Filter}
{colA;}
 

Kind regards
 
 
 
 

 
----- Original Message -----
Sent: Thursday, June 16, 2005 1:00 AM
Subject: Re: [EquisMetaStock Group] Help with Metastock Exploration Creation

Roy
can u help me forming a exploration of 13/30 day
crossover of moving averages?
Sunando

--- Roy Larsen <rlarsen@xxxxxxxxxxxxxx> 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! Mail Mobile
Take Yahoo! Mail with you! Check email on your mobile phone.
http://mobile.yahoo.com/learn/mail




Yahoo! Groups Links