/// <summary> /// Returns the name of this indicator. /// </summary> /// <returns>The name of this indicator</returns> public override string ToString() { return("Ppo," + Fast.ToString() + "," + Slow.ToString() + "," + Smooth.ToString()); }