| 
 PureBytes Links 
Trading Reference Links 
 | 
My understanding of MACD is ...
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
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Rent DVDs Online - Over 14,500 titles.
No Late Fees & Free Shipping.
Try Netflix for FREE!
http://us.click.yahoo.com/YoVfrB/XP.FAA/uetFAA/GHeqlB/TM
---------------------------------------------------------------------~->
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 http://docs.yahoo.com/info/terms/ 
 
 |