30 private readonly Func<IndicatorBase<T>,
bool> _isReady;
32 private readonly Action _reset;
34 private readonly Func<T, decimal> _computeNextValue;
45 _computeNextValue = computeNextValue;
59 _computeNextValue = computeNextValue;
69 get {
return _isReady(
this); }
79 return _computeNextValue(input);