IndicatorKind

public enum IndicatorKind

The kind of the indicator

  • The indicator is an overlay

    Declaration

    Swift

    case overlay
  • The indicator is simple math

    Declaration

    Swift

    case math
  • The indicator is a simple indicator

    Declaration

    Swift

    case simple
  • The indicator is a comparative indicator

    Declaration

    Swift

    case comparative
  • Declaration

    Swift

    public var rawValue: Int32 { get }
  • Declaration

    Swift

    public init?(rawValue: Int32)