Condition

data class Condition(val leftIndicator: String, val rightIndicator: String?, val signalOperator: SignalOperator, val markerOption: MarkerOption) : Parcelable

Encapsulates parameters with additional information for Study. ChartIQ uses the term “study” to refer to any indicator, oscillator, average, or signal that results from technical analysis of chart data.

Constructors

Link copied to clipboard
constructor(leftIndicator: String, rightIndicator: String?, signalOperator: SignalOperator, markerOption: MarkerOption)

Properties

Link copied to clipboard
val leftIndicator: String

is a field in the study's outputMap ".

Link copied to clipboard
Link copied to clipboard
val rightIndicator: String?

can be either a numeric value or a field in the study's outputMap

Link copied to clipboard

can be "<", "<=", "=", ">", ">=", "<>", ">p" (greater than previous), "

Functions

Link copied to clipboard