KST
#
KST
#
KST(
roc1_period: int,
roc1_ma_period: int,
roc2_period: int,
roc2_ma_period: int,
roc3_period: int,
roc3_ma_period: int,
roc4_period: int,
roc4_ma_period: int,
signal_period: int,
input_values: List[float] = None,
input_indicator: Indicator = None,
input_modifier: InputModifierType = None,
ma_type: MAType = MAType.SMA,
input_sampling: SamplingPeriodType = None,
)
Bases: Indicator
Know Sure Thing.
Input type: float
Output type: KSTVal
Parameters:
Name | Type | Description | Default |
---|---|---|---|
roc1_period |
int
|
ROC period. |
required |
roc1_ma_period |
int
|
ROC moving average period. |
required |
roc2_period |
int
|
ROC period. |
required |
roc2_ma_period |
int
|
ROC moving average period. |
required |
roc3_period |
int
|
ROC period. |
required |
roc3_ma_period |
int
|
ROC moving average period. |
required |
roc4_period |
int
|
ROC period. |
required |
roc4_ma_period |
int
|
ROC moving average period. |
required |
input_values |
List[float]
|
List of input values. |
None
|
input_indicator |
Indicator
|
Input indicator. |
None
|
input_modifier |
InputModifierType
|
Input modifier. |
None
|
ma_type |
MAType
|
Moving average type. |
SMA
|
input_sampling |
SamplingPeriodType
|
Input sampling type. |
None
|