Dear Steema,
We found that In Financial functions of MovingAverage, ExpMovAverage, SmoothedMovAvgFunction, etc all are type of Moving Averages. Why not all Moving Averages under one function that is MovingAverage. it is already having Simple and weighted type.
Merging of MovingAverage, ExpMovAverage, SmoothedMovAvgFunct
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Merging of MovingAverage, ExpMovAverage, SmoothedMovAvgFunct
Technically it would be easy for you to derive your own function from the function class and call these other three classes from it. The TeeChart API was specifically designed to be modular so that custom classes could be derived from existing classes - if you need help in implementing an specific custom derivative, please just let us know.Quant wrote:We found that In Financial functions of MovingAverage, ExpMovAverage, SmoothedMovAvgFunction, etc all are type of Moving Averages. Why not all Moving Averages under one function that is MovingAverage. it is already having Simple and weighted type.
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 |