BBU.Value Method

Calculate BBU for the specific instance of ISeries, index, length, k and bar data.
public static double Value( 
ISeries input
int index
int length
double k
BarData barData = BarData.Close 
)
This language is not supported or no code example is available.
public:  
static double Value( 
ISeries^ input
int index
int length
double k
BarData barData 
)
This language is not supported or no code example is available.
public static function Value( 
input : ISeries
index : int
length : int
k : double
barData : BarData 
) : double;
This language is not supported or no code example is available.

Parameters

input
ISeries

The input series.

index
int

The index.

length
int

The length.

k
double

The k parameter.

barData
BarData

The bar data.

Return Value

double

System.Double.

In this article

Definition