MaxVisibleSeriesValue and MinVisibleSeriesValue for Candle?

TeeChart for ActiveX, COM and ASP
Post Reply
GLSWG
Newbie
Newbie
Posts: 39
Joined: Fri Jan 09, 2004 5:00 am

MaxVisibleSeriesValue and MinVisibleSeriesValue for Candle?

Post by GLSWG » Wed Jul 28, 2004 12:03 pm

Hi,
Was the problem solved anyhow in activex 6 version? I have the same problem as here:
Hi,
TeeChart MaxVisibleSeriesValue and MinVisibleSeriesValue Methods aren't
working properly in Candle Series. Results of these methods deal with Close
values of Candle.
Is there a way (methods) that handle Max and Min Visible Value of Candle
Series?
There was a workaround but it didn't work in the case when there were more same higest close value in visible area of chart.

Is it solved yet?

Thanks.
Michael.

Pep
Site Admin
Site Admin
Posts: 3301
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Wed Jul 28, 2004 1:50 pm

Hi Michael,

yes, in TC v6 we added Series based methods Max and MinVisibleValue.
You can download the TC v6 from our web site and test if it works fine for you.

GLSWG
Newbie
Newbie
Posts: 39
Joined: Fri Jan 09, 2004 5:00 am

Post by GLSWG » Mon Aug 02, 2004 10:46 am

Hi Josep,

Thankk you for reply. But, actually I meant another thing. It's true in TC 6 it is possible to choose series index you want to calculate for. However here's a problem to choose <b> within the serie </b> the values based on which to calculate.
> But, when there are more same higest close value in visible area of chart,
> MaxVis value may be wrong because of first location.
Yes, that's because TeeChart calculates the MaxVisibleSeriesValue and
MinVisibleSeriesValue using the Close Values of a Candle Series <gg>! I'll
put the idea of being able to choose the value (Open, High, Low, Close)
which is used to make these calculations down on our feature request list
for the TeeChart Pro v5 ActiveX Control.

Best regards,

Christopher Ireland
Steema Software SL
That what I meant when was asking of solution in TC6.

Thanks.

Michael.

Pep
Site Admin
Site Admin
Posts: 3301
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Wed Aug 04, 2004 2:14 pm

Hi Michael,

I think we're referencing to the same thing, in v6 we've introduced the Max and MinVisibleValue methods for a Series which allow you to choose the ValueList within the Series, i.e. :

TChart1.Series(0).MinVisibleValue(ValueList)

Post Reply