TA-Lib provides common functions for the technical analysis of financial market data, including more than 150 indicators such as ADX, MACD, RSI, Stochastic, Bollinger Bands and more.
TA-Lib provides common functions for the technical analysis of financial market data, including more than 150 indicators such as ADX, MACD, RSI, Stochastic, Bollinger Bands and more.
To install ta-lib, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ta-lib
To see what files were installed by ta-lib, run:
port contents ta-lib
To later upgrade ta-lib, run:
sudo port selfupdate && sudo port upgrade ta-lib
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.