🌐
GitHub
github.com › topics › macd
macd · GitHub Topics · GitHub
Python script for trading analysis using RSI and MACD indicators.
🌐
GitHub
github.com › litrin › MACD
GitHub - litrin/MACD: This is a python implementation for MACD (moving average convergence/divergence) · GitHub
This is a python implementation for MACD (moving average convergence/divergence) - litrin/MACD
Starred by 16 users
Forked by 5 users
Languages   Python
🌐
GitHub
gist.github.com › whittlem › ba1adbc08860e3754b320723df4bd710
Trading using Python - Moving Average Convergence Divergence (MACD) · GitHub
Trading using Python - Moving Average Convergence Divergence (MACD) - movingAverageConvergenceDivergence.py
🌐
GitHub
github.com › lukasandr › Market-Indicators
GitHub - lukasandr/Market-Indicators: This project implements 3 Market indicators using Python programming language
This project implements 3 Market indicators using Python programming language. This project was made for university subject "Practical Investment". Crossovers - As shown in the chart above, when the MACD falls below the signal line, it is a ...
Starred by 5 users
Forked by 5 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › mementum › backtrader › blob › master › backtrader › indicators › macd.py
backtrader/backtrader/indicators/macd.py at master · mementum/backtrader
provide a "signal" upon being crossed by the macd · · Formula: - macd = ema(data, me1_period) - ema(data, me2_period) - signal = ema(macd, signal_period) · See: - http://en.wikipedia.org/wiki/MACD · ''' lines = ('macd', 'signal',) params = (('period_me1', 12), ('period_me2', 26), ('period_signal', 9), ('movav', MovAv.Exponential),) ·
Author   mementum
🌐
GitHub
github.com › GZotin › RSI_MACD_strategy
GitHub - GZotin/RSI_MACD_strategy: Python script for trading analysis using RSI and MACD indicators.
Python script for crypto trading analysis using RSI and MACD indicators.
Starred by 22 users
Forked by 5 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › mellertson › talib-macd-example
GitHub - mellertson/talib-macd-example: An example of using TA-lib to render a MACD indicator using matplotlib in Python
An example of using TA-lib (in Python 2.7) to render a MACD indicator using matplotlib in Python.
Starred by 39 users
Forked by 25 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › QuantConnect › Lean › blob › master › Algorithm.Python › MACDTrendAlgorithm.py
Lean/Algorithm.Python/MACDTrendAlgorithm.py at master · QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#) - Lean/Algorithm.Python/MACDTrendAlgorithm.py at master · QuantConnect/Lean
Author   QuantConnect
🌐
GitHub
gist.github.com › whittlem › 0bdf4d9dfe88ac71c757c96786708aa3
Trading using Python — Moving Average Convergence Divergence (MACD)
November 17, 2020 - Trading using Python — Moving Average Convergence Divergence (MACD) - macd.py
Find elsewhere
🌐
GitHub
github.com › vsjha18 › finplots › blob › master › macd.py
finplots/macd.py at master · vsjha18/finplots
# plot_macd(ax_macd, df, style=style, slow=macd_setup['slow'], fast=macd_setup['fast'], ema=macd_setup['nema'] )
Author   vsjha18
🌐
GitHub
github.com › je-suis-tm › quant-trading
GitHub - je-suis-tm/quant-trading: Python quantitative trading strategies including VIX Calculator, Pattern Recognition, Commodity Trading Advisor, Monte Carlo, Options Straddle, Shooting Star, London Breakout, Heikin-Ashi, Pair Trading, RSI, Bollinger Bands, Parabolic SAR, Dual Thrust, Awesome, MACD · GitHub
Python quantitative trading strategies including VIX Calculator, Pattern Recognition, Commodity Trading Advisor, Monte Carlo, Options Straddle, Shooting Star, London Breakout, Heikin-Ashi, Pair Trading, RSI, Bollinger Bands, Parabolic SAR, Dual Thrust, Awesome, MACD - je-suis-tm/quant-trading
Starred by 9.7K users
Forked by 1.8K users
Languages   Python
🌐
GitHub
github.com › jamesvalencia1 › macd
GitHub - jamesvalencia1/macd
For those who wish to create a MACD graph in Python coding, I did a simple update to a code created by Andrew Hamlet here: https://www.linkedin.com/pulse/python-tutorial-macd-moving-average-andrew-hamlet/
Author   jamesvalencia1
🌐
GitHub
github.com › tamalmuk21 › MACD
GitHub - tamalmuk21/MACD: macd calculation in python and stock price color-coded according to macd and signal line
macd calculation in python and stock price color-coded according to macd and signal line - tamalmuk21/MACD
Author   tamalmuk21
🌐
GitHub
github.com › kaelzhang › macd
GitHub - kaelzhang/macd: FinTech utility to calculate MACD, the Moving Average Convergence / Divergence.
If you are familiar with python programming maybe you could check stock-pandas which provides powerful statistic indicators support, and is backed by numpy and pandas. The performance of stock-pandas is many times higher than JavaScript libraries, and can be directly used by machine learning programs. FinTech utility to calculate MACD...
Starred by 26 users
Forked by 7 users
Languages   JavaScript 100.0% | JavaScript 100.0%
🌐
GitHub
github.com › dmegbert › stock
GitHub - dmegbert/stock: A python app for backtesting MACD signal strategy
A python app for backtesting MACD signal strategy. Contribute to dmegbert/stock development by creating an account on GitHub.
Author   dmegbert
🌐
GitHub
gist.github.com › jimtin › 28dd0025377f661660275f33f1c806b3
Full MACD Crossover Strategy Code - Gist - GitHub
Full MACD Crossover Strategy Code · Raw · macd_crossover_strategy.py · This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.