[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [EquisMetaStock Group] Re: What is the formula of 2 MACD Signal Lines and how to plot them inner window



PureBytes Links

Trading Reference Links

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&#39;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 image

Attachment: MACD2.jpg
Description: JPEG image