Page 1 of 1

MACD function 2

Posted: Tue Oct 31, 2006 10:10 am
by 9532893
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?

Posted: Tue Oct 31, 2006 11:18 am
by narcis
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