View Single Post
  #130 (permalink)  
Old 06-02-2006, 03:48 AM
elihayun's Avatar
elihayun elihayun is offline
Senior Member
 
Join Date: Jan 2006
Posts: 350
elihayun is on a distinguished road
Quote:
Originally Posted by firedave
Hi elihayun, if I don't mistake MACD(5,45,1) is similar to EMA5 EMA45 cross indicator since the signal MA is 1. I could be wrong though
No, it is not. It's the difference between them.
See the code in the MACD indicator:
ind_buffer1[i]=
iMA(NULL,0,FastEMA,0,MODE_EMA,PRICE_CLOSE,i)
-
iMA(NULL,0,SlowEMA,0,MODE_EMA,PRICE_CLOSE,i);
Reply With Quote