B Constructor

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

Parameters

input
ISeries

The input series.

length
int

The length.

k
double

The k parameter.

barData
BarData

The bar data.

In this article

Definition