PureBytes Links
Trading Reference Links
|
Hi Ron,
Thank you once again. I gone through the link which you have given. Very good.
Do you have the metastock formula for "Trend Initiation" ?
Thanks in advance
Amita
rsb_44 <rsb_44@xxxxxxxxxxx> wrote:
Hi Amita-
http://www.iqchart.com/partner/bigtrends/education/technical_diverganc
e.asp
I don't think he went over it in his recent Equis presentation.
Regards,
Ron
--- In equismetastock@xxxxxxxxxxxxxxx, amit 2007 <amita_investor@xxx>
wrote:
>
> Hi Ron,
>
> Thank you very much for your quick response .This is the formula,
what I was searching for.
>
> I would also be grateful if you could pls. send me the
articles/ebooks/webinars
> regarding this strategy, if available.
>
> Expecting valuable comments from other members also.
>
> Thanks in advance,
>
> Amita
>
>
> rsb_44 <rsb_44@xxx> wrote:
> Hi Amita -
>
> While I don't qualify as a member of your desired respondent set
(on
> either count), this may come close to what you want. I believe it
> roughly approximates the code he has on p.114. Note that he doesn't
> use MacdMA unless it's hiding in the EasyLangauge code. I've
> commented it out here.:
> ***********************************************************
> 30;
> 90;
>
> LookBk:=Input("Setting",1,50,15);
> ShMA:= Input("ShMA",2,250,12);
> LoMA:= Input("LoMA",2,250,26);
> {SiMA:= Input("SiMa",2,250,9);}
> RSBmacd:= Mov(C,ShMA,E)-Mov(C,LoMA,E);
> {Signal:= Mov(RSBmacd,SiMA,E);}
>
> Value1:=If(HHV(RsbMacd,LookBk)-LLV(RsbMacd,LookBk)<>0,HHV
> (RsbMacd,LookBk)-LLV(RsbMacd,LookBk),50);
>
> Value2:=If(HHV(C,LookBk)-LLV(C,LookBk)<>0,HHV(C,LookBk)-LLV
> (C,LookBk),50);
>
> Plot1:=(C-LLV(C,LookBk))/Value2;
> 100*Plot1;
>
> Plot2:=(RSBmacd-LLV(RSBmacd,LookBk))/Value1;
> 100*Plot2;
> *************************************************
> He uses a setting of 40 is his intrmediate term setting. He
> recommends looking at both.
>
> Regards,
> Ron
>
> --- In equismetastock@xxxxxxxxxxxxxxx, amit 2007 <amita_investor@>
> wrote:
> >
> > Hi All,
> >
> > Does anybody have the meta sock formula for price
> headley's "Momentum Divergence" ?
> >
> > I feel this is more powerful than any other divergence indicator,
> since the price and indicator plotting in the same chart with same
> scale.
> >
> > I expect reply from senior expert members.
> >
> > Thanks in advance,
> >
> > Amita
> >
> >
> > ---------------------------------
> > Never miss a thing. Make Yahoo your homepage.
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>
>
> ---------------------------------
> Be a better friend, newshound, and know-it-all with Yahoo! Mobile.
Try it now.
>
> [Non-text portions of this message have been removed]
>
---------------------------------
Never miss a thing. Make Yahoo your homepage.
[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/
|