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...
Hi all! This script is based on the concept of "higher highs and higher lows" and "lower highs and lower lows". Bullish/bearish trend changes when a previous pivot (low in bullish trend and high in bearish trend) is broken (or has equal value). Some settings are customizable by the user: Timeframe - You can choose what timeframe the pivots are found on ...
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...
What is it, How to use it, How to adjust the settings? What Calculates EQ Level? What is it? EQ, Equilibrium, In the money market, the term "equilibrium" or "equilibrium" refers to the point at which supply and demand are equalised. At this point, money supply and money demand meet each other and interest rates stabilise at a certain level. Equilibrium in the...
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 "CCPD Candle Color Price Detector" is a custom indicator developed for TradingView, a popular platform for technical analysis and trading. This indicator assists traders in identifying potential trend reversals and assessing market sentiment based on candlestick color changes and key price levels. This indicator operates as follows: Color Change Detection:...
The "Incomplete Session Candle - Incomplete Timeframe Candle Marker" is an advanced tool tailored for technical analysts who understand the importance of accurate timeframes in their charting. While the indicator is not limited to the Indian market, its genesis is rooted in the nuances of trading sessions like those in India, which span 375 minutes from 9:15 AM to...
The principle of this indicator ATR (Average True Range) Setting: The code uses ATR to help calculate the Supertrend indicator. Supertrend Trend Direction: Identify bullish and bearish trends with the Supertrend method. Order Block Recognition: This part of the code recognizes and creates order blocks, visualizing them as boxes on the chart. If the number of...
The present script includes Previous day High/low levels and once the PDH or PDL breaks the present bar's background changes color according to the direction of price breakout. It's helpful when working on lower timeframe charts with small screen space, so that the user can know that the PDHL has been taken out in one glance at the chart instead of scrolling all...
The Support & Resistance Dynamic indicator aims to return real-time predictive support and resistance zones that are relevant to a detected trend. This makes this indicator similar to our previously published Predictive Ranges indicator. Users can additionally extend the most recent historical support and resistance zones. 🔶 USAGE Hypothetical resistance...
The Wick-to-Body Ratio Trend Forecast Indicator aims to forecast potential movements following the last closed candle using the wick-to-body ratio. The script identifies those candles within the loopback period with a ratio matching that of the last closed candle and provides an analysis of their trends. ➡️ USAGE Wick-to-body ratios can be used in many...
The "Days Higher Than Current Price" indicator is a color-coded tool that provides insights into the historical price performance of an underlying asset. By analyzing the number of bars prior to the selected day that had higher closing prices, this indicator visually represents the comparative strength or weakness of the current price level. The "Days Higher"...
Library "lib_priceaction" a library for everything related to price action, starting off with displacements displacement(len, min_strength, o, c) calculate if there is a displacement and how strong it is Parameters: len (int) : The amount of candles to consider for the deviation min_strength (float) : The minimum displacement strength to...
This basic script calculates and plots runs on liquidity levels through Raids and Sweeps. When the price violates the 3 fractal level, a raid or sweep occurs. You can use it to automate markup, understand liquidity levels, and reduce human error in your analysis. Additionally, you can set up an alarm to notify you when new sweeps or raids occur. Combine it with...
Pivot points are a popular technical analysis tool used by traders to identify potential levels of support and resistance in a given timeframe. Pivot points are derived from previous price action and are used to estimate potential price levels where an asset may experience a reversal, breakout, or significant price movement. The calculation of pivot points...
The Price Delta Heatmap is an indicator designed to visualize the price changes of an asset over time. It helps traders identify and analyze significant price movements and potential volatility. The indicator calculates the price delta, which is the difference between the current close price and the previous close price. It then categorizes the price deltas into...
The "Session Tick-Box" is designed to display session-related information on the chart (HIGH/LOW box). Here's a breakdown of its features and functionalities: Session Settings: You can specify different sessions such as the Cash Session, Asian Session, European Session, and Offset Session using the input.session() function. The sat.session_tick() function is...