Gets weighted price of the bar


Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Weighted As Double
C#
public double Weighted { get; }
C++
public property double Weighted sealed  {
    double get();
}
J#
/** property */
public double get_Weighted();
JScript
public function get Weighted() : double

Remarks

Weighted price of a bar is calculated as (High + Low + 2 * Close) / 4

See Also