StudySimplified

data class StudySimplified(val studyName: String, var outputs: Map<String, Any>?, val type: String?) : 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(studyName: String, outputs: Map<String, Any>?, type: String?)

Properties

Link copied to clipboard
var outputs: Map<String, Any>?

Names and values (colors) of outputs

Link copied to clipboard
val studyName: String

The study's ID. Includes ZWNJ characters. Please note: To facilitate study name translations, study names use zero-width non-joiner (unprintable) characters to delimit the general study name from the specific study parameters. Example: "\u200c"+"Aroon"+"\u200c"+" (14)".

Link copied to clipboard
val type: String?

The type of study, which can be used as a look up in the StudyLibrary