Ejemplo n.º 1
0
        /// <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);
        }
Ejemplo n.º 2
0
 /// <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;
 }