TradableIndicator
@objc public class TradableIndicator: NSObject
Provides indicator data.
-
The name of the indicator.
Declaration
Swift
@objc public let name: String
-
A list of plots of the indicator.
Declaration
Swift
@objc public let plots: [TradableIndicatorPlot]
-
A list of used params.
Declaration
Swift
@objc public let usedParams: [TradableIndicatorParam]
-
Simple description of this object.
Declaration
Swift
public override var description: String