In This Topic
Gets or sets the fast exponential moving average period for the MACD line.
Syntax
'Declaration
Public Property FastPeriod As Integer
'Usage
Dim instance As MacdBase
Dim value As Integer
instance.FastPeriod = value
value = instance.FastPeriod
public int FastPeriod {get; set;}
public:
property int FastPeriod {
int get();
void set ( int value);
}
See Also