This is a Python wrapper for TA-LIB based on Cython instead of SWIG. From the homepage: TA-Lib is widely used by trading software developers requiring to perform technical analysis of financial market ...
ADX and DI に続いて、RCI を計算・描画する方法になります。 RCI は TA-Lib に関数が用意されていないため、手動で算出するしかありません。。。。 ですが、Trading view の RCI 3lines インジケーターを使ってソースを見れば、計算式がわかります。 ord(seq, idx, itv) => p ...