PureBytes Links
Trading Reference Links
|
<span
>Thanks !
<span
>
<span
>Mr Valley
<span
>
<font size=2 color=black
face=Tahoma>-----Original
Message-----
From: Fred
[mailto:fctonetti@xxxxxxxxx]
Sent: Wednesday, May 07, 2003
12:11 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: MACD
Delta%
<span
>
<font size=2 color=black
face="Courier New">My understanding of MACD is ...<font size=2
color=black face="Courier New">
MACD is defined as
EMA1 = EMA(C, Len1);
EMA2 = EMA(C, Len2);
EMAD = EMA1 - EMA2;
EMAS = EMA(EMAD, Len3);
Where the lengths are whatever you want i.e. 8/17/9 in the case you
are describing.
MACDDelta = 100 * (EMAS - Ref(EMAS, -1)) / Ref(EMAS, -1);
--- In amibroker@xxxxxxxxxxxxxxx, "Mr Valley"
<valleymj@xxxx> wrote:
> Hi,
>
> Does anyone have the correct formula for MACD Delta %
>
> e.g. MACD DLT 8/17/9 DY — Mc8dD
>
> Thanks,
>
> Mr Valley
<font size=2 color=black
face="Courier New">Send BUG REPORTS to bugs@xxxxxxxxxxxxx<font
size=2 color=black face="Courier New">
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: <a
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html<font
color=black>
<span
>Your use of
Yahoo! Groups is subject to the Yahoo!
Terms of Service.<span
>
Yahoo! Groups Sponsor
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|