Skip to main content Skip to footer

Price type - is a data series type based on bars, which is used to specify type of data for VisualIndicatorOnSeries

  • Open - use open price of the bar;
  • Close - use close price of the bar;
  • High - use high price of the bar;
  • Low - use low price of the bar;
  • Median - use median (High+Low)/2 price of the bar;
  • Typical - use (High+Low+CLose)/3 price of the bar;
  • Weighted - use (High+Low+2*CLose)/4 price of the bar;
public ChandeMomentumOscillator()
{
        ParameterPriceType = PriceType.Typical;
}

Cookies Notice

We use cookies to improve your experience, personalize content, and analyze our traffic. By clicking "Accept All Cookies," you agree to the storing of cookies on your device. You can manage your cookie preferences at any time by visiting our Cookie Settings.