'Declaration
Public Overloads Function AddRSI( _ ByVal name As String _ ) As RSIBuilder(Of T)
public RSIBuilder<T> AddRSI( string name )
Parameters
- name
- The name of series
Return Value
The series builder
'Declaration
Public Overloads Function AddRSI( _ ByVal name As String _ ) As RSIBuilder(Of T)
public RSIBuilder<T> AddRSI( string name )