MACD function 2

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

MACD function 2

Post by Denis » Tue Oct 31, 2006 10:10 am

Hi,
How I can change Close values for MACD in source series to another (Open, High, ...) ?

And how change color for histogram element in MACD function, property
Series.FunctionType.asMACD.Histogram.asVolume.LinePen.Color doesn't work?

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

Post by Narcís » Tue Oct 31, 2006 11:18 am

Hi Denis,
How I can change Close values for MACD in source series to another (Open, High, ...) ?
I'm not sure of what you are asking. However, if you want to change a function datasource, please read "Tutorial 7 - Working with Functions". You'll find the tutorials at TeeChart's program group.
And how change color for histogram element in MACD function, property
Series.FunctionType.asMACD.Histogram.asVolume.LinePen.Color doesn't work?
Try using this:

Code: Select all

TChart1.Series(1).FunctionType.asMACD.Histogram.Color = vbYellow
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