[]
        
(Showing Draft Content)

C1.Web.Mvc.Finance.RangeMode

RangeMode Enum

Specifies the unit for Kagi and Renko chart types.

Namespace: C1.Web.Mvc.Finance
Assembly: C1.Web.Mvc.Finance.dll
Syntax
public enum RangeMode

Fields

Name Description
ATR

Uses the current Average True Range value for Kagi chart's reversal amount or Renko chart's box size. When ATR is used, the reversal amount or box size option of these charts must be an integer and will be used as the period for the ATR calculation.

Fixed

Uses a fixed, positive number for the Kagi chart's reversal amount or Renko chart's box size.

Percentage

Uses a percentage for the Kagi chart's reversal amount. RangeMode.Percentage is currently not supported with Renko chart types.