ISlARMA.ParseMA

Syntax

ParseMA(Value: String; [AssignOrder: Boolean = True]);

Parameters

Value. String representation of moving average order.

AssignOrder. Indicates, whether the obtained property is set into the ISlARMA.OrderMA property.

Description

The ParseMA method parses string representation of moving average order.

Comments

The Value parameter should contain numbers or ranges of moving average orders, separated with commas. For example:

ParseMA("1-3,5,7-9");

If AssignOrder = True, after executing the ParseMASeas the obtained value is set into the ISlARMA.OrderMA property. If AssignOrder = False, moving average order does not change.

Example

The property use is given in the example for ISlARMA.ParseAR.

See also:

ISlARMA