Ejemplo n.º 1
0
 public override string GetConfiguration()
 {
     return($" {GetType()}, WMAIndicator: {_wma.GetConfiguration()}");
 }
Ejemplo n.º 2
0
 public override string GetConfiguration()
 {
     return($" {GetType()}, SqrtWmaIndicator: {_sqrtWma.GetConfiguration()}");
 }