public HFuncStockGradeCalculator()
 {
     _h = new LinearARGainCombiner();
 }
 public HFuncStockGradeCalculator(ARGainCombiner c)
 {
     _h = c;
 }