Bar.Typical Property

Gets typical bar price, (High + Low + Close) / 3.
public double Typical {get;}
This language is not supported or no code example is available.
public:  
property double Typical { 
double get( ); 
}
This language is not supported or no code example is available.
public function get Typical() : double;
This language is not supported or no code example is available.

Property Value

double

The typical.

In this article

Definition