BarSeries.HighestHigh (Int32) Method

Highests the high.
public double HighestHigh( 
int nBars 
)
This language is not supported or no code example is available.
public:  
double HighestHigh( 
int nBars 
)
This language is not supported or no code example is available.
public function HighestHigh( 
nBars : int 
) : double;
This language is not supported or no code example is available.

Parameters

nBars
int

The n bars.

Return Value

double

System.Double.

In this article

Definition