PERF.Value Method

Calculate PERF for the specific instance of ISeries, index, length, k and bar data.
public static double Value( 
   ISeries input
   int index
   double k
   BarData barData = BarData.Close 
)

Parameters

input
ISeries

The input series.

index
int

The index.

k
double

The k parameter.

barData
BarData

The bar data.

Return Value

double

System.Double.

In this article

Definition