ChartIQElliottWaveImpulse

@objc
public enum ChartIQElliottWaveImpulse : Int, CaseIterable

Chart Elliott Wave Impulse.

  • The none option.

    Declaration

    Swift

    case none
  • The romanCapital option.

    Declaration

    Swift

    case romanCapital
  • The romanNormal option.

    Declaration

    Swift

    case romanNormal
  • The arabicNormal option.

    Declaration

    Swift

    case arabicNormal
  • The abcdeCapital option.

    Declaration

    Swift

    case abcdeCapital
  • The abcdeNormal option.

    Declaration

    Swift

    case abcdeNormal
  • The wxyxzCapital option.

    Declaration

    Swift

    case wxyxzCapital
  • The wxyxzNormal option.

    Declaration

    Swift

    case wxyxzNormal
  • Chart Elliott Wave Impulse display name.

    Declaration

    Swift

    public var displayName: String { get }