The SMT Divergences indicator highlights SMT divergences between the chart symbol and two user-selected tickers (ES and YM by default). A dashboard returning the SMT divergences statistics is also provided within the settings. 🔶 SETTINGS Swing Lookback: Calculation window used to detect swing points. Comparison Ticker: If enabled, will detect SMT...
Description: The Divergence Indicator (DI) is a powerful technical analysis tool designed to identify potential bullish and bearish signals based on multiple indicators, including RSI, Stochastic Oscillator, MACD, and EMA. It helps traders spot divergences between price and these indicators, indicating potential trend reversals or continuations. How it Works: The...
The Volume Divergence Indicator is a powerful tool that can help traders identify potential price reversals in the market by analyzing volume data. The indicator has several features, including divergences signals, volume spikes, volume contractions, and volume trend signals. Unlike most divergence indicators, this one is focused on providing non-repainting...
Description: The ADX Divergence Indicator (ADXDI) is a technical analysis tool designed to identify potential bullish and bearish signals based on the Average Directional Index (ADX), the Positive Directional Indicator (+DI), and the Negative Directional Indicator (-DI) lines. This overlay indicator plots circles on the chart to highlight these signals. How it...
example: if you want to find the stronger/weaker pair between eurusd and gbpusd, what you can do is check the eurgbp charts. if eurgbp is bullish, that means, that longs longs on eurusd are better than on gbpusd. Unfortunately, there is no such thing to compare for example usoil with ukoil, or us100 with us500. That's where this indicator comes in handy. You can...
This indicator has an awesome ability to react quickly to changing market conditions. It does not focus on closing levels as the RSI does. Instead, it focuses on intra-period highs and lows. It looks at the current bar of the asset and compares it with the previous bar. If the strength of the high and low is less extreme in the previous bar, the indicator records...
█ OVERVIEW This is a divergence indicator based on Relative Strength Index (RSI). My attempt to make this indicator updated based on latest pine script features such as type, object and method. █ FEATURES 1. Color of plot and label is based on contrast color of chart background. Able to customize color from style menu. 2. Big divergence (Regular Divergence)...
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...
Calculates five vector moving averages of different periods and averages them. Origin moving average is ALMA from the mid point of the candles (hl2.) Vector moving averages are the difference between Hull Moving Averages and the Origin MA. It is a momentum indicator that shows when long term and short term trends agree with the move. It moves stronger, when all...
Trampoline Dots (Price Divergence) Higher Time Frame Price Divergence: Trampoline Dots serve as a "quick bounce" tool. These little dots will trigger whenever the higher aggregation MACD is above / below zero and the price is below / above the 50 period simple moving average. When these criteria are met, the price is usually under pressure of strong divergence,...
Here is an another outcome of Object Oriented Zigzag and Pattern Ecosystem of Libraries. We already have another implementation of recursive zigzag which makes use of earlier library rzigzag . Here in this example, we make use of similar logic but leverage the new type and method based Zigzag system libraries to derive the indicator. 🎲 Design Overview ...
I changed MACD formula to divergence of (MA26/MA12 - 1). And its make it more useful. Cuz: 1) comparability with all other coins with different prices. 2) fix small numbers in low price coines like shiba 3) making a good indicator like RSI to use it for optimization and ML/AI projects as a variable Most important thing about this indicator is that its...
DESCRIPTION: This script combines the Relative Strength Index ( RSI ), Moving Average and Divergence indicator to make a better decision when to enter or exit a trade. - The Moving Average line (MA) has been made hidden by default but enhanced with an RSIMA cloud. - When the RSI is above the selected MA it turns into green and when the RSI is below the select MA...
This indicator identifies divergence between NYSE TICK and price, displays TICK in line, bar, or Heikin Ashi format, calculates various types of moving average lines and shows moving average crossovers. What is TICK NYSE TICK, also known as the TICK index, is a technical analysis indicator that shows the number of stocks on the New York Stock Exchange (NYSE)...
This is a modified indicator base code from RSI Multi Length and we will add some of functions by finding a classic/hidden divergence and alert. The indicator returns information over RSI using multiple periods and calculates the percentage of overbought and oversold by overbought divided by oversold. To find the divergence and hidden divergence we use base...
█ OVERVIEW This script highlights the usage of User-defined Types (UDTs) and objects , and bullish /bearish divergences. Pivotpoints are used to find divergences, the result of this script will be different against other public multiple divergences scripts. FOR Pine Script™ CODERS Besides the information found in CONCEPTS , the comments in the...
#### ENGLISH #### This script visualizes divergences between the price and new highs and new lows in the US stock market. The indicator should be used exclusively on the US stock indices (timeframe >= D). This is the indicator for the main chart. It should be used together with the subchart indicator of the same name. In order to get the same results between the...
#### ENGLISH #### This script visualizes divergences between the price and new highs and new lows in the US stock market. The indicator should be used exclusively on the US stock indices (timeframe >= D). This is the indicator for the sub chart. It should be used together with the main chart indicator of the same name. In order to get the same results between the...