TA-Lib is a functional library widely used in program trading for technical analysis of market data. It provides a variety of technical analysis functions to facilitate our quantitative investment.
Installation method: directly use pip installation in cmd $ pip install TA-Lib
提示
Installation of TA-Lib is not necessary, you can skip this step
32-bit or 64-bit operating system of Windows 7 and above.
the official SDK compilation environment is Visual Studio 2013. If you need a later version of the VS environment, it is recommended upgrading FTAPI.sln.
MacOS:
64-bit operating system is required.
the official SDK compilation environment is MacOS Mojave,Xcode 11. Other versions need to upgrade the Xcode project file.
Linux:
64-bit operating system is required.
the official SDK compilation environment is CentOS 7 (gcc 4.8.5) and Ubuntu 16.04 (gcc 5.4.0).
unofficial environment:
you need to compile the FTAPI and Protobuf with source codes in the /FTAPI4CPP/Src directory.
TA-Lib is a functional library widely used in program trading for technical analysis of market data. It provides a variety of technical analysis functions to facilitate our quantitative investment.
Installation method: directly use pip installation in cmd $ pip install TA-Lib
提示
Installation of TA-Lib is not necessary, you can skip this step
32-bit or 64-bit operating system of Windows 7 and above.
the official SDK compilation environment is Visual Studio 2013. If you need a later version of the VS environment, it is recommended upgrading MMAPI.sln.
MacOS:
64-bit operating system is required.
the official SDK compilation environment is MacOS Mojave,Xcode 11. Other versions need to upgrade the Xcode project file.
Linux:
64-bit operating system is required.
the official SDK compilation environment is CentOS 7 (gcc 4.8.5) and Ubuntu 16.04 (gcc 5.4.0).
unofficial environment:
you need to compile the MMAPI and Protobuf with source codes in the /MMAPI4CPP/Src directory.