IExpressModeller.CreateSlideSmoothingSettings

Fore syntax

CreateSlideSmoothingSettings: IEmSlideSmoothingSettings;

Fore.NET syntax

CreateSlideSmoothingSettings(): Prognoz.Platform.Interop.Modeller.IEmSlideSmoothingSettings;

Description

The CreateSlideSmoothingSettings method creates an object that determines Moving Average method calculation parameters.

Comments

Use the IExpressModeller.EvaluateMethod method for calculation.

Fore and Fore.NET examples

The method use is given in the example for IEmSlideSmoothingSettings.Serie.

See also:

IExpressModeller