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