PureBytes Links
Trading Reference Links
|
no pierre there's a difference
(weekly data is smooother)
searche the group wih for the "daily exploration on
weekly chat" post by roy
the queston comes pretty regularly so there must be
other posts in the list
regards,
--- Pierre Tremblay <pt2000@xxxxxxxxxxxxxxxx> wrote:
> Maybe if you change every 10 by 50 in the formulas.
>
> Pierre
>
> mdtmn a écrit:
>
> >Hi All,
> >The Double Stochastic
> >"Double Stochastic - 10 Period II
> >{demominators defined to eliminate divide by zero
> errors}
> >
> >denom1:= If(HHV(H,10)-LLV(L,10)>0,
> HHV(H,10)-LLV(L,10), 1);
> >P1:= Mov(((C-LLV(L,10))/ denom1)*100,3,E);
> >denom2 := If(HHV(P1,10)-LLV(P1,10)>0,
> HHV(P1,10)-LLV(P1,10), 1);
> >Mov(((P1-LLV(P1,10))/denom2)*100,3,E)"
> >By Jim
> >Atlanta GA from Trader.online.PL
> >
> >OR
> >
> >
> >H1:=70;
> >H2:=40;
> >H1;
> >H2;
>
>P1:=Mov(((C-LLV(L,10))/(HHV(H,10)-LLV(L,10)))*100,3,E);
>
>Mov(((P1-LLV(P1,10))/(HHV(P1,10)-LLV(P1,10)))*100,3,E)
> >
> >The above having some horizontal reference lines
> >
> >Is it possible to plot the weekly indicator
> >on a daily chart ?
> >
> >Thanks
> >Michael B
> >mdtmn@xxxxxxxxxxxxxxxx
> >
> >
> >
> >
> >
> >
> >To unsubscribe from this group, send an email to:
> >Metastockusers-unsubscribe@xxxxxxxxxxx
> >
> >
> >
> >Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
> >
> >
> >
> >
> >
> >
>
>
>
>
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
------------------------ Yahoo! Groups Sponsor ---------------------~-->
ReplayTV: Control live television
Special Sale: 50% off ReplayTV
CNet Ranked #1 over Tivo!
http://us.click.yahoo.com/aUMW7B/A6qGAA/ySSFAA/zMEolB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|