ATR Constructor

ATR normal constructor.
public ATR( 
ISeries input
int length
IndicatorStyle style = IndicatorStyle.Old 
)
This language is not supported or no code example is available.
public:  
ATR( 
ISeries^ input
int length
IndicatorStyle style 
)
This language is not supported or no code example is available.
public function ATR( 
input : ISeries
length : int
style : IndicatorStyle 
);
This language is not supported or no code example is available.

Parameters

input
ISeries

The input.

length
int

The length.

style
IndicatorStyle

The style of ATR (Old or New style).

In this article

Definition