__._,_.___
Ghandi:
This web site does not allow attachments or illustrations. You need to post them in the files section.
Lionel
From: equismetastock@xxxxxxxxxxxxxxx [mailto:equismetastock@xxxxxxxxxxxxxxx] On Behalf Of L.V.Gandhi
Sent: Friday, August 22, 2008 9:13 PM
To: equismetastock@xxxxxxxxxxxxxxx
Subject: Re: [EquisMetaStock Group] Re: What is the formula of 2 MACD Signal Lines and how to plot them inner window
Dear Preston,
I have copied your formula in formula editor as MACD1. I am attaching picture I got below ac MACD1. I would like to get as in MACD2. how to code it?On Fri, Aug 22, 2008 at 10:34 PM, pumrysh <no_reply@xxxxxxxxxxxxxxx> wrote:
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
__,_._,___
- References:
- [EquisMetaStock Group] What is the formula of 2 MACD Signal Lines and how to plot them inner window
- From: Colin Tan
- [EquisMetaStock Group] Re: What is the formula of 2 MACD Signal Lines and how to plot them inner window
- From: pumrysh
- Re: [EquisMetaStock Group] Re: What is the formula of 2 MACD Signal Lines and how to plot them inner window
- From: L.V.Gandhi
- RE: [EquisMetaStock Group] Re: What is the formula of 2 MACD Signal Lines and how to plot them inner window
- From: Lionel Issen
- Prev by Date: [EquisMetaStock Group] HOW TO PLOT SPREADS IN METASTOCK
- Next by Date: [EquisMetaStock Group] Re: What is the formula of 2 MACD Signal Lines and how to plot them inner window
- Previous by thread: RE: [EquisMetaStock Group] Re: What is the formula of 2 MACD Signal Lines and how to plot them inner window
- Next by thread: [EquisMetaStock Group] Re: What is the formula of 2 MACD Signal Lines and how to plot them inner window
- Index(es):