Posted 11/24/2010 14:59:25
|
|
|
|
Hi,
I try to implement SeriesCalculatorBaseWithValues.CalcNewValue(int index). I didn't have much success with it until I noticed it always ask index = 0??? I suspect index here which is described as "The calculated value of the series at index." means the "The calculated value of the series at lookback index.". Can someone with good RE knowledge confirm this? e.g. index == lookback index
Thanks,
Felix
|
|
Posted 11/24/2010 15:09:05
|
|
|
|
Yes, the index is the lookback index, and under normal circumstances it should be zero.
Daniel
|
|
Posted 11/24/2010 15:11:46
|
|
|
|
| Thanks Daniel for the quick reply. As always, you are the man!
|
|
|
|