Ejemplo n.º 1
0
 public override string GetConfiguration()
 {
     return($" {GetType()}, FibonacciFactor: {_fibonacciFactor}, FibonacciReversalType: {_fibReversalType}, PivotPointIndicator: {_pivotPointIndicator.GetConfiguration()}");
 }
Ejemplo n.º 2
0
 public override string GetConfiguration()
 {
     return($" {GetType()}, Level: {_level}, PivotPointIndicator: {_pivotPointIndicator.GetConfiguration()}");
 }