Login  Register

History

Posted by Sadruddin Rejeb-4 on Dec 18, 2002; 2:02pm
URL: http://quantlib.414.s1.nabble.com/Autotools-tp10178p10180.html

Hello guys,

I'm currently working, among other stuff, on the implementation of technical
analysis oscillators. I would like to suggest to make the History class a
template on the kind of data we want to store. For example, instead of
double, I would like to treat a historical time serie of stock data
represented by a struct (high, low, close, volume).
We could then also use History<Rate> in the XiborManager class and thus use a
custom Rate class to represent  interest rates.
What do you think?

Sad