1- # TA-Lib : chart_with_upwards_trend :
1+ # TA-Lib 📈
22
33<!-- Badges -->
44![ Tests] ( https://github.com/ta-lib/ta-lib-python/actions/workflows/tests.yml/badge.svg )
@@ -30,7 +30,7 @@ In addition, this project also supports the use of the
3030[ Polars] ( https://www.pola.rs ) and [ Pandas] ( https://pandas.pydata.org )
3131libraries.
3232
33- ## Versions : card_index_dividers :
33+ ## Versions 🗂️
3434
3535The upstream TA-Lib C library released version 0.6.1 and changed the library
3636name to ` -lta-lib ` from ` -lta_lib ` . After trying to support both via
@@ -41,7 +41,7 @@ feature branches:
4141* ` ta-lib-python ` 0.5.x (supports ` ta-lib ` 0.4.x and ` numpy ` 2)
4242* ` ta-lib-python ` 0.6.x (supports ` ta-lib ` 0.6.x and ` numpy ` 2)
4343
44- ## Installation : floppy_disk :
44+ ## Installation 💾
4545
4646You can install from PyPI:
4747
@@ -65,7 +65,7 @@ conda install -c conda-forge ta-lib
6565conda install -c conda-forge ta-lib
6666```
6767
68- ### Dependencies : jigsaw :
68+ ### Dependencies 🧩
6969
7070To use TA-Lib for python, you need to have the [ TA-Lib] ( http://ta-lib.org )
7171already installed. You should probably follow their [ installation
@@ -140,7 +140,7 @@ sudo make install
140140Note: if your directory path includes spaces, the installation will probably
141141fail with `` No such file or directory `` errors.
142142
143- ### Wheels : gear :
143+ ### Wheels ⚙️
144144
145145For convenience, and starting with version 0.6.5, we now build binary wheels
146146for different operating systems, architectures, and Python versions using
@@ -172,7 +172,7 @@ In the event that your operating system, architecture, or Python version are
172172not available as a binary wheel, it is fairly easy to install from source
173173using the instructions above.
174174
175- ### Troubleshooting : hammer_and_wrench :
175+ ### Troubleshooting 🛠️
176176
177177If you get a warning that looks like this:
178178
@@ -547,7 +547,7 @@ latest = stream.SMA(close)
547547assert (output[-1] - latest) < 0.00001
548548```
549549
550- ## Supported Indicators and Functions :clipboard:
550+ ## Supported Indicators and Functions 📋
551551
552552We can show all the TA functions supported by TA-Lib, either as a `list` or
553553as a `dict` sorted by group (e.g. "Overlap Studies", "Momentum Indicators",
@@ -567,7 +567,7 @@ for group, names in talib.get_function_groups().items():
567567 print(f" {name}")
568568```
569569
570- ### Indicator Groups :label:
570+ ### Indicator Groups 🏷️
571571
572572* Overlap Studies
573573* Momentum Indicators
0 commit comments