The Liquidation Levels indicator aims at detecting and estimating potential price levels where large liquidation events may occur. By analyzing liquidation Levels, traders can identify potential support & resistance levels, identify stop-loss levels, and gauge market sentiment and potential areas of price volatility. 🔶 USAGE Liquidation refers to the...
This is a 2 in 1 indicator - Support/Resistance & Orderblock Wicks The first indicator draws vertical lines for support and resistance areas. These areas update automatically, which means that if the price rises above resistance and stays above it, this resistance becomes support. The same applies to support levels. If the price breaks below the support line and...
Golden Level Predictions (GLP) Trading Indicator This script introduces a custom trading indicator named "GLP" tailored for the TradingView platform. It offers various price levels derived from Fibonacci calculations and other mathematical models, assisting traders in pinpointing potential overpriced and discounted price levels. Key Features: User Inputs :...
The Range Detector indicator aims to detect and highlight intervals where prices are ranging. The extremities of the ranges are highlighted in real-time, with breakouts being indicated by the color changes of the extremities. 🔶 USAGE Ranging prices are defined by a period of stationarity, that is where prices move within a specific range. Detecting...
This indicator provides a new approach to creating price zones that can be used as support and resistance. The approach does not use pivot points or Fibonacci levels. Instead, it uses the frequency of occurence of local maxima and minima to determine zones of interest where price often changed direction. The algorithm is as follows: - Gather price data from the...
Overview: Triangles have always been known to be the strongest shape. Well, why wouldn’t that likewise apply to trading? This Indicator will create Upwards and Downwards Triangles which in turn create Support and Resistance locations. For example, we find 2 highs that meet the criteria (within deviation %, Minimum Distance and Lookback Distance). We calculate...
The Volumetric Toolkit is a complete and comprehensive set of tools that display price action-related analysis methods from volume data. A total of 4 features are included within the toolkit. Symbols that do not include volume data will not be supported by the script. 🔶 USAGE The volumetric toolkit puts a heavy focus on price action, returning...
Hi, This is a multiband indicator that shows you liquid support and resistance ranges based on growing offsets and growing ATR channels. In the end, when setup well, you can make, based on historical observations, estimates of how traders will react, maybe identical again. How to use: Setup: Activate the two checkboxes for centerline and All_Lines Start with...
Hi Traders! The Support & Resistance PRO A simple and effective indicator that helped me a bunch! This indicator will chart simple support and resistance zones on 2 time frames of your choice. It uses a 30 day lookback period and will find the last high and low. Each zone is built from the highest/lowest closure, and the highest/lowest wick, creating a liquid...
Using Maps collections: This code manipulates support and resistance lines using maps collection. We normally maintain array/udt of lines and related properties to segregate lines as support and or resistance. With introduction of maps the same can be achieved without creating lines array/udt. What does this code do: 1. Plot support and resistance lines based...
Support and Resistance Levels and Zones Indicator is an enhanced support and resistance indicator in that typical support and resistance levels are crucial concepts in technical analysis representing price levels where selling or buying momentum tends to halt, typically leading to a price reversal. The Support and Resistance Levels and Zones Indicator goes beyond...
Mxwll MTF S/R: The Mxwll MTF Support & Resistance indicator is designed to identify crucial support and resistance levels across multiple timeframes. By considering various timeframes, this indicator provides a more comprehensive view of the market's underlying structure. It allows traders to extend lines in various configurations and covers timeframes ranging...
The Master Pattern indicator is derived from the framework proposed by Wyckoff and automatically displays major/minor patterns and their associated expansion lines on the chart. Liquidity levels are also included and can be used as targets/stops. Note that the Liquidity levels are plotted retrospectively as they are based on pivots. 🔶 USAGE The Master...
SRTL - Support Resistance and Trend Line with Double EMA and TRAMA The SRTL indicator is a powerful tool for technical analysis that seamlessly integrates support and resistance levels, trend lines, and moving average signals. It offers traders a comprehensive view of the market's dynamics, making it a valuable addition to any trading toolkit. Here's a concise...
The Extrapolated Previous Trend indicator extrapolates the estimated linear trend of the prices within a previous interval to the current interval. Intervals can be user-defined. 🔶 USAGE Returned lines can be used to provide a forecast of trends, assuming trends are persistent in sign and slope. Using them as support/resistance can also be an...
Dynamic Trailing Support & Resistance (DTSR) : Hello Traders !! DTSR is an objective dynamic support and resistance zone channel, Unlike subjective technical analysis DTSR finds S&R zones by calculating a range threshold within a given range over a specified lookback. FIB (Fibonacci) 38.2% and 61.8% retracement zones are also plotted for intermediate zones of...
This Indicator Identifies and draws the support and resistance Zones On the Chart 🔶Overview The support and resistance indicator is a technical indicator that will plot the support zone and resistance zone on the candlestick chart. It determines the price touches to find the strong support resistance zones. The support and resistance indicator is the most...
This script is primarily intended as a scalping tool. The theory of the tool is based on the fact that the price always returns to its mean. Elements used: 1. VWMA as a moving average. VWMA is calculated once based on source close and once based on source open. 2. the bands are not calculated like the Bollinger Band, but only a settlement is calculated for...