PureBytes Links
Trading Reference Links
|
Macd histogram variasyon
Fast:=mov(C, 12, E) - mov(C, 26, E);
Slow:=mov(Fast, 9, E);
FS:=Slow - Fast;
FSM:=Mov(FS,X,S);
FS;FSM
-------Original Message-------
From: markumansky
Date: 18.12.2006 08:09:57
To: equismetastock@xxxxxxxxxxxxxxx
Subject: [EquisMetaStock Group] Fwd: Re: MACD
thanks! that worked.
--- In equismetastock@xxxxxxxxxxxxxxx, "rk" <rk1235_mb@xxx> wrote:
>
> It can be :
>
> Fast-Slow{last line}
>
> RK
> ----- Original Message -----
> From: "markumansky" <no_reply@xxxxxxxxxxxxxxx>
> To: <equismetastock@xxxxxxxxxxxxxxx>
> Sent: 17 December, 2006 4:12 PM
> Subject: [EquisMetaStock Group] Fwd: Re: MACD
>
>
> I have tried to create the formula for MACD Histrogram and MACD
> Lines.
> Can anyone tell me what's wrong with it?
>
> --------------------
> Fast:=mov(C, 12, E) - mov(C, 26, E);
> Slow:=mov(Fast, 9, E);
> Fast;
> Slow;
> Slow - Fast;
> --------------------
>
> Thanks,
> Mark
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, markumansky <no_reply@>
> wrote:
>
> Can anyone help?
>
> --- In equismetastock@xxxxxxxxxxxxxxx, markumansky <no_reply@>
> wrote:
>
> Thank you Roy for your detailed reply.
>
> I found it. Is it possible to obtain the conventional 12/26/9
> MACD
> values in Metastock, where you can see the Histogram along with
> the
> EMA lines on the same window?
>
> Mark
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, "Roy Larsen"
> <rlarsen_quik@>
> wrote:
> >
> > Mark
> >
> >
> > MACD is not found in the Indicator Builder because it's not a
> > custom
> indicator. It's found in the drop down Indicator Quicklist right
> near
> the beginning. This list contains standard MetaStock functions
> and
> most custom indicators (there's a tick box that allows custom
> indicators to not show in the Quicklist).
> >
> > Be aware that the standard MACD MetaStock function does not use
> > 12
> and 26 as the EMA periods parameters but it uses retention
> factors of
> 0.15 an 0.075, giving a slightly different plot to the
> conventional
> 12/26 EMA period values.
> >
> > Roy
> > www.metastocktips.co.nz
> >
> >
> > ----- Original Message -----
> > From: markumansky
> > To: equismetastock@xxxxxxxxxxxxxxx
> > Sent: Friday, December 08, 2006 8:59 AM
> > Subject: [EquisMetaStock Group] Re: MACD
> >
> >
> > Asish,
> >
> > I had a look in my indicator builder and it contains no "MACD"
> > in the
> > range of indicators.
> >
> > Does the MACD indicator come standard with MS or does it needs
> > to be
> > programmed?
> >
> > Mark
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, "asis_rc" <asis_rc@>
> > wrote:
> > >
> > > --- In equismetastock@xxxxxxxxxxxxxxx, markumansky
> > > <no_reply@>
> > > wrote:
> > > >
> > > > Can someone please tell me if Metastock has a built in
> > > > standard MACD
> > > > indicator that simply shows the histogram and ema lines.
> > > > I've gone
> > > > through everything i have and can't seem to find it
> > > > anywhere.
> > > >
> > > > Any assistance provided would be much appreciated.
> > > >
> > > > Mark
> > > >
> > > Mark,
> > > Bring MACD from Indicator builder, & change the style to last
> > > but one.
> > > Asish
> > >
> >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
> --- End forwarded message ---
>
> --- End forwarded message ---
>
>
>
>
>
> Yahoo! Groups Links
>
[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/
|