BBandResult

public struct BBandResult

Struct holding the bbands result

  • The lower values

    Declaration

    Swift

    public let lower: [Double]
  • The middle values

    Declaration

    Swift

    public let middle: [Double]
  • The upper values

    Declaration

    Swift

    public let upper: [Double]