[]
Add a BollingerBands Series to the FinancialChart series list.
public BollingerBandsBuilder<T> AddBollingerBands()
Public Function AddBollingerBands() As BollingerBandsBuilder(Of T)
| Type | Description |
|---|---|
| BollingerBandsBuilder<T> | The series builder |
Add a BollingerBands Series to the FinancialChart series list.
public BollingerBandsBuilder<T> AddBollingerBands(string name)
Public Function AddBollingerBands(name As String) As BollingerBandsBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| string | name | The name of series |
| Type | Description |
|---|---|
| BollingerBandsBuilder<T> | The series builder |