toggle menu
qkt
0.1.0-SNAPSHOT
jvm
switch theme
search in API
qkt
/
com.qkt.indicators
/
Indicator
Indicator
interface
Indicator
<
TIn
>
:
IndicatorOutput
Inheritors
ATR
BollingerBands
EMA
MACD
RSI
RollingHigh
RollingLow
SMA
VWAP
WMA
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
update
Link copied to clipboard
abstract
fun
update
(
input
:
TIn
)
value
Link copied to clipboard
abstract
fun
value
(
)
:
BigDecimal
?