IndicatorOutput

interface IndicatorOutput

Inheritors

Properties

Link copied to clipboard
abstract val isReady: Boolean
Link copied to clipboard
abstract val warmupBars: Int

Functions

Link copied to clipboard
Link copied to clipboard
infix fun IndicatorOutput.gt(threshold: BigDecimal): Rule
Link copied to clipboard
infix fun IndicatorOutput.lt(threshold: BigDecimal): Rule
Link copied to clipboard
abstract fun value(): BigDecimal?