[]
Add an ATR Series to the FinancialChart series list.
public ATRBuilder<T> AddATR()
| Type | Description |
|---|---|
| ATRBuilder<T> | The series builder |
Add an ATR Series to the FinancialChart series list.
public ATRBuilder<T> AddATR(string name)
| Type | Name | Description |
|---|---|---|
| string | name | The name of series |
| Type | Description |
|---|---|
| ATRBuilder<T> | The series builder |