ENVL Constructor

ENVL normal constructor.
public ENVL( 
ISeries input
int length
double shift
BarData barData = BarData.Close 
)
This language is not supported or no code example is available.
public:  
ENVL( 
ISeries^ input
int length
double shift
BarData barData 
)
This language is not supported or no code example is available.
public function ENVL( 
input : ISeries
length : int
shift : double
barData : BarData 
);
This language is not supported or no code example is available.

Parameters

input
ISeries

The input series.

length
int

The length.

shift
double

The shift.

barData
BarData

The bar data.

In this article

Definition