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
Starred by 16 users
Forked by 5 users
Languages Python
Videos
11:21
Python For Finance - Backtesting MACD trading strategy - YouTube
26:39
Backtesting moving average (MACD) - Python for Finance - part 3 ...
30:38
Algorithmic Trading Strategy Using MACD & Python - YouTube
17:53
Adding the MACD indicator - Tkinter tutorial Python 3.4 part 28 ...
03:59
Coding MACD Indicator- Python Algo Trading Course - YouTube
19:32
Algorithmic trading in Python: Technical analysis and MACD - YouTube
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.
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
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
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 › RaghavsScarletSplendour › MACDtradingstrategy
GitHub - RaghavsScarletSplendour/MACDtradingstrategy: Explore and optimize the MACD trading strategy with real-world data. This project implements the MACD indicator to analyze stock market trends and optimize buy/sell signals for maximum profitability. Dive into historical data analysis, performance metrics like Sharpe Ratio and Win Rate, and parameter optimization in a comprehensive Python notebook
This project implements the MACD ... metrics like Sharpe Ratio and Win Rate, and parameter optimization in a comprehensive Python notebook - RaghavsScarletSplendour/MACDtradingstrategy...
Author RaghavsScarletSplendour
GitHub
github.com › maheshpeiris0 › MACD-Moving-Average-Convergence-Divergence-Oscillator-
GitHub - maheshpeiris0/MACD-Moving-Average-Convergence-Divergence-Oscillator-: MACD (Moving Average Convergence/Divergence Oscillator) in Python
MACD (Moving Average Convergence/Divergence Oscillator) in Python - maheshpeiris0/MACD-Moving-Average-Convergence-Divergence-Oscillator-
Author maheshpeiris0
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
github.com › xoopsi › macd-divergence-detector
GitHub - xoopsi/macd-divergence-detector: This repository contains Python code for detecting MACD (Moving Average Convergence Divergence) divergences in financial time series data. The code provides functions to calculate MACD ranges, identify local peaks and troughs, and detect both regular and hidden bullish and bearish divergences.
This repository contains Python code for detecting MACD (Moving Average Convergence Divergence) divergences in financial time series data. The code provides functions to calculate MACD ranges, identify local peaks and troughs, and detect both ...
Author xoopsi
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.