QQE Mod (qqe_mod)
def qqe_mod(close: NDArray[Shape["*", Float]], rsi_length_one: float | int, rsi_smoothing_one: float | int, qqe_factor_one: float | int, threshold_one: float | int, rsi_length_two: float | int, rsi_smoothing_two: float | int, qqe_factor_two: float | int, threshold_two: float | int, bollinger_length: float | int, qqe_multiplier: float | int) -> NDArray[Shape["2 *"], Float]:
"""
QQE Mod
Inputs: close
Options: rsi_length_one[6], rsi_smoothing_one[5], qqe_factor_one[3], threshold_one[3], rsi_length_two[6], rsi_smoothing_two[5], qqe_factor_two[1.61], threshold_two[3], bollinger_length[50], qqe_multiplier[0.35]
Outputs: bar_color_one, bar_color_two
"""
pass
QQE Mod 指标需要 1 个输入参数和 10 个选项参数。
该指标返回 2 个输出
输入
close
- anumpy.array
ofnumpy.float64
选项
rsi_length_one
-float | int
rsi_smoothing_one
-float | int
qqe_factor_one
-float | int
threshold_one
-float | int
rsi_length_two
-float | int
rsi_smoothing_two
-float | int
qqe_factor_two
-float | int
threshold_two
-float | int
bollinger_length
-float | int
qqe_multiplier
-float | int
输出
bar_color_one
bar_color_two