I'm using candlestick series for a financial application, I now need to add a number of pivot points to the chart, which are basically horizontal lines.
What series should I use as the y axis for each pivot point, support and resistance is constant and the x axis is a time series as per the candlestick series.
any example code would benefit.
thanks
candlesticks and pivot points
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi laurence,
In that case I recommend you to use ColorLine tools associated to the left axis. You'll find ColorLine tool examples at All Features\Welcome!\Tools\Color Line in the features demo, available at TeeChart's program group.
In that case I recommend you to use ColorLine tools associated to the left axis. You'll find ColorLine tool examples at All Features\Welcome!\Tools\Color Line in the features demo, available at TeeChart's program group.
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi laurence,
You're welcome. I'm glad to hear that helped.
You're welcome. I'm glad to hear that helped.
I don't think it is a bug. Have you tried setting NoLimitDrag to false?by the way there is a bug in the TcolorLine, when a line is drawn just outside the axis it shows in the panel area.
Code: Select all
TChart1.Tools.Items(0).asColorLine.NoLimitDrag = 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 |
Instructions - How to post in this forum |