0

我在 Python 中使用 TAlib-altcoins-api 并使用 github 代码,该代码运行良好并为每个硬币提供 RSI-14,但我想找到 RSI-6,是否有任何函数或参数可以在 TALib 中找到它。

这是我正在使用的 GitHub 存储库的链接。

示例响应:

 {
"adx": 52.90973494613487,
"ma_100": 11700,
"ma_50": 11700,
"macd": -30.9,
"minus_di": 39.19350254139547,
"plus_di": 4.528784884053814,
"rsi": 33.51984340870133,
"sma": 11607.09

}

4

0 回答 0