Search found 5 matches

by Tomato
Fri Sep 17, 2004 12:34 am
Forum: .NET
Topic: Point & Figure Chart with Reversal Dates
Replies: 4
Views: 9918

Success!

Ok, I ran a modified version of CalcMaxColumns in order to record the reversal dates. Ignoring the Draw commands (since I wasn't doing the drawing), I created an array to store the desired labels. Whenever the column for the P&F changed, I would write a (formatted) date to this array, fetching the D...
by Tomato
Fri Sep 10, 2004 5:56 am
Forum: .NET
Topic: Stopping End & Start Points joining?
Replies: 3
Views: 7652

We just had a similar problem. I was trying to display 4 series on a chart, which were all in the same table with a common date series. Some of the series had null data for their first points as they didn't start at the same time. The problem occured when displaying the data in a chart with some ser...
by Tomato
Wed Sep 01, 2004 11:51 pm
Forum: .NET
Topic: Point & Figure Chart with Reversal Dates
Replies: 4
Views: 9918

Interesting. I see this will enable me to manually set the label on the horizontal axis, but my problem is retrieving the date of the reversal for the point and figure series. Currently it still looks like I will have to manually calculate the point and figure chart to be able to record the reversal...
by Tomato
Fri Aug 20, 2004 12:00 am
Forum: .NET
Topic: Point & Figure Chart with Reversal Dates
Replies: 4
Views: 9918

Point & Figure Chart with Reversal Dates

Hi, we've been trying for a while to use the point and figure charts, and to also display the reversal date in the bottom axis, instead of just having the points labelled 0, 1, 2, 3, ... Setting a Date Field to the Labels member of the series doesn't help - it doesnt seem to be used in the transform...
by Tomato
Fri Jun 25, 2004 5:07 am
Forum: .NET
Topic: Point and Figure Charts
Replies: 2
Views: 39813

Point and Figure Charts

I am currently building a financial application, which uses Point and Figure Charts. I would like to know is more about how TChart calculates Point and Figure Charts. We would like to provide three charts in a variety of ways based on: -Closing Price. -High or low price for upward movements and down...