Moving Averages are probably the most commonly used analysis tools, and MACD is possibly the first charting indicator a trader gets to learn about. MACD Basic concept ---------------------------- Without repeating all the tons of documentation about what MACD does, let's quickly re-visit the MACD concept from a 10-mile altitude (note we're keen on simplifying...
This fulfills a request from user: iTibu to make an oscillator to go along with one of my indicators named: " Volume Crop ━ Hidden Volume Divergence ". It essentially does the same thing, without the Midline Tool , so you can better understand where the crosses are happening. Again, the hidden MACD Divergence circles formula originated from TheLark. I...
This is part of a new series we are calling "Strategy Myth-Busting" where we take open public manual trading strategies and automate them. The goal is to not only validate the authenticity of the claims but to provide an automated version for traders who wish to trade autonomously. Our seventh one we are automating is the "Magic MACD Indicator: Crazy Accurate...
Volume Divergence • Formula originated from: "Hidden Price Divergence" (circles) by TheLark. I did two things to harness its effectiveness: • Firstly, I developed a unique way to filter out the divergence signals that were appearing on both sides of the midline. This filter will be known as the "Midline Tool" . It filters out a lot of the false...
This oscillator is an attractive way to view hidden price divergence... The formula originated from the Lark, but I have cleanly displayed this information. When the two moving averages (ema) cross with a simple moving average, you find the hidden price divergence. What kind of market should you use this in? It works well when a trend is already established....
This Pine Script for TradingView is a technical analysis tool that visualizes the average of several popular indicators in the trading world. The indicators included are the RSI (Relative Strength Index), RVI (Relative Vigor Index), Stochastic RSI, Williams %R, relative MACD (ranging from 0 to 100), and Bollinger Bands price distance from 0 to 100. The script uses...
The indicator shows the MACD histogram sign (positive or negative) for several timeframes at once. You can see at a glance how the price is trending across higher and lower timeframes. The code uses recursive calculations for the SMA and EMA to avoid lookahead errors and repainting on higher timeframes. Note that, for lower timeframes, the line becomes yellow to...
This script is an interesting take on Convergence and Divergence of Moving Averages. With the built-in MACD Indicator, you cannot make these adjustments to the settings. DESCRIPTION The top Moving Average is calculated on the High of the candle. The bottom Move Average is calculated on the Low of the candle. If the two are moving apart (Divergence), the shaded...
This MacD Indicator has every feature available. See First Post for Details.
An exponential moving average ( EMA ) is a type of moving average (MA) that places a greater weight and significance on the most recent data points. The exponential moving average is also referred to as the exponentially weighted moving average . An exponentially weighted moving average reacts more significantly to recent price changes than a simple moving average...
***For a Detailed Video Overview Showing all of the Settings... Click HERE to View Video New _CM_MacD_Ult_MTF _V2 Update 07-28-2021 Thanks to @SKTennis for help in Updating code to V2 Added Groups to Settings Pane. Added Color Plots to Settings Pane Switched MTF Logic to turn ON/OFF automatically w/ TradingView's Built in Feature Updated Color...
Here is a combination of the classic MACD (moving average convergence divergence indicator) with the classic slow moving average SMA with period 200 together as a strategy. This strategy goes long if the MACD histogram and the MACD momentum are both above zero and the fast MACD moving average is above the slow MACD moving average. As additional long filter the...
Hey everyone I have modified Waddah Attar Explosion indicator to work in low price markets like crypto as well as any other market. So now the DeadZone line is based on ATR instead of a fixed number. Nothing more changed and all credits goes to it's MT4 developer and LazyBear (Main Script Link) . Hope you enjoy! Read the main description below... - - - - - - -...
Variety Moving Average Waddah Attar Explosion is a Waddah Attar Explosion after the original version created over a decade ago. This version has ATR and Pips calculated dead-zone as well as 35+ moving averages to choose from for all moving average calculations. What is Waddah Attar Explosion? Waddah Attar Explosion is a momentum indicator that accounts for...
The Ichimoku Cloud is a collection of technical indicators that show support and resistance levels, as well as momentum and trend direction. It does this by taking multiple averages and plotting them on a chart. It also uses these figures to compute a “cloud” that attempts to forecast where the price may find support or resistance in the future. The Ichimoku...
Here'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