I am not getting following Graph functions in Teechart .Net version.
All of this were present in Teechart ActiveX version.
Kindly help me to find out the alternative solution.
1) CurveFit
2) MoneyFlow
3) PercentChange
4) Slope
5) Skewness
6) Kurtosis
7) SmoothedMovAvg
8 ) Average True Range Technical Indicator (ATR)
9) Relative Vigor Index (RVI)
10) Awesome Oscillator
11) ACO
12) Alligator
13) Gator
Graph functions not available in Teechart .Net version
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Graph functions not available in Teechart .Net version
I can confirm that twelve of the thirteen functions you mention are not present in the TeeChart for .NET version, but are present in the TeeChart for VCL/FMX and ActiveX versions. I have opened a ticket in our bugzilla database to reflect this fact with id=1091.Quant wrote:I am not getting following Graph functions in Teechart .Net version.
All of this were present in Teechart ActiveX version.
Kindly help me to find out the alternative solution.
Many apologies for any inconvenience this oversight may have caused.
One of the functions, the TCurveFittingFunction, is present in the TeeChart for .NET version and is called the PolyFitting function.
Best Regards,
Christopher Ireland / 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 |
Re: Graph functions not available in Teechart .Net version
This all functions are very important for us.
Till when we can expect resolution or any workaround for this.
Kindly help us on priority basis.
Till when we can expect resolution or any workaround for this.
Kindly help us on priority basis.
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Graph functions not available in Teechart .Net version
The workaround would be to derive your own functions from the existing ones. In "Tutorial 7 - Working with functions" (tutorials under: %Program Files%\Steema Software\Steema TeeChart for .NET 2014 4.1.2014.12150\Docs\TeeChart for .Net Tutorials.chm) there is a section entitled "Deriving custom functions" which gives you some indications on how to do this.Quant wrote:This all functions are very important for us.
Till when we can expect resolution or any workaround for this.
Kindly help us on priority basis.
Otherwise, the bugzilla ticket will be processed as high priority, meaning that these functions will be available in the next maintenance release due out in about two months from now.
Best Regards,
Christopher Ireland / 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 |