Cari dalam skrip untuk "macd"
MACD (Moving Average Convergence/Divergence) + Inside BarMACD (Moving Average Convergence/Divergence) + Inside Bar so that free users can have two things in same indicator.
Script is open for everyone.
Check and test the code of Inside Bar and let me know if it is correct.
Feel feel to share.
MACD+CCI Strategya simple strategy based on Joseph Nemeth MACD+CCI strategy
Reference reading: sites.google.com
MACD + Colors + Signals
Standard MACD with signal and histogram
MACD and signal crossovers are marked with up/down triangles
Signal is colored based on its direction, can be turned to a single color
Histograms can be green, red and yellow based on their side and direction
Histograms can be switch to be green when positive and red when negative
MACD with highlighted positive and negative trendThe values used by this indicator are equal to MACD 12 26 9 (and Signal). Only changes are made to looks:
If MACD closes higher than Signal, then we are seeing green. Else, we are seeing red.
Another point is that we get a blue circle when there is a trend change from bullish to bearish or vice versa. Please note that there needs to be an offset for this. We will only see the circle, when there already WAS (instead of is) a trend change.
Volume Weighted MACD (VWMA, 4 Color, Color-blind Friendly)MACD built out of two Volume Weighted Moving Average (VWMA) lines of different periods. The signal line is still an EMA of the MACD line, just like with the normal MACD .
Colors are picked to be friendly with partial colorblindness, and can be modified in the indicator settings.
[M] MACD + SMI
MACD + SMI -2.23% Ergodic
When leaving the zone, MACD is painted in different colors, while in the area - is gray.
In the settings you can disable shading in gray or SMI -2.23% .
Works on the major currency pairs, the rest has not been tested. Because it did for me)
//Google translate
----------------------
МАКД+SMI Ergodic
При выходе из зоны, MACD окрашивается в разные цвета, при нахождении в зоне - остается серым.
В настройках есть возможность отключить закрашивание в серый или SMI -2.23% .
Работает на основных валютных парах, на остальных не тестировался, потому что делал для себя)
MACD DEUTER 2 colour v0.2 by JustUncleLThis is an updated version of the MACD DEUTER 2 colour indicator. This version includes the Signal line and option to change the length calculating the MACD direction change.
GreenMood inchart MACD Zero LagMACD Zero lag Visual inchart view.
Threshold / Settings can be changed in Format view.
Threshold to be adapted depending on timeframe.
MACD 4C4 Coloured MACD
lime = positive rising
green = positive descending
red = positive rising
maroon = positive descending
MACD 4C4 Coloured MACD
lime = positive rising
green = positive descending
red = positive rising
maroon = positive descending
MACDASTHOMAS ASPRAY'S MACD by KIVANC @fr3762 on twitter
drive.google.com
This indicator is simply based on MACD HISTOGRAM'S 9 period EMA signal line
MACDAS = MACD HISTOGRAM= MACD - SIGNAL LINE of MACD
MACDAS SIGNAL LINE = 9 Period EMA of MACD
Note: Macd is originally calculated by using SMA but in this version both MACD and MACDAS and their signal lines are calculated by using EMA.
MACDAS provides earlier BUY / SELL signals than MACD.
TURKISH EXPLANATION:
Thomas Aspray'in bulduğu KIVANC @fr3762 tarafından yazılan versiyon
MACDnin Triggerı ile farkı (Histogram) ile bu farkın 9 günlük üssel hareketli ortalaması alınarak hesaplanmıştır
drive.google.com
Macd indikatörüne göre daha erken AL / SAT sinyalleri üretmektedir.
Kazançlı günlerde kullanmanız dileğiyle...
KıvanÇ
MACDeA different style of MACD indicator with different period values of WEIGHTED and EXPONENTIAL MOVING AVERAGES INSTEAD OF only EXPONENTIAL.
Default MOVING AVERAGES ARE
faster period: 8bars EMA
slower period: 13 bars EMA
signal period: 5 bars WMA
TURKISH EXPLANATION:
MACD indikatörünün sadece üssel yerine AĞIRLIKLI ve ÜSSEL hareketli ortalamalar kullanılarak daha erken sinyaller alabilmek için daha kısa periyotlarla yorumlanması
fikir @kenyaborsa on twitter
yazar: KIVANÇ @fr3762 on twitter
[NLR] - MACD OverlayOverview
This script is an enhanced version of the classic MACD indicator, designed to be plotted directly on the price chart as an overlay. It provides a visual representation of trend direction by coloring moving averages, a zero reference line, and an optional histogram. The script allows for a higher timeframe MACD calculation through a configurable multiplier.
Features
MACD Calculation: Uses Exponential Moving Averages (EMA) to calculate the MACD line, Signal line, and Histogram.
Higher Timeframe Support: Multiplier option to adjust MACD parameters for a broader trend perspective.
Color-Coded Trend Visualization: Dynamic color changes based on MACD crossovers for easy trend identification.
Optional Histogram: Toggle histogram visibility to see momentum shifts.
Zero Line Reference: Helps traders interpret trend direction and strength.
How to Use
Customize Inputs: Adjust Fast, Slow, and Signal lengths as needed. Modify the multiplier to view a higher timeframe MACD.
Enable Histogram: Use the "Show Histogram" toggle to display additional visual cues for momentum shifts.
Interpret the Signals:
Uptrend (Lime): Fast EMA is above Slow EMA.
Downtrend (Fuchsia): Fast EMA is below Slow EMA.
Histogram Changes: Increasing histogram bars indicate growing momentum, while decreasing bars suggest weakening momentum.
Zero Lag MACD Enhanced - Version 1.1ENHANCED ZERO LAG MACD
Version 1.1
Based on ZeroLag EMA - see Technical Analysis of Stocks and Commodities, April 2000
Original version by user Glaz. Thanks !
Ideas and code from @yassotreyo version.
Tweaked by Albert Callisto (AC)
New features:
Added original signal line formula
Added optional EMA on MACD
Added filling between the MACD and signal line
I looked at other versions of the zero lag and noticed that the histogram was slightly different. After looking at other zero lags on TV, I noticed that the algorithm implementation of Glanz generated a modified signal line. I decided to add the old version to be compliant with the original algorithm that you will find in other platforms like MT4, FXCM, etc.
So now you can choose if you want the original algorithm or Glanz version. It's up to you then to choose which one you prefer. I also added an extra EMA applied on the MACD. This is used in a system I am currently studying and can be of some interest to filter out false signals.
Modified MACD with Zero LineBased on Adam H. Grimes' Modified MACD. Uses a 3/10 simple MA for the fast line and a 16 for the signal line. Added a zero line.