Configurates
C1.Web.Mvc.Finance.MacdBase<T>.SmoothingPeriod. Sets the exponential moving average period for the signal line.
Syntax
'Declaration
Public Function SmoothingPeriod( _
ByVal As Double _
) As
public SmoothingPeriod(
double
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also