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...
I was struggling to find what I needed to combine an MA Cross strategy and MACD strategy. This strategy allows you to use more types of moving averages, including Double Exponential Moving Average and Triple Exponential Moving Average (DEMA & TEMA) in your MA Cross strategy, as well as removing the limits on MACD signal line length.
This simple script creates a moving average system weighted by volatility. The moving averages are less sensitive to price action than the typical moving averages we use, and their crossovers can be used to identify extended trends. I've colored the background depending on trend. Ideally in the future, I'll draw long or short signals on-chart depending on the...
This strategy utilizes two pairs of different Moving Averages, two Volume-Weighted Moving Averages (VWMA) and two Simple Moving Averages (SMA). There is a FAST and SLOW version of each VWMA and SMA. The concept behind this strategy is that volume is not taken into account when calculating a Simple Moving Average. Simple Moving Averages are often used to...
With this indicator, we have taken moving averages at Fibonacci lengths (3 to 233) as well as the average of these values, labeled the DFMA. Additionally, these values have been inputted into a table overlay. The cross of the FibMA(233) and the DFMA can be used as a signal for long or short. The FibMA lengths of 3 and 233 are plotted in white by default, the...
This indicator returns a moving average converging toward the price the more a trend makes new higher-highs or lower-lows depending on the detected trend. Settings Length: Controls the initial moving average smoothing factor ( 2 / (Length + 1) ), as well as the period of rolling maximums/minimums. Increment: Smoothing factor increment ( 2 / (Increment+ 1)...
Hi, again. Here I have a nice moving average script designed to get you into trends and keep you in trends until the opportune moment comes to exit. And, as with any indicator, or suite of indicators, designed to get one into trends and keep him/her in a trend, they do not do so well in chop/ranging/mean reversion conditions, though I would say this one is better...
Plotting Multiple Moving Averages in one indicator
Back in June 2021, I was able to find two moving averages that crossed when Bitcoin reached it's cycle bottom, similar to Philip Swift's Pi-Cycle Top indicator. The moving average pair used here was the x0.475 multiple of the 471 MA and the 150 EMA ( EMA to take into account of short term volatility ). I have a more in-depth analysis and explanation of my...
The Moving Average Crossover indicator uses 3 moving averages (2 simple moving averages and 1 exponential moving average ) to signal long and short opportunities based on moving average crossovers. This strategy serves as a backtest to that indicator. By taking entry and exit positions based on moving average crossovers, we are able to project profit with this...
The script is totally based on momentum , volume and price. We have used : 1: Bollinger Band Squeezes to know when a breakout might happen. 2: Used Moving Averages(SMA and EMA) to know the direction. 3: The success Rate of this strategy is above 75% and if little price action is added it can easily surpass 90% success mark. 4: Do not worry about drawdowns , we...
It is a simple indicator that provides buy or sell signals based on the intersection of two EMAs and a simple moving average (SMA). once the Relative Strength Index has confirmed it. For greater accuracy, add additional indicators like stochastic RSI, MACD, etc. Use only for intraday trading, Not for Positional Trading
According to TradingView the Detrended Price Oscillator is an oscillator that removes trend from price in order to more clearly show an instrument's cyclical highs and lows so that an investor or trader may more easily time when to buy or sell the underlying instrument. Accordingly, it is not meant to be used as a way of gauging momentum, however, I find it...
A simple indicator that adds a background fill to your chart based on a fast and slow moving average. When the fast moving average is above the slow moving average, the background is green. When the slow moving average is above the fast moving average, the background is red. If the fast and slow moving average don't agree on direction, the background is yellow. ...
Many technical analysts use moving average crosses to assess trend changes. A faster-moving MA crossing above a slower-moving line may be viewed as a bullish signal. The opposite can apply to the downside. While these methods may help analyze price direction, they can often force traders to wait until the cross occurs. Sometimes it may be useful to anticipate the...
Hello again. Here I have an improved version of the RSI that is similar to my "+ %B" indicator (that, an improved version of the %B). This version of the RSI includes candle coloring for bullish or bearish bias (is the RSI above or below its median line?), as well as candle coloring for overbought and oversold areas. Additionally, there is an option for coloring...
WELCOME to the Munich Guppy! This is a simple moving average indicator that will help you determine the trend of your chart using historical moving averages. The indicator consists of 3 EMA's and one ALMA moving average. Using these 4 moving averages I have programmed the relationship between the moving averages to color the background of your chart. If your...