what is Colorful Moving Averages? This indicator allows you to use your favorite moving averages in their advanced form. what it does? It gives you easy access to the following information with a single indicator: the direction and momentum of the price, rate of change of momentum (acceleration), time-dependent change in momentum, and all the other information a...
Description: MOM-LRC is a powerful technical analysis indicator designed to provide traders with signals based on the momentum of an asset's price and its deviation from its mean value. The indicator calculates the exponential RSI and uses a custom function to determine the percentage change from the mean. The upper and lower bands of the momentum channel are...
Prices can go up or down or falter in their movement. This code evaluates this by looking at two consecutive bars or sets of bars. If you put the set size to 1, the current and previous bar is evaluated. If put to 2, the last2 and the 2 before these are evaluated. Default is 12 because this seems to coincide with trend changes. This code provides an advanced way...
Inspired by Linda Bradford Raschke. Entry criteria: This strategy is used to capture momentum effects on the daily periodicities. Once prices have had a run of 8 or more consecutive closes above or below the 5-period simple moving average the strategy is primed to trade. It will then enter a short on the first close above the 5sma after a run of 8 or more...
Multiple Standard Momentum The momentum indicator is a technical indicator that measures the speed and strength of the price movement of a financial asset. This indicator is used to identify the underlying strength of a trend and predict potential changes in price direction. The calculation of the momentum indicator is based on the difference between the...
This script quantifies the energy in a price move by comparing the relationship of 3 configurable exponential moving averages present on a slightly higher timeframe (chosen automatically based on the charts current period). It uses the closing price by default, but this is also configurable using the Source input. There are a few ways to use the information in...
The indicator calculates the momentum of bullish and bearish based on the average true range and the highest highs and lowest lows of the historical price. The indicator displays the strength for either taking a long position, or a short position. The simplest way to use the indicator is to take a long position when the M+ line crosses above the 0 line....
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 11th one is an automated version of the "Magic Trading Strategy : Most...
Arron Meter With Alerts is an indicator to identify the trend, and a meter shows the percentage of AroonUP and AroonDown. Alert Settings It will be part of a display of bullish and bearish signals by using the condition of the upper line cross lower line and HMA 200 cross under/over EMA 12, and also upper/lower line must be higher than 70%
Momentum Deviation Bands uses a variation of standard deviation. Instead of using price to calculate standard deviation, this uses momentum. This is another type of volatility that will be used in future indicators. This indicator serves more as an educational tool, but can also be used in trading. You can read about the included moving averages here: ...
What is this Indicator used for? Made specifically for GRID Bots note: before continuing... this indicator works on any timeframe, but it WORKS BEST ON THE 15 MINUTE TIMEFRAME Straters and Forex Master Pattern Value Line Traders use this to help determine when the price could reverse. This indicator is a scalping indicator that produces signals when a...
The Multi SMI Ergodic Oscillator (Multi SMIEO) indicator can be used to identify potential buy and sell signals based on the relationship between the TSI and EMA lines. The script is creating an indicator that plots multiple (3) sets of Time Series Indicator (TSI-Indicator) and Exponential Moving Average (EMA-Signal) lines as a single indicator. The TSI is a...
ABOUT THIS INDICATOR This indicator calculates the Stochastic RSI for the time frames 15 min, 30 min, 1h, 4h, and 12h. However, the 15 min time frame should always be the default time frame for your chart. IMPORTANT * NOTE! It's extremely important that the chosen time frame for your chart is 15 min. Otherwise the Stochastic RSI for the longer time frames won’t...
This is the Histogram Version of one of my other indicators named: SQZ Momentum + 1st Gray Cross Signals (with arrows) Which is a modification of "Squeeze Momentum Indicator" by user: "LazyBear". In that indicator of his he described, and suggested, the use of his gray cross signals to find points of interest for trading based on the direction of momentum...
I have modified LazyBears Squeeze Momentum Indicator with enhancements, plus added signals LazyBear mentioned that in John F. Carter's book, Chapter 11, "Mastering the Trade", that "Mr. Carter suggests waiting till the first gray after a black cross, and taking a position in the direction of the momentum (for ex., if momentum value is above zero, go long). Exit...
One of the ways I go when I develop strategies is by reducing the number of parameters and removing fixed parameters and levels. In this strategy, I'm trying to create an RSI indicator with a dynamic length. Length is computed based on the correlation between Price and its momentum. You can set min and max values for the RSI, and if the correlation is close to 1,...
This pine script calculates percent volatility momentum, negative percent volatility and positive percent volatility. The blue line is the overall momentum of the current percent volatility trend. The red line only includes negative movements in the percent volatility of the source. The green line includes only positive movements of the percent volatility of the...
This script is an addition to Fixed Quantum Cdv. It shows vector cdv ratio in columns. You can select the length as an input to how many bars to look back for the whole calculation. The green bars represent the bullish values and the red bars the bearish values. The green line represents an ema of the bullish value and the red line the ema of the bearish...