ATR.Value Method
public static double Value(
ISeries input,
int index,
int length,
IndicatorStyle style = IndicatorStyle.Old
)
This language is not supported or no code example is available.
public:
static double Value(
ISeries^ input,
int index,
int length,
IndicatorStyle style
)
This language is not supported or no code example is available.
Parameters
- input
- ISeries
The input.
- index
- int
The index.
- length
- int
the length.
- style
- IndicatorStyle
The style of ATR (Old or New style).
Return Value
doubleSystem.Double.