mirror of
https://github.com/wassname/pandas-ta.git
synced 2026-08-20 12:40:09 +08:00
DOC ppo source fix
This commit is contained in:
@@ -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
|
||||
|
||||
+20
-30
File diff suppressed because one or more lines are too long
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user