ParseMA(Value: String; [AssignOrder: Boolean = True]);
Value. String representation of moving average order.
AssignOrder. Indicates, whether the obtained property is set into the ISlARMA.OrderMA property.
The ParseMA method parses string representation of moving average order.
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.
The property use is given in the example for ISlARMA.ParseAR.
See also: