MACD function

TeeChart for ActiveX, COM and ASP
Post Reply
Denis
Newbie
Newbie
Posts: 11
Joined: Thu Oct 26, 2006 12:00 am
Contact:

MACD function

Post by Denis » Fri Nov 17, 2006 10:49 am

Hi,
The MACD function has 3 period, but on the chart drawning only 2 lines and histogram, value of histogram(x) = line1(x) - line2(x), where is line 3 ?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Nov 17, 2006 12:53 pm

Hi Denis,

Please read this MACD's definition. Could you please provide us with some more extensive information of what you are describing?

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Denis
Newbie
Newbie
Posts: 11
Joined: Thu Oct 26, 2006 12:00 am
Contact:

Post by Denis » Fri Nov 17, 2006 1:42 pm

Sorry, I don't understand ,
in the property dialog for MACD function I see three properties:
1. Histogram
2. MACD
3. Exp. Line

Is Exp. Line equal signal line from http://en.wikipedia.org/wiki/MACD or this line is EMA line ?

How to hide candle series ? This series work slowly when number of candles greater N (depending on machine) on the screen, I want to hide candle series and show fast line series (example by closing price).

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Nov 20, 2006 11:50 am

Hi Denis,

For MACD function, the function ParentSeries shows EMA[25] which is EMA[26]-EMA[12]. IOther shows EMA[9] of ParentSeries, i.e.: EMA[9] of (EMA[26]-EMA[12]). IHisto shows the difference between MACD and IOther. MACD.ParentSeries shows MACD, MACD.IOther shows the "signal", MACD.IHisto shows the histogram, i.e.: the difference between MACD and "signal". The "exp line" is the signal.

Hope this helps.
How to hide candle series ?
You can set its Active property to false.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply