Francesco's Ultimate Moving Average-MTFMoving Averages for potential upside buys. Features three different moving averages to indicate uptrends and downtrends for swing trading.
Cari dalam skrip untuk "moving averages"
Overbought or Oversold? Check Distance From MAMoving averages are one of the most basic tools for technical analysts. They can be useful for both trend analysis and for mean reversion.
But how can you know when price is historically overbought or oversold relative to a moving average? Distance from MA can help.
This indicator calculates the distance from a moving average as a percentage and plots the result as an oscillator. Values above 0 appear in green, while negative readings are colored red.
This chart highlights the depth of the S&P 500's recent selloff. As you can see, the close dipped to 25 percent below its 50-day SMA on Monday. That was its most oversold condition since November 20, 2008 -- in the middle of the subprime financial crisis.
Distance from MA can handle five types of moving average. Simply change the "AvgType" input according to this key:
1 - Simple Moving Average
2 - Exponential Moving Average
3 - Hull Moving Average
4 - Weighted Moving Average
5 - Volume-Weighted Moving Average
Moving averages and bandsI coded this simple indicator based on multiple ideas shared by Tim West at his "Key Hidden Levels" chatroom.
We have a moving average ribbon comprised of the average of the highs and lows in 10 periods. The colored space in between acts more or less like fair value and is often where price is when consolidating.
Green and red triangles at the top and bottom of the screen.
The ones at the bottom, correspond to signals obtained from a 4 period moving average of the close's slope. It helps get excellent exits for trending moves by changing color with the moving average slope.
The ones at the top, are green while Bollinger Band Width increases, and red while it decreases, relative to the previous bar.
Background color highlights when the close moves over the moving average of the highs or under the moving average of the lows, indicating a change of trend is possible, or at least a pause/consolidation.
The idea is to have multiple reasons to stay in a trade, which is normally very hard to do, specially when winning.
Cheers,
Ivan Labrie
Time at Mode FX
MA Streak Can Show When a Run Is Getting Long in the ToothMoving averages are one of the most common indicators in the world of technical analysis. And they’re often the ingredients of more complex indicators like MACD.
Today’s script shows how long prices have been moving in a given direction. Similar to our earlier Price Streak script, MA Streak counts the number of sessions that the average is rising or falling. It then plots the result in green (positive, rising) or red (negative, falling).
Because it uses a moving average instead of individual candles, this smooths out short-term noise to illustrate how long prices have been moving in a given direction.
Users can designate which price value (open, high, low, etc) to use under the Source input. They can also chose one of five moving average types. (See the code for a complete guide.)
Today’s chart shows that the S&P 500’s 10-day simple moving average (SMA) has been rising for 36 sessions. It’s the longest upside run since March 2019. Given the fact that the index is flirting with its pre-Covid highs, MA Streak may suggest the current rally is getting long in the tooth.
It's also noteworthy that the coronavirus correction in February and March saw the 10-day SMA drop for 24 straight sessions, which was its longest decline since June 2010.
Moving Averages 50 & 200Moving Average Indicator for trading 50MA and 200MA crossovers (golden cross and death cross).
A golden cross is considered a bullish sign; it occurs when the 50-day moving average rises above 200-day moving average. A death cross is considered a bearish sign; it occurs when the 50-day moving average drops below 200-day moving average.
Volume, Momentum and Volatility weighted moving averageMoving averages are filters on price data. This moving average creates a filter which factors in:
- the price RSI or it's Momentum
- the volume RSI
- the RVI or Volatility
Each factor is put through a least squares filter to smooth them first.
Then the factors are used to build a coefficient for an exponentially weighted average.
The chart above shows a comparison of standard average types with this script.
This is useful if you are looking for a moving average based trigger and do not wish to react to candle noise price action.
Moving Averages with ADR%/ATR/52W/Market Cap TableMoving Average
ADR
ATR
52 Week High/Low
Market Cap
Moving Average RibbonMoving Averages creating a what I call internally a "ribbon". Rename as see fit.
Moving Averages with Crossovers and Interchangeable 200 EMA
just basic standard emas. used for technical analysis and reading institutional flow
Moving Averages + Premarket High/Low + Yesterday High/Low V2This script allows you to have multiple indicators on the chart at once. EMA's can be added to lower timeframes while SMA's can be added to higher timeframes. Premarket high and low are also tracked as well as yesterdays high and low. All these points are crucial in technical analysis as current price action can either bounce or reject off of these levels.
Update: Fixed an issue where high/low was showing for current trading day during market hours instead of previous trading day
Moving Averages & PivotsOptional MA and Pivots which can be changed as per your needs.
Moreover you can opt to see all and none at all or some.
Moving Averages - Krown Cave Updated 07.10.19EMA's and SMA's set up with same settings and colors seen on Krown's Crypto Cave videos.
Scalping EMAs for ForexMoving averages for 5m time frame. The 96 and 252 are the 8 and 21 on 1h
Inspired by this simple scalping strategy