Moving Average Reversals Description: The Moving Average Reversals indicator gives a quick visual representation of when a stock gets extended up or down from a user selected moving average. The color of the histogram dynamically changes as price becomes extended or within it’s normal trading range. The indicator also highlights the largest extensions...
A trend following indicator that allows traders/investors to enter trades for the long term, as it is mainly tested on the daily chart. The indicator fires off buy and sell signals. The sell signals can be turned off as trader can decide to use this indicator for long term buy signals. The buy signals are indicated by the green diamonds, and the red diamonds show...
Moving averages come in all shapes and types. The most basic type is the simple moving average which is simply the sum divided by the quantity. Therefore, the simple moving average is the sum of the values divided by their number. In technical analysis, you generally use moving averages to understand the underlying trend and to find trading signals. In the case...
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...
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 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...
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...
This script lets you pick 20 symbols to check for ma crosses. The way it works is it scans all 20 of your symbols for moving average crosses and then it sends an both a regular alert and a visual alert inside of the indicator. I found that ma cross strategies are very popular right now so I thought it would be nice to have one indicator instead of 20 discord...
This indicator uses a custom MA as well as RSI bar-flips, as a form of pivot point, to signal the direction of the trend. The triangle markers on the chart are the RSI flipping from negative to positive, and vice versa. The lighter shaded candles are up candles, the darker shaded candles are down candles.
Hello Guys! Nice to meet you all! This is my second script! This Logic is trend following logic, This detects long & short trends by comparing the value of MAs. This fits to the longer time frame. ### Long Condition 1. Compare 4 MAs (you can chose MA Type) - Shortest MA (MA 1) - Shorter MA (MA 2) - Normal MA (MA 3) - Longer MA (MA 4) 2. If MA 1 > MA 2 > MA 3 > MA...
This strategy utilises 3 different conditions that have to be met to buy and 1 condition to sell. This strategy works best on the ETH/USDT pair on the 4-hour timescale. In order for the strategy to enter the trade, it must meet all of the conditions listed below: ENTRY RSI increases by 5 RSI is lower than 70 MA9 crosses above MA50 To exit a trade, the below...
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
This is a simple moving average based strategy that takes 2 moving averages, a Fast and a Slow one, plots them both, and then decides to enter a 'long' position or exit it based on whether the two lines have crossed each other. It goes 'long when the Fast Moving Average crosses above the Slow Moving Average. This could indicate upwards momentum in prices in 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)...
Use this to track the daily moving avg's on the 15m chart. by default it is set to be used on ext hours.
This strategy uses two different Arnaud Legoux Moving Average Lengths, one fast and one slow, to determine crosses for entries. The Arnaud Legoux Moving Average is an improvement to traditional MA's because it reduces lag and smooths the signal line. I have added a volume filter to improve the accuracy of the signals. This script is optimized to be used with...