TA-Libのインストール時にエラーが発生したため、正しい手順を整理してメモしておきます。特に undefined symbol: TA_AVGDEV_Lookback などのエラーで詰まった方の参考になれば幸いです。 以下のコマンドで、TA-LibのCライブラリを正しくインストールします。 TA-Libの ...
株価、FX、仮想通貨のデータ(以下:株価)からテクニカル指標を取得するライブラリとしてTA-Libを紹介します。 テクニカル指標とは株価の動きや状態を予測するための指標です。様々なものがありますが自分で使用しそうなやつだけ選択しました。
The original Python bindings included with TA-Lib use SWIG which unfortunately are difficult to install and aren't as efficient as they could be. Therefore this project uses Cython and Numpy to ...
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 ...