MarkerOption

data class MarkerOption(val type: SignalMarkerType, val color: String?, val signalShape: SignalShape, val signalSize: SignalSize, val label: String, val signalPosition: SignalPosition) : Parcelable

Optional settings for main series marker. When multiple conditions match, markerOptions from the first matching condition are applied.

Constructors

Link copied to clipboard
constructor(type: SignalMarkerType, color: String?, signalShape: SignalShape, signalSize: SignalSize, label: String, signalPosition: SignalPosition)

Properties

Link copied to clipboard
val color: String?
Link copied to clipboard
val label: String

Optional string to display in the marker."

Link copied to clipboard

Where to display the signal as a marker in relation to the main plot. If omitted, "above_candle" assumed.

Link copied to clipboard

of the signal marker on the chart. The shape of the marker on the study will always be "circle". If omitted, "circle" assumed.".

Link copied to clipboard

of the signal marker on the chart. Possible values are S/M/L. The size of the marker on the study will always be S. If omitted, "S" assumed.

Link copied to clipboard

Functions

Link copied to clipboard