[]
Base class for overlay and indicator series that render a single series
public class ATR<T> : SingleOverlayIndicatorBase<T>
Name | Description |
---|---|
T |
Average true range is used to measure the volatility of an asset. Average true range does not provide any indication of the price's trend, but rather the degree of price volatility.
Name | Description |
---|---|
ATR(FlexChartCore<T>) | Creates one ATR<T> instance. |
Name | Description |
---|---|
ExtraSeriesTypeName | Gets the Name of this Series. |