__._,_.___Col,
Col,
I don't think there is anything special with the pic. It appears to
be a MACD as a histogram, then a MACD and its moving average. Try
these:
A:=MACD();
B:=Mov(MACD(),5,E);
A;B;
{RedGreen MACD Histogram}
X:= MACD();
Green:=If(X>Ref(X,-1),X,0);
Red:=If(X<Ref(X,-1),X,0);
Green; Red;
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, Colin Tan <ihumbleone@xxx>
wrote:
>
> hi all
> May i also kindly ask what is the formula for the 2 MACD
Signals. I have customed my MACD Signal Settings is 5. Therefore may
i know how to plot the 2 MACD lines as shown in the attached pix?
>
> The default macd signal line formula is (Mov(MACD,5,E)) but how
did the other system plot 2 lines?
>
>
> Hope to hear from you soon
> Sincere Thanks!
> Col
>
>
>
>
>
>
> New Email addresses available on Yahoo!
> Get the Email name you've always wanted on the new @ymail and
@rocketmail.
> Hurry before someone else does!
> http://mail.promotions.yahoo.com/newdomains/aa/
>
--
L.V.Gandhi
http://lvgandhi.tripod.com/
linux user No.205042
![]()
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
__,_._,___Attachment: MACD1.jpg
Description: JPEG imageAttachment: MACD2.jpg
Description: JPEG image
- Follow-Ups:
- References:
- Prev by Date: [EquisMetaStock Group] Re: Help with Bollinger bands
- Next by Date: Re: [EquisMetaStock Group] Help with Bollinger bands
- Previous by thread: [EquisMetaStock Group] Re: What is the formula of 2 MACD Signal Lines and how to plot them inner window
- Next by thread: RE: [EquisMetaStock Group] Re: What is the formula of 2 MACD Signal Lines and how to plot them inner window
- Index(es):