TradableIndicatorInfo

@objc public class TradableIndicatorInfo: NSObject

Provides information regarding an indicator.

  • The name of the indicator.

    Declaration

    Swift

    @objc public let name: String
  • A short description of the indicator.

    Declaration

    Swift

    @objc public let shortDescription: String
  • A list of indicator parameters.

    Declaration

    Swift

    @objc public let params: [TradableIndicatorInfoParam]
  • Informs whether this indicator should be drawn on the same chart as data.

    Declaration

    Swift

    @objc public let shouldOverlayData: Bool
  • Simple description of this object.

    Declaration

    Swift

    public override var description: String