In den Scripts nach "MACD" suchen
MacD with Bollinger BandsAnother MacD indicator with Bollinger Bands, this version includes the histogram, and you can enable/disable the breach, and I advise unchecking the upper/lower boxes for the Bollinger Bands, as this creates a crush effect on the bands of the MacD and the signal
MacD + Bollinger BandsI made this simple script to use the MacD's EMA tapes with bollinger bands to leave the board free to better visualize the marked features, can be noticed that when the candlesticks come out of the bollinger bands, the EMA strips of the MAcD are also coming out, so it's still useful and they are indicated by the green breaches. I also advise to disable the Upper / Lower in the style tab, this gives a crushing effect. You can turn off the breach too !
LFH/ Long positions using MACD histogram, long EMA and short EMADisclaimer: I'm a noob.
Hey there!
I'm trying to implement a script which enter market long position when long EMA crossover short EMA and MACD histogram is positive and histogram at T time is lesser than histogram at T-1.
And when short EMA crossover long EMA, plus MACD histogram is negative and histogram at T is greater than histogram at T-1, I want the script to exit market long position.
Now, I have something pretty close to what I am looking for. What I am missing and can't figure out yet is:
How to moderate entries, ie. I would like it to enter positions when trends are really interesting not just every time the conditions are fulfilled (same for exits) as there is way too much positions
I need to find a way to exit appropriated positions.
MACD WEIGHTEDA different style of MACD indicator with different period values of WEIGHTED MOVING AVERAGES INSTEAD OF EXPONENTIAL.
Default MOVING AVERAGES ARE
faster period: 8bars
slower period: 13 bars
signal period: 5 bars
TURKISH EXPLANATION:
MACD indikatörünün üssel yerine AĞIRLIKLI hareketli ortalamalar kullanılarak daha erken sinyaller alabilmek için daha kısa periyotlarla yorumlanması
Log-space MACDThis indicator is identical to regular MACD indicator except it is calculated in log space, which is useful for looking at long-term trends.
Modified MACDThis is a modified version of the MACD (Moving Average Convergence/Divergence) oscillator. Instead of using exponential moving averages this modified version make use of simple moving averages. The default periods for this modified version of MACD is 3/10/16. This modified version of the MACD oscillator is described in detailed in Appendix B in the book The Art and Science of Technical Analysis: Market Structure, Price Action and Trading Strategies by Adam Grimes.
4 Hour MACD (Philip Nel ForexFactory)This is the basic script that shows MACD as described with settings in the thread www.forexfactory.com
Hull MACD with Force Index Backcolorswww.tradingview.com
Like many other indicators this tells the past and it will dutifully follow the future price changes whatever they will be.
This is an upgrade of the "Hull Moving Average Convergence/Divergence" low lag indicator in my scripts. Added Elder Force Index (background colors) to include effects of Volume.
When EFI goes positive the background goes green, when it slopes up (more positive than previous bar) it is darker green. Negative red and slope down darker red.
I find it useful in all time frames but I use mostly hour and day. The direction color combined with price action and macd tell whether the volume supports the price movement and the shading (darker green for increasing up volume and darker red for increasing down volume) tells of the degree of support.
Since when the EFI is positive and dropping, for example, the price can be dropping with opposite for negative.
Dark shading tells where the EFI and possibly the price is headed (at the moment).
Light shading says to check more on other indications for likely direction.
Changed also the histogram color so it stands out of background and added hlines to make relative volatility and peak height easier to see.
Anyway help yourself if any of this code is useful to you, enjoy, happy trading and Keep Smiling!
Normalized MACD (v420) strategyNormalized MACD but heavily modified for example hullMA instead of EMA
the strategy
MACD+STOCHASTICA simple strategy that use MACD and STOCHASTIC to give buy/sell signal. Use fractals to put stop loss
Ichimoku + Daily-Candle_X + HULL-MA_X + MacDIchimoku_cloud + Daily-Candle_cross(DT) + HuLL-MovingAverage_cross + MacD
any timeframe, all indicators settings adjustable for fine tuning to pair/timeframe
Target Point and Stop Loss settings
set SL low to reduce repaint
Accumulation/Distribution MACDMACD of acc/dist instead of the normal stuff.
Dunno if it's actually useful.
Just wanted to see what happened.
Thanks to ChrisMoody who's macd script I stole
chentz Volume MACDA MACD indicator over the volume to see pattern over the volume.
Adaptation of script from
and using the theoretical foundation from www.moneyshow.com
MACD Divergence MultiTimeFrame [FantasticFox]This is a MACD divergence on 3 time-frames, 1h, 4h and 1D.
Please insert the indicator into a 1h chart, otherwise change the lengths' inputs.
you will see H1,H2, H3, R1, R2 and R3 in green and maroon colors.
H means hidden divergence, 1 regards to 1h, 2 to 4h, and 3 to 1D. If the color is green, its bullish, and if its maroon the divergence is bearish.
Gray circles on 4h macd is for those traders who want to check the confirmation on Elliott wave changes.
*Thanks to RicardoSantos MACD divergence.
Multi Timeframe MACDThis will show you the MACD (no Signal Line) of the higher timeframes (up to 4h). Current Timeframe is colored blue, higher timeframes are colored from light gray to darker gray (you can change that).
RN MACD SignalsThis is my simple way to quickly see MACD signals without having the MACD taking up space. The one at the bottom is for display to show how this works. A crossover occurs when the arrow flips over. The position of the arrow tells you if it is currently above or below the zero line. You can change the script to overlay and have it show up above or below price also. Let me know what you think.
AK MACD BB INDICATOR V 1.00Here's my version of the MACD _BB . This is a great indicator to capture short term trends.
yellow candles = long
aqua candles = short
This indicator can be much better. I will work on it and publish an improved version (hopefully) soon. In the mean time , go ahead and play around with the code, and please share your findings :)
Cheers
Algo
MacD Custom Indicator-Multiple Time Frame+All Available Options!This MacD Indicator has every feature available. See First Post for Details.