The Breakout Detector (Previous MTF High Low Levels) indicator highlights breakouts of previous high/low levels from a higher timeframe. The indicator is able to: display take-profit/stop-loss levels based on a user selected Win/Loss ratio, detect false breakouts, and display a dashboard with various useful statistics. Do note that previous high/low levels are...
The "MA Sabres" indicator highlights potential trend reversals based on a moving average direction. Detected reversals are accompanied by an extrapolated "Sabre" looking shape that can be used as support/resistance and as a source of breakouts. 🔶 USAGE If a selected moving average (MA) continues in the same direction for a certain time, a change in that...
Extreme duration uses a special combination of the RSI and its relative position to deliver a reversal signal. The following are the conditions to generate signals: * Bullish signal: The current 8-period RSI is below 50 and above 35 while the previous 5 RSI's are below 35. * Bearish signal: The current 8-period RSI is above 50 and below 65 while the previous 5...
The Consecutive Higher/Lower Closings indicator is a powerful tool designed to assist traders in identifying potential buy and sell signals based on consecutive higher or lower closing prices. This indicator provides users with the flexibility to specify the number of consecutive higher or lower closings required to trigger a signal, allowing for a customizable...
In the chart photo is a description for each shape and letter, saying what each one is. BB, Reversals are off by default. BB + Reversals + Next bar confirmation - The way this should be used is by waiting for a 1 or 2 bar confirmation closed above/below the high/low of the Reversal candle. So if its a Top R, a yellow box will print as a confirmed 1 bar if it...
K's Reversal Indicator III is based on the concept of autocorrelation of returns. The main theory is that extreme autocorrelation (trending) that coincide with a technical signals such as one from the RSI, may result in a powerful short-term signal that can be exploited. The indicator is calculated as follows: 1. Calculate the price differential (returns) as the...
The "Fibonacci Ranges" indicator combines Fibonacci ratio-derived ranges (channels), together with a Fibonacci pattern of the latest swing high/low. 🔶 USAGE The indicator draws real-time ranges based on Fibonacci ratios as well as retracements. Breakouts from a Fibonacci Channel are also indicated by labels, indicating a potential reversal. Each...
The Reversal Confirmation Indicator is based on price action and looks to provide opportunities when price gets stretched. The indicator works by finding the highest and lowest points over the user selected lookback period. If price closes below the low of the highest bar or closes above the high of the lowest bar a possible reversion to the mean may occur and...
The "Percentile Based Trend Strength" (PBTS) calculates trend strength based on percentile values of high and low prices for various length periods and then identifies the current trend as either Bullish, Bearish, or N/A (No Trend). Here's a step-by-step explanation of the code: Percentile Calculations: For each specified length period (13, 21, 34, 55, 89, and...
This indicator helps avoid taking reversal trades too close to the 21 EMA, which may fail since the market often continues its trend after retracing from the 21 EMA level. It does not generate a direct signal for reversal trades but rather indicates points where you can consider potential reversal trades based on your trading methodology This script defines an...
The Baha'i Reversal Points is a custom creation that combines some of my favorite passions, creating stock indicator scripts and my faith. The Baha'i Faith believes in the oneness of God and all religions, and sees the number 9 as significant because that is the number of major world religions as well as the Baha'i symbol is a nine-pointed star. The number 19 is...
This indicator is an adapted version of Julien_Eche's 'Pro Momentum Calculator' tailored specifically for TradingView's 'Supertrend indicator'. The "Pro Supertrend Calculator" indicator has been developed to provide traders with a data-driven perspective on price movements in financial markets. Its primary objective is to analyze historical price data and make...
█ OVERVIEW K-means is a clustering algorithm commonly used in machine learning to group data points into distinct clusters based on their similarities. While K-means is not typically used directly for identifying support and resistance levels in financial markets, it can serve as a tool in a broader analysis approach. Support and resistance levels are price...
The trend change detector oscillator is a tool designed to help traders identify the current trend direction paired with the potential reversal zones. The oscillator is made of multiple parts: - The colored histogram, that displays the current long-term trend direction (long if above 0, short if below) - The trend line, which shows the price in relation to the...
The QQE (Quantitative Qualitative Estimation) Weighted Oscillator improves on its original version by weighting the RSI based on the indications given by the trailing stop, requiring more effort in order for a cross with the trailing stop to occur. 🔶 USAGE The QQE Weighted Oscillator is comprised of a smoothed RSI oscillator and a trailing stop derived...
Swing Ranges is an indicator designed to provide traders with valuable insights into swing movements and real-time support and resistance (SR) levels. This tool detects price swings and plots boxes around them, allowing traders to visualize the market dynamics efficiently. The indicator's primary focus is on real-time support and resistance levels, empowering...
This indicator is designed to identify potential breaks and reversals in price movements for a financial instrument. The indicator displays several elements to assist users in spotting specific market conditions: 1. High and Low Pivots : The indicator marks the highest and lowest points on the price chart within a customizable lookback period. These pivots...
The HyperTrend indicator aims to provide a real-time estimate of an underlying linear trend in the price. Support and resistance extremities are constructed from this estimate which can provide trade opportunities within the overall trend. Most tools that return lines on a chart are either subject to backpainting or repainting. We aimed to provide a reliable...