public IndicatorParameterAttribute(string name, IndicatorParameterType type)
 {
     this.parameter = IndicatorParameter.Create(name, type);
 }
 public IndicatorParameterAttribute(string name, IndicatorParameterType type)
 {
     this.parameter = IndicatorParameter.Create(name, type);
 }