Skip to content

Commit 24f0ed5

Browse files
authored
Merge pull request #57 from xgboosted/feature-general-improvements
Update documentation to reflect the increase in indicators and utilit…
2 parents 90a55be + 41ab1b9 commit 24f0ed5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pandas TA Classic Documentation
22
===============================
33

4-
**Pandas TA Classic** is an easy to use library that leverages the Pandas package with more than 130 Indicators and Utility functions and more than 60 TA Lib Candlestick Patterns. This is the **classic/community maintained version** of the popular pandas-ta library.
4+
**Pandas TA Classic** is an easy to use library that leverages the Pandas package with more than 140 Indicators and Utility functions and more than 60 TA Lib Candlestick Patterns. This is the **community maintained version** of the popular pandas-ta library.
55

66
.. image:: https://img.shields.io/github/license/xgboosted/pandas-ta-classic
77
:target: #license

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ title: Pandas TA Classic - Technical Analysis Library
55

66
# Pandas TA Classic
77

8-
**Pandas Technical Analysis (Pandas TA Classic)** is an easy to use library that leverages the Pandas package with more than 130 Indicators and Utility functions. This is the **classic/community maintained version** of the popular pandas-ta library.
8+
**Pandas Technical Analysis (Pandas TA Classic)** is an easy to use library that leverages the Pandas package with more than 140 Indicators and Utility functions. This is the **community maintained version** of the popular pandas-ta library.
99

1010
![Example Chart](images/TA_Chart.png)
1111

1212
## Features
1313

14-
* 130+ indicators and utility functions
14+
* 140+ indicators and utility functions
1515
* Tightly correlated with TA-Lib indicators
1616
* Supports both standalone and DataFrame extension usage
1717
* Multiprocessing support via Strategy method

0 commit comments

Comments
 (0)