-
Updated
Oct 8, 2020
technical-analysis
Here are 243 public repositories matching this topic...
-
Updated
Sep 28, 2020 - Python
-
Updated
Oct 7, 2020 - Python
bukosabino / ta
-
Updated
Apr 7, 2020 - JavaScript
-
Updated
Oct 14, 2020 - Python
-
Updated
Jul 19, 2020 - Python
-
Updated
Jan 9, 2020 - JavaScript
-
Updated
Feb 10, 2019 - JavaScript
-
Updated
Oct 13, 2020 - Python
Need implementation of Variable Index Dynamic Average (VIDYA). I have tried to calculate based on this indicator on tradingview Variable Index Dynamic Average (VIDYA) but it results in wrong calculation
p = 10
alpha = 2 / (p + 1)
df['cmo'] = ta.cmo(df.close, length=p, talib=False).abs()-
Updated
Oct 13, 2020 - Python
-
Updated
Sep 29, 2020 - Python
-
Updated
Jul 3, 2017 - Python
-
Updated
Mar 7, 2019 - Go
-
Updated
Sep 27, 2017 - Java
-
Updated
Oct 15, 2020 - Jupyter Notebook
-
Updated
Sep 22, 2020 - Go
-
Updated
Sep 12, 2020 - R
-
Updated
Feb 2, 2020 - Python
-
Updated
Aug 21, 2019 - Python
-
Updated
Oct 6, 2020 - Rust
-
Updated
Sep 5, 2018 - Jupyter Notebook
-
Updated
Mar 17, 2020 - JavaScript
-
Updated
Apr 12, 2020 - Python
-
Updated
May 22, 2020 - Python
-
Updated
Sep 18, 2020 - Julia
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Dec 29, 2019 - Python
-
Updated
Oct 15, 2020 - Python
Improve this page
Add a description, image, and links to the technical-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the technical-analysis topic, visit your repo's landing page and select "manage topics."
hi,
if possible, please add these indicators as well:
TDI (Traders Dynamic Index)
chandelier exit
pivot points
BOP (balance of power)
CTM (Chande trend meter)
Coppock Curve
Correlation Coefficient
PMO (DecisionPoint Price Momentum Oscillator)
Ulcer Index
most of them except TDI are available on stockcharts.com
thanks