DOC ppo source fix

This commit is contained in:
Kevin Johnson
2022-03-29 08:33:25 -07:00
parent da127501f5
commit 47d8da67e1
4 changed files with 23 additions and 33 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ $ pip install pandas_ta[full]
Latest Version
--------------
Best choice! Version: *0.3.60b*
Best choice! Version: *0.3.61b*
* Includes all fixes and updates between **pypi** and what is covered in this README.
```sh
$ pip install -U git+https://github.com/twopirllc/pandas-ta
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -17,7 +17,7 @@ def ppo(
The Percentage Price Oscillator is similar to MACD in measuring momentum.
Sources:
https://www.tradingview.com/wiki/MACD_(Moving_Average_Convergence/Divergence)
https://www.investopedia.com/terms/p/ppo.asp
Args:
close(pandas.Series): Series of 'close's
+1 -1
View File
@@ -20,7 +20,7 @@ setup(
"pandas_ta.volatility",
"pandas_ta.volume"
],
version=".".join(("0", "3", "60b")),
version=".".join(("0", "3", "61b")),
description=long_description,
long_description=long_description,
author="Kevin Johnson",