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

[EquisMetaStock Group] Re: Pick stocks using Stochastic Indicator



PureBytes Links

Trading Reference Links

Alwin,

Recently I introduced an indicator that I called the Normalized 
Indicator. It is the basic form of a Stochastic. Here are both:

{Normalized Indicator}
Ind:= {your indicator here};
Npds:=Input("periods to normalize",
1,500,48);
Norm:=(Ind-LLV(Ind,Npds))
/(HHV(Ind,Npds)-LLV(Ind,Npds)+.0000001)*100;
Norm


{Stoch Indicator}
Ind:= Close;
Npds:=Input("periods to normalize",
1,500,48);
ZStoch:=(Ind-LLV(Low,Npds))
/(HHV(High,Npds)-LLV(Low,Npds)+.0000001)*100;
ZStoch;
KSmooth:=Input("periods to smooth",1,500,3);
ksmooth:=mov(zstoch,ksmooth,simple); ksmooth;
DSmooth:=Input("periods to smooth",1,500,3);
dsmooth:=mov(zstoch,dsmooth,simple); dsmooth;


The help file also contains a formula as well which is:
The following formula calculates a 13,25,2 Stochastic Momentum Index.
100 * ( Mov( Mov(C - (0.5 * ( HHV(H,13) + LLV(L,13))),25,E),2,E) / 
(0.5*Mov( Mov( HHV(H,13) - LLV(L,13),25,E),2,E)))

There is an exploration already built into metastock. Let me 
encourage you to read your manual and the Formula Primer.

Preston





--- In equismetastock@xxxxxxxxxxxxxxx, Alwin Chuah <ctk188@xxx> 
wrote:
>
>  
>   Variable = value i can change myself. Input field. 
>   Yes I am lokking for exploration 
>   Thanks
>   Alwin Chuah 
>   
> 
> pumrysh <no_reply@xxxxxxxxxxxxxxx> wrote:
>           Alwin,
> 
> Can you explain what you mean by variable?
> 
> Do you wish to be able to change the value or do you wish for it 
to 
> change by itself?
> 
> Are you also looking for an exploration?
> 
> Preston
> 
> --- In equismetastock@xxxxxxxxxxxxxxx, Alwin Chuah <ctk188@> 
> wrote:
> >
> > Hi 
> > I am looking for a formula that can do the following:-
> > 
> > Using Stochastic Oscillator
> > 
> > %K = 20 ( variable)
> > Slowing 3
> > 
> > %D
> > Time period = 3 
> > Method =Simple
> > 
> > To identify stocks that met the following condition:-
> > When %K cross up %D in the Equal or Below 20 region and the 
> volume is higher than the volume for the past 5 days = Variable 
> > Thanks
> > Alwin Chuah ( KL - Malaysia)
> > 
> > 
> > 
> > 
> > 
> > ---------------------------------
> > Yahoo! oneSearch: Finally, mobile search that gives answers, not 
> web links. 
> > 
> > [Non-text portions of this message have been removed]
> >
> 
> 
> 
>          
> 
>  
> ---------------------------------
> Don't be flakey. Get Yahoo! Mail for Mobile and 
> always stay connected to friends.
> 
> [Non-text portions of this message have been removed]
>




 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/equismetastock/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/equismetastock/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:equismetastock-digest@xxxxxxxxxxxxxxx 
    mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx

<*> 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/