[]
Add a RSI Series to the FinancialChart series list.
public RSIBuilder<T> AddRSI()
| Type | Description |
|---|---|
| RSIBuilder<T> | The series builder |
Add a RSI Series to the FinancialChart series list.
public RSIBuilder<T> AddRSI(string name)
| Type | Name | Description |
|---|---|---|
| string | name | The name of series |
| Type | Description |
|---|---|
| RSIBuilder<T> | The series builder |