Tulip

public struct Tulip

Low level struct to be able to call tulip library directly

  • Call the tulip library directly. See the tulip indicator list for more information

    Declaration

    Swift

    public static func call_indicator(name: String, inputs: [Double], options: [Double]) -> (Int, [Double])

    Parameters

    name

    The name of the indicator

    inputs

    The array of inputs value

    options

    The array of options value

  • Get the information about one indicator

    Declaration

    Swift

    public static func indicator_info(name: String) -> IndicatorInfo

    Parameters

    name

    The name of the indicator