|
From: Sadruddin R. <sa...@qu...> - 2002-12-18 22:01:47
|
Hello guys, I'm currently working, among other stuff, on the implementation of technica= l=20 analysis oscillators. I would like to suggest to make the History class a=20 template on the kind of data we want to store. For example, instead of=20 double, I would like to treat a historical time serie of stock data=20 represented by a struct (high, low, close, volume).=20 We could then also use History<Rate> in the XiborManager class and thus use= a=20 custom Rate class to represent interest rates. What do you think? Sad |