/// <summary> /// Simple clone implementation will not clone results and signals, only parameters. /// </summary> /// <returns></returns> public override PlatformIndicator OnSimpleClone() { VolumeCustom indicator = new VolumeCustom(); return(indicator); }
/// <summary> /// Simple clone implementation will not clone results and signals, only parameters. /// </summary> /// <returns></returns> public override PlatformIndicator OnSimpleClone() { VolumeCustom indicator = new VolumeCustom(); return indicator; }