ma_macd = ma(c, 3) - ma(c, 10); signal = ma(ma_macd, 16);
----- Original Message ----- From: "ad198500328" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Sunday, September 30, 2007 2:27 PM Subject: [amibroker] MACD that uses SMAs > Hello, > > i am trying to figure out the amibroker language but it is tough to > say the least. Could someone give me the code to make an MACD > (3,10,16) that uses SMAs instead of EMAs? > > Thanks > > > > Please note that this group is for discussion between users only. > > To get support from AmiBroker please send an e-mail directly to > SUPPORT {at} amibroker.com > > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > http://www.amibroker.com/devlog/ > > For other support material please check also: > http://www.amibroker.com/support.html > > Yahoo! Groups Links > > >
