Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何使用pandas_ta库来获取有关索引的信息。例如,如果我想获得 RSI 指标,我是否必须处理数据,或者我可以只调用类似的方法pandas_ta.get_indicator("rsi")吗?
pandas_ta
pandas_ta.get_indicator("rsi")