11# TA-Lib
22
3+ <!-- Badges -->
34![ Tests] ( https://github.com/ta-lib/ta-lib-python/actions/workflows/tests.yml/badge.svg )
5+ [ ![ Release] ( https://img.shields.io/github/v/release/ta-lib/ta-lib-python?label=Release )] ( https://github.com/ta-lib/ta-lib-python/releases )
6+ [ ![ PyPI] ( https://img.shields.io/pypi/v/TA-Lib?label=PyPI )] ( https://pypi.org/project/TA-Lib/ )
7+ [ ![ Wheels] ( https://img.shields.io/pypi/wheel/TA-Lib?label=Wheels )] ( https://pypi.org/project/TA-Lib/#files )
8+ [ ![ Python Versions] ( https://img.shields.io/pypi/pyversions/TA-Lib?label=Python )] ( https://pypi.org/project/TA-Lib/ )
49
510This is a Python wrapper for [ TA-LIB] ( http://ta-lib.org ) based on Cython
611instead of SWIG. From the homepage:
@@ -49,8 +54,7 @@ Or checkout the sources and run ``setup.py`` yourself:
4954$ python setup.py install
5055```
5156
52- It also appears possible to install via
53- [ Conda Forge] ( https://anaconda.org/conda-forge/ta-lib ) :
57+ It also appears possible to install via [ Conda Forge] ( https://anaconda.org/conda-forge/ta-lib ) :
5458
5559```
5660$ conda install -c conda-forge ta-lib
@@ -571,6 +575,7 @@ for group, names in talib.get_function_groups().items():
571575* Pattern Recognition
572576
573577##### Overlap Studies
578+
574579```
575580BBANDS Bollinger Bands
576581DEMA Double Exponential Moving Average
@@ -592,6 +597,7 @@ WMA Weighted Moving Average
592597```
593598
594599##### Momentum Indicators
600+
595601```
596602ADX Average Directional Movement Index
597603ADXR Average Directional Movement Index Rating
@@ -626,13 +632,15 @@ WILLR Williams' %R
626632```
627633
628634##### Volume Indicators
635+
629636```
630637AD Chaikin A/D Line
631638ADOSC Chaikin A/D Oscillator
632639OBV On Balance Volume
633640```
634641
635642##### Cycle Indicators
643+
636644```
637645HT_DCPERIOD Hilbert Transform - Dominant Cycle Period
638646HT_DCPHASE Hilbert Transform - Dominant Cycle Phase
@@ -642,6 +650,7 @@ HT_TRENDMODE Hilbert Transform - Trend vs Cycle Mode
642650```
643651
644652##### Price Transform
653+
645654```
646655AVGPRICE Average Price
647656MEDPRICE Median Price
@@ -650,13 +659,15 @@ WCLPRICE Weighted Close Price
650659```
651660
652661##### Volatility Indicators
662+
653663```
654664ATR Average True Range
655665NATR Normalized Average True Range
656666TRANGE True Range
657667```
658668
659669##### Pattern Recognition
670+
660671```
661672CDL2CROWS Two Crows
662673CDL3BLACKCROWS Three Black Crows
@@ -722,6 +733,7 @@ CDLXSIDEGAP3METHODS Upside/Downside Gap Three Methods
722733```
723734
724735##### Statistic Functions
736+
725737```
726738BETA Beta
727739CORREL Pearson's Correlation Coefficient (r)
0 commit comments