HV Constructor

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

Parameters

input
ISeries

The input series.

length
int

The length.

span
double

The span.

barData
BarData

The bar data.

In this article

Definition