center of gravity indicator added

This commit is contained in:
Kevin Johnson
2019-05-26 15:40:07 -07:00
parent 6349df39a6
commit c4a2fb99b2
7 changed files with 79 additions and 2 deletions
+2 -1
View File
@@ -80,12 +80,13 @@ help(pd.DataFrame().ta.log_return)
# Technical Analysis Indicators (by Category)
## _Momentum_ (19)
## _Momentum_ (20)
* _Awesome Oscillator_: **ao**
* _Absolute Price Oscillator_: **apo**
* _Balance of Power_: **bop**
* _Commodity Channel Index_: **cci**
* _Center of Gravity_: **cg**
* _Chande Momentum Oscillator_: **cmo**
* _Coppock Curve_: **coppock**
* _Fisher Transform_: **fisher**