Skip to content

Commit a0844c2

Browse files
Franky1mrjbq7
authored andcommitted
added some useful markdown badges
1 parent d7cdb23 commit a0844c2

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
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

510
This is a Python wrapper for [TA-LIB](http://ta-lib.org) based on Cython
611
instead 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
```
575580
BBANDS Bollinger Bands
576581
DEMA Double Exponential Moving Average
@@ -592,6 +597,7 @@ WMA Weighted Moving Average
592597
```
593598

594599
##### Momentum Indicators
600+
595601
```
596602
ADX Average Directional Movement Index
597603
ADXR Average Directional Movement Index Rating
@@ -626,13 +632,15 @@ WILLR Williams' %R
626632
```
627633

628634
##### Volume Indicators
635+
629636
```
630637
AD Chaikin A/D Line
631638
ADOSC Chaikin A/D Oscillator
632639
OBV On Balance Volume
633640
```
634641

635642
##### Cycle Indicators
643+
636644
```
637645
HT_DCPERIOD Hilbert Transform - Dominant Cycle Period
638646
HT_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
```
646655
AVGPRICE Average Price
647656
MEDPRICE Median Price
@@ -650,13 +659,15 @@ WCLPRICE Weighted Close Price
650659
```
651660

652661
##### Volatility Indicators
662+
653663
```
654664
ATR Average True Range
655665
NATR Normalized Average True Range
656666
TRANGE True Range
657667
```
658668

659669
##### Pattern Recognition
670+
660671
```
661672
CDL2CROWS Two Crows
662673
CDL3BLACKCROWS Three Black Crows
@@ -722,6 +733,7 @@ CDLXSIDEGAP3METHODS Upside/Downside Gap Three Methods
722733
```
723734

724735
##### Statistic Functions
736+
725737
```
726738
BETA Beta
727739
CORREL Pearson's Correlation Coefficient (r)

0 commit comments

Comments
 (0)