Skip to content

AlgoParameterType

Summary

Represents the different types of algorithm parameters.

Signature

1
public enum AlgoParameterType

Namespace

cAlgo.API

Fields

Integer

Summary

Represents a parameter of type int.

Signature

1
public static AlgoParameterType Integer;

Return Value

AlgoParameterType

Double

Summary

Represents a parameter of type double.

Signature

1
public static AlgoParameterType Double;

Return Value

AlgoParameterType

Boolean

Summary

Represents a parameter of type bool.

Signature

1
public static AlgoParameterType Boolean;

Return Value

AlgoParameterType

String

Summary

Represents a parameter of type string.

Signature

1
public static AlgoParameterType String;

Return Value

AlgoParameterType

Enum

Summary

Represents a parameter of type enum.

Signature

1
public static AlgoParameterType Enum;

Return Value

AlgoParameterType

DataSeries

Summary

Represents a parameter of type DataSeries.

Signature

1
public static AlgoParameterType DataSeries;

Return Value

AlgoParameterType

Color

Summary

Represents a parameter of type Color.

Signature

1
public static AlgoParameterType Color;

Return Value

AlgoParameterType

TimeFrame

Summary

Represents a parameter of type TimeFrame.

Signature

1
public static AlgoParameterType TimeFrame;

Return Value

AlgoParameterType