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?
MACD function 2
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Denis,
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.How I can change Close values for MACD in source series to another (Open, High, ...) ?
Try using this:And how change color for histogram element in MACD function, property
Series.FunctionType.asMACD.Histogram.asVolume.LinePen.Color doesn't work?
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 |
Instructions - How to post in this forum |