toggle menu
qkt
0.1.0-SNAPSHOT
jvm
switch theme
search in API
qkt
/
com.qkt.indicators
/
IndicatorOutput
Indicator
Output
interface
IndicatorOutput
Inheritors
Indicator
Members
Members & Extensions
Properties
is
Ready
Link copied to clipboard
abstract
val
isReady
:
Boolean
warmup
Bars
Link copied to clipboard
abstract
val
warmupBars
:
Int
Functions
eq
Link copied to clipboard
infix
fun
IndicatorOutput
.
eq
(
other
:
IndicatorOutput
)
:
Rule
gt
Link copied to clipboard
infix
fun
IndicatorOutput
.
gt
(
other
:
IndicatorOutput
)
:
Rule
infix
fun
IndicatorOutput
.
gt
(
threshold
:
BigDecimal
)
:
Rule
lt
Link copied to clipboard
infix
fun
IndicatorOutput
.
lt
(
other
:
IndicatorOutput
)
:
Rule
infix
fun
IndicatorOutput
.
lt
(
threshold
:
BigDecimal
)
:
Rule
value
Link copied to clipboard
abstract
fun
value
(
)
:
BigDecimal
?