Continuous Multi-Factor Trend Oscillator with Rolling Liquidity
// **Overview**
This script generates a *Continuous Multi-Factor Trend Oscillator* that integrates multiple market dynamics, including **long-term trends**, **short-term trends**, **volume adjustments**, **volatility factors**, **ADX trend strength**, and **rolling liquidity**. The result is a smooth, dynamic oscillator that reflects comprehensive market conditions.
### **Key Features**
1. **Long-Term Trend Score (LT Score)**: Measures the deviation of price from its EMA, normalized by standard deviation. Captures broad trend direction.
2. **Short-Term Trend Score (ST Score)**: Evaluates the slope of a short-period EMA, normalized by ATR, to reflect shorter-term momentum.
3. **Volume Adjustment**: Adjusts trend scores based on the relative volume compared to its moving average.
4. **Volatility Adjustment**: Incorporates ATR into the scoring system, penalizing or boosting scores based on current volatility compared to historical norms.
5. **ADX Trend Strength**: Uses ADX to identify trend strength, scaling scores positively or negatively depending on whether the market is trending or ranging.
6. **Rolling Liquidity**: Analyzes persistent buying or selling pressure by aggregating net buy/sell liquidity over a rolling lookback period.
### **Calculation Workflow**
- **Inputs**: Configurable parameters like long/short periods, ATR period, ADX smoothing, and volume lookback.
- **Trend Scores**: LT and ST scores are computed separately to capture trend dynamics across different timeframes.
- **Adjustments**: Volume, volatility, ADX, and rolling liquidity adjustments are calculated and scaled appropriately.
- **Final Oscillator**: Combines all scores into a single value and applies smoothing for clarity.
### **How It Works**
1. *Long-Term and Short-Term Trends*: Trend scores are calculated based on EMAs and normalized using standard deviation or ATR.
2. *Volume and Liquidity Factors*: Incorporates net up/down volume and liquidity to reflect market participation levels.
3. *ADX Strength*: Distinguishes trending vs. ranging markets, influencing the oscillator direction accordingly.
4. *Final Output*: All factors are combined into a single oscillator, smoothed using an EMA.
### **Visualization**
- The oscillator is plotted as a continuous line with dynamic scaling:
- **Above 75**: *Very Bullish*
- **Below -75**: *Very Bearish*
- **Threshold Levels (50/-50, 10/-10)**: Provide additional interpretative guidance.
- **Labels**: Displays sentiment at the last bar for quick reference (e.g., *Strongly Bullish*, *Neutral*).
### **Use Cases**
- Ideal for identifying market conditions (bullish, bearish, neutral) based on multiple factors.
- Can serve as a confirmation tool alongside price action or other indicators.
### **Customizable Parameters**
- All periods (e.g., long-term, short-term, ATR, ADX) and lookbacks are adjustable, allowing fine-tuning based on market behavior and trading preferences.
How to use:
Komut dosyalarını "liquidity" için ara
Night Low Liquidity Congestions with 4 Trading SessionsThis indicator is designed to help traders visualize and analyze key market periods of low liquidity during the night and identify high-activity zones in the morning. It also includes customizable time sessions for major global markets, including the European and American sessions, as well as the London Close session.
T he main functionalities include:
- Night Low Liquidity Phase: This highlights periods with typically low market activity during the night (default: 20:01–5:59). It also displays the total range (in pips) during this phase, allowing traders to identify potential price consolidations.
- Morning Hot Zone: This focuses on high-activity periods in the early morning (default: 6:00–7:59), providing visual cues without altering bar colors.
- European Trading Session: Displays the European market’s open hours (default: 8:00–12:00), shaded in blue, to mark increased volatility typically seen during this period.
- American Trading Session: Marks the active hours of the U.S. market (default: 12:01–16:59), where market activity tends to peak.
- London Close Area: Highlights the closing hours of the London market (default: 17:00–20:00), allowing traders to track potential liquidity shifts.
Key Features:
1. Customizable Time Sessions:
- The indicator allows for full customization of the start and end times for each market session, making it adaptable to different instruments and trading style.
- Traders can choose their preferred color and opacity for each time zone to suit their charting preferences.
2. Night Low Liquidity Pip Range Calculation:
- Automatically calculates and displays the pip range for the Night Low Liquidity phase.
- The range is colored red if it exceeds the specified threshold and green if it remains below it.
3. Alarm System:
- Customizable alerts for H1, M15, and M5 timeframes.
- Traders can set alerts to trigger just before a bar closes during specific sessions (European, American, or London Close) and on selected days of the week (Monday–Friday).
- The alarm system allows for full customization of active hours and days, giving traders full control over their notifications.
4. Clear Visual Cues:
- The indicator uses transparent shading to differentiate market sessions, making it easy to spot different phases of the trading day.
- Each session is visually distinct and can be toggled on or off based on trader preferences.
Ideal For:
- Traders who focus on intraday strategies and want to understand how market sessions affect liquidity and volatility.
- Those looking to trade during specific time windows like the Night Low Liquidity or Morning Hot Zones.
- Traders who need to automate their alerts based on specific market hours and close events for major timeframes.
Global Liquidity Index and DEMA1001. Global Liquidity Index:
The code calculates global liquidity from economic data from multiple countries and regions. Specifically, it aggregates money supply data from major economies such as the United States, Europe, China, and Japan, and sums and adjusts them to get a global liquidity index.
This index is calculated by summing data from different sources and subtracting the impact of some financial instruments (such as reverse repurchase agreements, etc.), and then converting the result into a number in trillions. This can help analyze the liquidity conditions in global money markets.
2. ROC SMA (Simple Moving Average of Rate of Change):
The code calculates the rate of change (ROC) of the global liquidity index, which is a way to measure the speed of change of the index.
Then, a simple moving average (SMA) is applied to the rate of change, which helps smooth the data and identify trends.
The ROC SMA curve is displayed in yellow to help users observe the trend of liquidity changes.
3. DEMA (Double Exponential Moving Average):
DEMA is a more complex moving average that attempts to reduce the lag of the moving average and provide a more sensitive trend response.
The calculation method is to first calculate a standard exponential moving average (EMA), then calculate the EMA of this EMA, and use these two results to calculate DEMA.
The code allows users to set the period length of DEMA (default is 100), which can adjust the speed of DEMA's response to price changes.
The DEMA curve is displayed in blue, helping users to more accurately capture the trends and changes of global liquidity indicators.
Global Net Liquidity (TG fork)Worldwide net liquidity, with trend coloring.
Global Net Liquidity attempts to represent worldwide net liquidity, and is defined as: Fed + Japan + China + UK + ECB - RRP - TGA , Where the first five components are central bank assets.
On TradingView, the indicator can be reproduced with the following equations: Global Net Liquidity = FRED:WALCL + FRED:JPNASSETS * FX_IDC:JPYUSD + CNCBBS * FX_IDC:CNYUSD + GBCBBS * FX:GBPUSD + ECBASSETSW * FX:EURUSD + RRPONTSYD + WTREGEN
However, this indicator adds a moving average cloud, and margin coloring, which eases historical trend assessment at a glance.
This indicator can be seen as an alternative representation of the accumulation/distribution indicator (and hence the same terms can be used in this description).
The Moving Average Cloud is simply the filling between the moving average (by default an EMA) and the current value. This feature was inspired by D7R ACC/DIST closed-source indicator, kudos to D7R for making such neat visual indicators.
Usage instructions:
Blue is more likely a phase of accumulation because the current value is above its historical price as defined by the moving average,
red is when this is more likely a phase of distribution.
Yellow is when the difference is below the margin, so we consider it is insignificant and that the trend is undecided. This can be disabled by setting the margin to 0.
While the color indicates if it's more likely an accumulation (blue) or distribution (red) phase or undecided (yellow), the cloud's vertical size allows to assess the strength of this tendency and the horizontal size the momentum, so that the bigger the cloud, the stronger the accumulation (if cloud is blue) or distribution (if cloud is red).
Why is that so? This is because the cloud represents the difference between the current tendency and the moving averaged past one, so a bigger cloud represents a bigger departure from recently observed tendencies. In practice, when there is accumulation, a pump in price can be expected soon, or if it already happened then it means it is indeed supported by volume, whereas if distribution, either a dump is to be expected soon, or if it already happened it means it's supported by volume.
Or maybe not necessarily a dump, but if there is a move upward in price, but the indicator indicates a strong distribution, then it means that the price movement is not supported and may not be sustainable (reversal may happen at anytime), whereas if price is going upward AND there is an accumulation (blue coloring) then it is more sustainable. This can be used to adapt strategies accordingly (risk on/risk off depending on whether there is concordance of both price and accumulation/distribution).
This indicator also includes sentiment signals that can be used to trigger alarms.
This indicator is a remix of Dharmatech's, who authored the first this Global Net Liquidity equation, kudos to them! Please show them some love if you like this indicator!
NZTLevelDESCRIPTION IN ENGLISH
🔶 INTRODUCTION
NZTLevel is an advanced indicator for TradingView, inspired by mentor Almaz , and designed to provide traders with in-depth analysis of market liquidity and the movements of key players.
🔶 CONTENT
Based on an analysis based on liquidity and tracking a key player , the indicator identifies Breaker levels and UPM (MarketMaker Position Level in RU), which help determine potential pivot points and market direction (trend) , and also shows a direction line , giving information about the state in which each candle is located on the chart (effort, consolidation or normal trend movement without effort), as well as the transparency of the candles , made specifically so that the direction line is clearly and clearly visible.
🔶 LOGIC
🔹Breaker Levels (Local and Global)
Breaker levels , divided into local and global , are identified through a detailed algorithm that takes into account the penetration of levels with high liquidity and the expected subsequent reaction of the market. These levels are visualized on the chart as lines, the color and thickness of which are customizable by the user, providing a clear understanding of the current market situation. Breaker levels allow us to determine the direction of the market , these are the levels from which we can expect a reaction, and after breaking through this level we receive valuable information
🔹UPM (Sell Stop and Buy Stop)
UPM monitors the activity of market makers and helps predict significant market movements . For example, if the last UPM indicates a buy stop, this signals the possibility of long positions, which is extremely valuable for traders looking to optimize their entries and manage risk.
🔹Directional line (Линия направленности)
The Indicator also includes a directional line that changes color depending on the strength and direction of the current movement , providing a visual representation of market trends and consolidation.
🔶 SETTINGS
🔹Text (Текст)
Allows you to configure or turn off/on the display of level text, specifying their type with text at the beginning of the level drawing (labels), as well as its size, the color of the level text at the top or bottom separately.
🔹Levels (Уровни)
Allows you to configure or turn off/on the display of the levels themselves, their color, thickness. As well as the number of penetrations of the level to remove it, as well as the number of candles for consideration and analysis by the indicator on the chart.
🔹Directional Line (Линия направленности)
Allows you to adjust the thickness of this line; you can disable it in the style tab.
🔹Graph and Candle Settings (Настройки графика и свечей)
Allows you to configure how many candles to extend the level to the right, the transparency of candles (can be disabled in styles), default colors of candles (for setting transparency)
🔶 RECOMMENDATIONS FOR USE
Customize the visual display of the indicator through the built-in settings, including the colors of the liquidity lines and their thickness.
NZTLevel surpasses basic indicators such as moving averages, Bollinger Bands, RSI, and others with a unique approach to analyzing liquidity and positioning of major players, providing traders with a comprehensive tool for making informed decisions in the market.
The indicator was developed by Temirlan Tolegenov for NZT Trader Community , March 2024, Prague, Czech Republic
ОПИСАНИЕ НА РУССКОМ ЯЗЫКЕ
🔶 ВСТУПЛЕНИЕ
NZTLevel — это продвинутый индикатор для TradingView, вдохновленный ментором Алмазом , и разработанный с целью предоставить трейдерам глубокий анализ рыночной ликвидности и движения крупных игроков.
🔶 СОДЕРЖАНИЕ
На основе анализа, основанном на ликвидности и отслеживании крупного игрока , индикатор выявляет Брейкер уровни и УПМ (Уровень Позиции МаркетМейкера) , которые помогают определить потенциальные точки разворота и направленность рынка , а так же показывает линию направленности , дающую информацию о состоянии в которой находится каждая свеча на графике (усилие, консолидация или обычное трендовое движения без усилия), а так же прозрачность свечей , сделанная специально для того, чтобы линия направленности была ясно и четко видима.
🔶 ЛОГИКА
🔹Брейкер Уровни (Локальные, Глобальные)
Брейкер уровни , подразделяются на локальные и глобальные , идентифицируются через детализированный алгоритм, учитывающий пробитие уровней с высокой ликвидностью и ожидаемую последующую реакцию рынка. Эти уровни визуализируются на графике в виде линий, цвет и толщина которых настраиваются пользователем, предоставляя четкое понимание текущей рыночной ситуации . Брейкер уровни позволяют нам определить настроение и направлениедвижения рынка , это уровни, от которых мы можем ожидать реакции, и после пробития которых мы получаем ценную информацию .
🔹УПМ (Бай стоп, Селл стоп)
УПМ отслеживает активность МаркетМейкеров и помогает проанализировать значительные рыночные движения . К примеру если последний УПМ указывает на бай стоп, это сигнализирует о возможности длинных позиций, что чрезвычайно ценно для трейдеров, стремящихся к оптимизации своих входов и управлению рисками.
🔹Линия направленности
Так же Индикатор включает линию направленности , которая изменяет цвет в зависимости от силы и направления текущего движения , предоставляя наглядное представление о трендах и консолидации рынка.
🔶 НАСТРОЙКИ
🔹Текст
Позволяет настроить или выключить/включить отображение текста уровней, уточняющий их тип текстом у начала отрисовки уровня (labels), так же его размер, цвет текста уровня сверху, или снизу отдельно.
🔹Уровни
Позволяет настроить или выключить/включить отображение самих уровней, их цвет, толщину. А так же количество пробитий уровня для его удаления, как и количество свеч для рассмотрения и анализа индикатором на графике.
🔹Линия направленности
Позволяет настроить толщину этой линии, отключить ее можно во вкладке style (стиль)
🔹Настройки графика и свечей
Позволяют настроить то, на сколько свеч протягивать уровень направо, прозрачность свечей (можно отключить в стилях (style)), цвета свечей по умолчанию (для настройки прозрачности)
🔶 РЕКОМЕНДАЦИИ К ИСПОЛЬЗОВАНИЮ
Настроить визуальное отображение индикатора через встроенные настройки, включая цвета линий ликвидности и их толщину.
NZTLevel превосходит базовые индикаторы, такие как скользящие средние, Bollinger Bands, RSI, и другие, благодаря уникальному подходу к анализу ликвидности и позиционирования крупных игроков, предоставляя трейдерам комплексный инструмент для принятия обоснованных решений на рынке.
Индикатор разработан Темирланом Толегеновым для международного сообщества NZT Trader , Март 2024, Прага, Чешская Республика
The indicator is published in accordance and respect to all House Rules of the TradingView platform.
Индикатор опубликован в соответствии и уважением ко всем внутренним правилами платформы TradingView.
STIC bullish and bearish hunter with FVGSmart Trading and Investment Companion (STIC) is a sophisticated tool designed to identify and visualize inducement, market structure, market trends, track liquidity, and project and forecast price action for all applicable assets. it has been tested to work on all timeframes and has been traded on stock, forex, and crypto assets.
This script is an upgraded version of previous STIC indicator, which you can use in addition to it or separately as you deem fit
Traders/ investor that are familiar with market structure, inducement, candlestick psychology, trend-following indicatorsand Fair Value Gap FVG will find it easy to adopt this trading and investment companion. As stated below, this is how it works.
Features and how to use
1st of all, after adding the indicator to yoursuperchart, you want to endusre to set your to so as to enable you see the text labeling clearly. to do that, after adding the indicator to your chart, right click it on the list, you will se the Visual order option.
Special Extreme Alert!
By analyzing the trends and dimensions, we are able to predict market extremes conditions, especially in pump and dump scenarios. (the bullish or bearish P/D extreme alerts).
Market flip arrow
The arrows trigger to indicate when the market flips to bullish (green) or bearish (red) conditions. note that this arrow is just a market flip confirmation and it it triggered by market trends, it does not come one time and sometimes later after market trigger conditions had been met.
circled in white.
Buy or sell potential {The tiny yelow(sell) and blue(buy) triangle}
By analyzing market extreme conditions, market sentiment, and liquidity, the buy/sell potential alert trigger is able to determine the state of the market, This can and should be used in combination with the market flip line (MFL) [the yellow line from , market flip trigger (MFT) (purple line), and market support/resistance line (MSR)(blue line) .
Market flip Line (Blue line) (MFL): the MFL is useful to also understand the market phase; a candle close above the MFL is bullish, while a candle close Below, the MFL is bearish. You are, however, expected to experience market retests and rejections coupled with support and resistance to follow through with the predicted direction. Patience is a valuable virtue in trading.
Extended sell or buy hunt (Red and Green Triangle)
this is real-time triangles indicator just like every other indicator on theis chart that indicates the market direction labeled with buy and sell. Note that the market-extended extreme can occur multiple times in the same direction. Hence, we'll advise having multiple trade entries.
The flip support line
Market Flip Trigger Line (MFTL) (Magenta): When the market crosses and closes below or above the Market Flip Trigger Line, you should wait for a confirmation. a confirmation is usually a retest or rejection of the line. A candle close and reject indicates the market as flip direction and it is going for a correction or major reversal. it is applicable on all timeframe.
As mentioned earlier, if you understand market structure and sentiment, using the uFVG, iFVG, upLQTY, downLQTY and BOS will be easy. however, this is how it works, you may need tohave and expanded readbout market structure for additional knowledge.
upLQTY (Bullish liquidity inducement)
The indicator appear at the close and confirmation on the 3rd candle and it is extended to only appear on 200 bars applicable on all timeframes.
This is a bullish sentiment and liquidty inducement order block that occurs, leading to the break of trend structure and change of character. Meaning the market sentiment as change which is backed up by liquidity in that region, which mostly gets filled, especially on lower timeframes before the price action continues. If price revese breaks and hold above this region, it invalidates the order block. This will always appear when there is a confirmed change of character CHoCH to the bullish side.
downLQTY (Bearish liquidity inducement) The indicator appear at the close and confirmation on the 3rd candle and it is extended to only appear on 200 bars applicable on all timeframes. It is and inverse of the upLQTY.
like order block, these are supply and demand zones that has the potential to change the direction of a trade. This is a bearish order block that occurs, leading to the break of structure and change of character. Meaning there is bearish liquidity yet to be accounted for in the region, which mostly gets filled, especially on lower timeframes before the price action continues. If broken, it invalidates the order block. This will always appear when there is a confirmed change of character from CHoCH to the bearish side.
Fair Value Gap
From general knowledge, FVG also know as Fair value gaps are inbalnace created by a 3 candlestick pattern where the top of the bottom candles doesn't cross the bottom of the top candle. like order block, these are supply and demand zones that has the potential to change the direction of a trade. This mostly indicate the presense of big plays in the market. for STIC indicator, FVG are labeled as listed below;
UFVG, also FVGup, {Colour green box} = bullish imbalance fair value gap
IFVG, aka FVGdown, {Red box} = bearish imbalance fair value gap
OIFVG, {Yellow box, no label} = other imbalances fair value gab
You should not that FG has upper, lower and middle band, any of the this area can be induced and filled by price.
Alert Conditions!
Buy alert conditions
- Any bullish buy alert
- Bullish hunt
- Re-entry Buy
- Sharp Market Sell rejection
- Buy potential
- upLQTY
Long position Exit conditions
- ExtremeB
- Profit
- Sell hunt
The Entry, exit and trail profit alert trigger should be used as position exit conditions either for a Long (Buy) or Short (Sell) situation and should be set as OPB (Once Per Bar). Using it as entry for exit or vice versa as shown not to be very profitable. hence the need to combine with other order entry alerts like the Any bullish or Bearish alerts
Sell alert conditions ( NOTE: All Sell alert are not yet included in this current version as this is targeted towards bullrun.)
- Sell potential
- Sell triangle (Sell hunt)
- downLQTY
and any trail profit alert, this alert put into consideration all the conditions required to trail profit.
Risk management advice
Patience and a good risk management strategy are required to be profitable trader using this tool. You need to ensure not to overleverage, and you should have multiple entries in case the buy coditions/alert shows again below the previous buy alert before a sell condition/alert occurs.
Market Structure with Inducements & Sweeps [LuxAlgo]The Market Structure with Inducements & Sweeps indicator is a unique take on Smart Money Concepts related market structure labels that aims to give traders a more precise interpretation considering various factors.
Compared to traditional market structure scripts that include Change of Character (CHoCH) & Break of Structures (BOS) -- this script also includes the detection of Inducements (IDM) & Sweeps which are major components of determining other structures labeled on the chart.
SMC & price action traders have historically considered this a more accurate representation of market structure by including these components.
🔶 USAGE
Below we can see a diagram for how market structure is displayed within the Market Structure with Inducements & Liquidity indicator.
Change of Characters (CHoCH) are based on swing points detection, while Break of Structures (BOS) are based on trailing maximum & minimums from the detected Change of Characters. We do this for a more dynamic & timely display of market structure.
🔹 Inducements (IDM)
Traders that consider inducements as a part of their analysis of Change of Characters & Break of Structures can more easily avoid fakeouts within trends as shown below.
In this script IDM's are always required between each market structures.
🔹 Sweeps of Liquidity (x)
SMC traders looking to properly analyze market structure need to look for sweeps of liquidity to ensure levels that are wicked are noted as sweeps, while levels that are fully closed above / below are labeled as confirmed market structures.
In the chart below we can see a Sweep of Liquidity which typically can occur on the longer term price action and indicate a potential reversal.
Notably, since labels such as CHoCH or BOS's can occur at the same level as a Sweep of liquidity, we have allowed the indicator to display the market structure label at the current bar in the event this happens.
The Sweeps of Liquidity are also based on trailing maximum / minimum, which allows for a continuous evaluation of areas for liquidity sweeps to occur.
This can be helpful for traders looking for longer term & shorter term sweeps.
🔶 SETTINGS
CHoCH Detection Period: Detection period for CHoCH's, higher values will return longer term CHoCH's.
IDM Detection Period: Detection period for IDM's, higher values will return longer term IDM's.
Thank you all for 500k followers on TradingView! Enjoy!
BigBeluga - Smart Money ConceptsSmart Money Concepts (SMC) is a comprehensive toolkit built around the around the principles of "smart money" behavior, which refers to the actions and strategies of institutional investors.
SMC transcends traditional technical analysis by delving deeper into this framework. This approach allows users to decipher the actions of these influential players, anticipate their potential impact on market dynamics, and gain insights beyond just price movements.
This all-in-one toolkit provide the user with a unique experience by automating most of the basic and advanced concepts on the chart, saving them time and improving their trading ideas.
🔹Real-time market structure analysis simplifies complex trends by pinpointing key support, resistance, and breakout levels.
🔹Advanced order block analysis leverages detailed volume data to pinpoint high-demand zones, revealing internal market sentiment and predicting potential reversals. This analysis utilizes bid/ask zones to provide supply/demand insights, empowering informed trading decisions.
🔹Imbalance Concepts (FVG and Breakers) allows traders to identify potential market weaknesses and areas where price might be attracted to fill the gap, creating opportunities for entry and exit
🔹Swing failure patterns help traders identify potential entry points and rejection zones based on price swings
🔹Liquidity Concepts, our advanced liquidity algorithm, pinpoints high-impact events, allowing you to predict market shifts, strong price reactions, and potential stop-loss hunting zones. This gives traders an edger to make informed trading decisions based on multi-timeframe liquidity dynamics
🔶 FEATURES
The indicator has quite a lot of features that are provided below:
Swing market structure
Internal market structure
Mapping structure
Discount/Premium zone
Adjustable market structure
Strong/Weak H&L
Sweep
Volumetric Order block / Breakers
Fair Value Gaps / Breakers (multi-timeframe)
Swing Failure Patterns (multi-timeframe)
Deviation area
Equal H&L
Liquidity Prints
Buyside & Sellside
Sweep Area
Highs and Lows (multi-timeframe)
🔶 BASIC DEMONSTRATION
The preceding image illustrates the market structure functionality within the Smart Money Concepts indicator.
Solid lines: These represent the core indicator's internal structure, forming the foundation for most other components. They visually depict the overall market direction and identify major reversal points marked by significant price movements (denoted as 'x').
Dotted lines: These represent an alternative internal structure with the potential to drive more rapid market shifts. This is particularly relevant when a significant gap exists in the established swing structure, specifically between the Break of Structure (BOS) and the most recent Change of High/Low (CHoCH). Identifying these formations can offer opportunities for quicker entries and potential short-term reversals.
Sweeps (x): These signify potential turning points in the market where liquidity is removed from the structure. This suggests a possible trend reversal and presents crucial entry opportunities. Sweeps are identified within both swing and internal structures, providing valuable insights for informed trading decisions.
🔶 USAGE & EXAMPLES
The image above showcases a detailed example of several features from our toolkit that can be used in conjunction for a comprehensive analysis.
Price rejecting from the bullish order block (POC), while printing inside a bullish SFP and internal structure turning bullish (Internal CHoCH).
The image further demonstrates how two bearish order blocks could potentially act as resistance zones when prices approach those levels. These areas might also offer attractive locations to place take-profit orders.
The price has reached our first take-profit level, but is exhibiting some signs of weakness, suggesting a potential pullback which could put the trade at higher risk.
On the other hand, the price action currently exhibits strong bullish sentiment, suggesting favorable entry points and a potential upward trend.
The price has now fully reached our take-profit zone and is also exhibiting bearish confluence, indicating a potential price reversal or trend shift.
🔶 USING CONFLUENCE
The core principle behind the success of this toolkit lies in identifying "confluence." This refers to the convergence of multiple trading indicators all signaling the same information at a specific point or area. By seeking such alignment, traders can significantly enhance the likelihood of successful trades.
In the image above we can see a few examples of the indicator used in confluence with other metrics included in the toolkit.
Liquidity Prints within order blocks
SFP close to the POC
Sweep in liquidity close to a fair value gaps
These are just a few examples of what applying confluence can look like.
🔶 SETTINGS
Window: limit calculation period
Swing: limit drawing function
Internal: a period of the beginning of the internal structure
Mapping structure: show structural points
Algorithmic Logic: (Extreme-Adjusted) Use max high/low or pivot point calculation
Algorithmic loopback: pivot point look back
Premium / Discount: Lookback period of the pivot point calculation
Show Last: Amount of Order block to display
Hide Overlap: hide overlapping order blocks
Construction: Size of the order blocks
Fair value gaps: Choose between normal FVG or Breaker FVG
Mitigation: (close - wick- avg) point to mitigate the order block/imbalance
SFP lookback: find a higher / lower point to improve accuracy
Threshold: remove less relevant SFP
Equal h&L: (short-mid-long term) display longer term
Any Alert(): Trigger alerts based on the selected inputs
Price Action Toolkit | Flux Charts💎 GENERAL OVERVIEW
Introducing our new Price Action Toolkit indicator! Price Action Toolkit integrates key level strategy , traditional supply-demand analysis , and market structures to help traders in their decisions. Now with features that are available to use in multiple timeframes!
Features of the new Price Action Toolkit indicator :
Volumized Fair Value Gaps (FVGs)
Volumized Order & Breaker Blocks
Identification of Market Structures
Equal Highs & Lows
Buyside & Sellside Liquidity
Premium & Discount Zones
MTF Highs & Lows (Daily, Weekly, Monthly, Pre-Market)
Customizable Settings
📌 HOW DOES IT WORK ?
We believe that the analytical elements that are within this indicator work best when they co-exist with each other on the chart. Trading often requires taking multiple elements into consideration for better accuracy on market analysis. Thus, we combined some of the useful strategies in one indicator for ease of use.
1. Volumized Fair Value Gaps
Fair value gaps often occur when there is an imbalance in the market, and can be spotted with a specific formation on the chart.
The volume when the FVG occurs plays an important role when determining the strength of it, so we've placed two bars on the FVG zone, indicating the high & low volumes of the FVG. The high volume is the total volume of the last two bars on a bullish FVG, while the low volume is - of the FVG. For a bearish FVG, the total volume of the last two bars is the low volume. The indicator can also detect FVGs that exist in other timeframes than the current chart.
2. Volumized Order Blocks
Order blocks occur when there is a high amount of market orders exist on a price range. It is possible to find order blocks using specific formations on the chart.
The high & low volume of order blocks should be taken into consideration while determining their strengths. The determination of the high & low volume of order blocks are similar to FVGs, in a bullish order block, the high volume is the last 2 bars' total volume, while the low volume is the oldest bar's volume. In a bearish order block scenerio, the low volume becomes the last 2 bars' total volume.
3. Volumized Breaker Blocks
Breaker blocks form when an order block fails, or "breaks". It is often associated with market going in the opposite direction of the broken order block, and they can be spotted by following order blocks and finding the point they get broken, ie. price goes below a bullish order block.
The volume of a breaker block is simply the total volume of the bar that the original order block is broken. Often the higher the breaking bar's volume, the stronger the breaker block is.
4. Market Structures
Sometimes specific market structures form and break as the market fills buy & sell orders. Formed Change of Character (CHoCH) and Break of Structure (BOS) often mean that market will change direction, and they can be spotted by inspecting low & high pivot points of the chart.
5. Equal Highs & Lows
Equal Highs & Lows occur when there is a significant amount of difference between a candle's close price and it's high / low value, and it happens again in a specific range. EQH and EQL usually mean there is a resistance that blocks the price from going further up / down.
6. Buyside & Sellside Liquidity
Buyside & Sellside Liquidity zones are where most traders place their take-profits and stop-losses in their long / short positions. They are spotted by using high & low pivot points on the chart.
7. Premium & Discount Zones
The premium zone is a zone that is over the fair value of the asset's price, and the discount zone is the opposite. They are formed by the latest high & low pivot points.
8. MTF Highs / Lows
MTF Highs / Lows are actually pretty self-explanatory, you can enable / disable Daily, Weekly, Monthly & Pre-Market Highs and Lows.
🚩UNIQUENESS
Our new indicator offers a comprehensive toolkit for traders, combining multiple analytical elements with customizable settings to aid in decision-making across different market conditions and timeframes. The volumetric information of both FVGs and Order & Breaker Blocks will be present in your chart to serve you greater detail about them. The indicator also efficiently identifies market structures, liquidity zones and premium & discount zones to give you an insight about the current state of the market. And finally with the use of multiple timeframes , you can easily take a look at the bigger picture. We recommend reading the "How Does It Work" section of the descripton to get a better understanding about how this indicator is unique to others.
⚙️SETTINGS
1. General Configuration
Show Historic Zones -> This will show historic Fair Value Gaps, Order & Breaker Blocks and Sellside & Buyside liquidities which are expired.
2. Fair Value Gaps
Enabled -> Enables / Disables Fair Value Gaps
Volumetric Info -> The volumetric information of the FVG Zones will be rendered if activated.
Zone Invalidation -> Select between Wick & Close price for FVG Zone Invalidation.
Zone Filtering -> With "Average Range" selected, algorithm will find FVG zones in comparison with average range of last bars in the chart. With the "Volume Threshold" option, you may select a Volume Threshold % to spot FVGs with a larger total volume than average.
FVG Detection -> With the "Same Type" option, all 3 bars that formed the FVG should be the same type. (Bullish / Bearish). If the "All" option is selected, bar types may vary between Bullish / Bearish.
Detection Sensitivity -> You may select between Low, Normal or High FVG detection sensitivity. This will essentially determine the size of the spotted FVGs, with lower sensitivies resulting in spotting bigger FVGs, and higher sensitivies resulting in spotting all sizes of FVGs.
3. Order Blocks
Enabled -> Enables / Disables Order Blocks
Volumetric Info -> The volumetric information of the Order Blocks will be rendered if activated.
Zone Invalidation -> Select between Wick & Close price for Order Block Invalidation.
Swing Length -> Swing length is used when finding order block formations. Smaller values will result in finding smaller order blocks.
4. Breaker Blocks
Enabled -> Enables / Disables Breaker Blocks
Volumetric Info -> The volumetric information of the Breaker Blocks will be rendered if activated.
Zone Invalidation -> Select between Wick & Close price for Breaker Block Invalidation.
5. Timeframes
You can set and enable / disable up to 3 timeframes. Note that only higher timeframes than the current chart will work.
6. Market Structures
Break Of Structure ( BOS ) -> If the current structure of the market is broken in a bullish or bearish direction, it will be displayed.
Change Of Character ( CHoCH ) -> If the market shifts into another direction, it will be displayed.
Change Of Character+ ( CHoCH+ ) -> This will display stronger Change Of Characters if enabled.
7. Equal Highs & Lows
EQH -> Enables / Disables Equal Highs.
EQL -> Enables / Disables Equal Lows.
ATR Multiplier (0.1 - 1.0) -> Determines the maximum difference between highs / lows to be considered as equal. Lower values will result in more accurate results.
8. Buyside & Sellside Liquidity
Zone Width -> Determines the width of the liquidity zones, 1 = 0.025%, 2 = 0.05%, 3 = 0.1%.
9. Premium & Discount Zones
Enabled -> Enables / Disables Premium & Discount Zones.
10. MTF Highs / Lows
You can enable / disable Daily, Weekly, Monthly & Pre-Market Highs and Lows using this setting. You can also switch their line shapes between solid, dashed and dotted.
Central Bank Liquidity YOY % ChangeThis shows the percent change from a year ago (YOY%) in Central Bank Liquidity
It's important to the study rate of change data in this liquidity metric and compare it to the nominal chart.
When this chart is accelerating, liquidity is being added, meaning it's a good time to be in assets.
When this chart is declining, liquidity is being removed, meaning it's a good time to be in cash.
Bottoms in markets coincide with the rate of change of liquidity going from negative (below the zero line) to positive (above zero)
Central Bank Liquidity = Total value of the assets of all Federal Reserve Banks - Overnight Reverse Repurchase Agreements (RRP) - The Treasury General Account (TGA)
Seek liquidityGuided by ICT tutoring, I create this versatile "Seek liquidity" indicator.
This indicator shows an easy way to view the Liquidity that has been Created - Eliminated - and what liquidity is left to eliminate.
Liquidity levels appear after the sessions are over, and the lines get stuck on the candle that eliminates them.
Timing session =
//---Asian
- 18:00-00:00
//---London
- 00:00-02:00
- 02:00-05:00
- 00:00-06:00
//---New York
- 06:00-12:00
- 09.30-12.00
//---Lunch
- 12:00-13:30
//---PM
- 1.30pm - 4.00pm
- 12:00-18:00
The user has the possibility to:
- Choose whether or not to view sessions
- Choose to show levels from previous sessions
- Choose to show today's session levels
- Choose whether to view the boxes
- Choose to view the division is open daily
The indicator should be used as ICT shows in its concepts, the indicator takes into consideration both the previous and today's Liquidity, and the session levels can be used for a reversal as in the example below:
Impulse-Correction MappingAbout
Impulse-Correction Mapper is an indicator of impulses and corrections (valid pullbacks).
Consecutive candlesticks moving in the same direction means an impulse, and a pullback below/above the previous candlestick means a correction.
This way you can identify IDM zones and find significant POIs on the chart.
Below, you can observe valid pullbacks :
And now, the invalid pullbacks :
The impulse and correction shows us the strength of the bulls or bears and also helps us to identify important liquidity areas, including IDMs.
Each high and low of the impulse-correction serves as liquidity for the institutional algorithmic bots.
The indicator can be a self-sufficient tool for market analysis and identification of liquidity swaps. If the price made a liquidity sweep - it can serve as a signal for a reversal to the nearest liquidity area.
When evaluating the daily movement, you can focus on the impulse-correction indicator: if there is a correction - it is very likely that the price will turn around and you can look for a confirmed entry point to the LTF.
The momentum-correction indicator is the basis of the entire Advanced SMC strategy - it is the foundation for determining the market structure.
Master Pattern [LuxAlgo]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 Pattern indicator detects contraction phases in the markets (characterized by a lower high and higher low). The resulting average from the latest swing high/low is used as expansion line. Price breaking the contraction range upwards highlights a bullish master pattern, while a break downward highlights a bearish master pattern.
During the expansion phase price can tend to be stationary around the expansion level. This phase is then often followed by the price significantly deviating from the expansion line, highlighting a markup phase.
Expansion lines can also be used as support/resistance levels.
🔹 Major/Minor Patterns
The script can classify patterns as major or minor patterns.
Major patterns occur when price breaks both the upper and lower extremity of a contraction range, with their contraction area highlighted with a border, while minor patterns have only a single extremity broken.
🔶 SETTINGS
Contraction Detection Lookback: Lookback used to detect the swing points used to detect the contraction range.
Liquidity Levels: Lookback for the swing points detection used as liquidity levels. Higher values return longer term liquidity levels.
Show Major Pattern: Display major patterns.
Show Minor Pattern: Display minor patterns.
Global LiquidityThe "Global Liquidity" script is an indicator that calculates and displays the global liquidity value using a formula that takes into account the money supply of several major economies. The script utilizes data from various sources, such as the Federal Reserve Economic Data (FRED), Economics, and FX_IDC.
The indicator plots the global liquidity value as a candlestick chart and breaks it down into two categories: the Euro-Atlantic region (West) and the rest of the world (East). The values are denominated both in inflation-adjusted dollars and in trillions of dollars. The script also calculates the spread between the Euro-Atlantic region and the rest of the world.
Traders and investors can use this indicator to gauge the overall liquidity of the global economy and to identify potential investment opportunities or risks. By breaking down the liquidity value into different regions, traders can also gain insights into regional economic trends and dynamics.
Note that this script is subject to the terms of the Mozilla Public License 2.0 and was created by rodopacapital.
USD Liquidity IndexThis USD Liquidity Index composed of 2 parts, total assets and major liabilities of the Federal Reserve .
There is a certain positive correlation between USD liquidity and risk asset price changes in history.
Suggested that USD Liquidity is mostly determined by the Federal Reserve balance (without leveraged), this index deducts three major liabilities from the total assets (in green color line) of the Federal Reserve . They are the currency in circulation (WCURCIR) in gold color, the Treasury General Account (WTREGEN) in blue color, the Reverse Repo (RRPONTSYD) in red color.
The grey line is the calculation result of the USD Liquidity Index. With it goes up, liquidity increases, vice versa.
Liquidation Levels v2 [LG]The main premise of this indicator is to identify when large cryptocurrency futures positions are opened, and then plot the liquidation levels of those positions. Market makers know this data and tend to push price towards these levels, as there is guaranteed liquidity at or approaching those levels.
Remember, we want to buy when others are forced to sell, not when they want to sell, and vice versa. Whales want to position, but need to do so in areas of larger liquidity, as they want to minimize slippage and detection as much as possible.
This indicator is very useful during times of chop, when the market is taking liquidity anywhere it exists as whales are forcing retail players out of their positions.
This indicator will also plot where positions with a total value in excess of the user-defined threshold are opened or closed, so you are able to better gauge how market participants are reacting to price levels.
Commonly used leverage levels are 100x, 50x, and 25x, but can be adjusted by the user depending on what they are noticing is attracting price levels.
This indicator is recommended for use on the 1 minute chart of the Binance BTCUSD perpetual contract pair. This will allow for as much precision as possible for the majority of users. Note: The only supported coin at this point is BTC - other coins to follow soon.
SUMMARY
1) View liquidation levels of large positions opened
2) View exact moments where large positions are opened or closed
3) Gauge available liquidity to upside or downside to better assist in determining longer term reversal points
COMING SOON
1) Additional coins
2) VPVR inspired vertical histogram or other visualization tool summarizing total available liquidity at specific price level
3) Total delta of available long and short liquidity
4) Push notifications when price takes liquidity
5) Requests as outlined in the comments
This indicator was inspired by the Hyblock Capital liquidation levels and offers an improvement upon the popular existing Liquidation Levels indicator by mlapplications.
MarketReader_StrategyMarketReader_Strategy is a very useful and advanced indicator:
- It draws buying (green) and selling (orange) zone .
-Once the buying or selling zone is tapped, the color is automatically changed to grey
-It shows liquidity pool ($$$) engineered by market behaviour
Buying or selling area are determined by an algorithm that combines volume profile, Elliott Wave principles and order flow delivery .
On the above example:
At “1” , you can see that the first buying zone is drawn since January 12
At “2” , the buying zone is tapped on January 18 with a strong bullish reaction.
At “3” and “3’” , you can see that liquidity pool has been created by market maker on both buying and selling side. It is typical of market behavior.
Market maker will take the downside liquidity by targeting the buying zone and then reverse (to the upside) targeting the upside liquidity pool that fuel the pump to the selling zone “4” . This selling zone is reached at “5” with a strong bearish reaction.
“6” represent active buying zone, waiting to be tapped.
To buy or take profit on these areas will depend on market behavior on the way down. Does the market engineer liquidity before? We use 2 complementary indicators helping us to take position on these areas but feel free to experiment with your own.
Usually, I wait price comes to selling or buying zone, then I go on lower timeframe (15 to 30 times lower) searching for divergences and convergences on Momemtum reader (also available on tradingview)
This indicator does not repaint and works on Forex, Crypto, Indices, Commodities and stock.
Low Liquidity Marker📘 Indicator Description – Low Liquidity Marker
The Low Liquidity Marker is a simple yet powerful tool designed to highlight candles where Volume × Low Price falls below a customizable threshold — signaling potential low liquidity zones on the chart.
🔍 How it works:
It calculates volume × low for each candle.
When this value drops below your defined threshold, a red triangle is plotted below that bar.
These bars may indicate poor institutional participation or market inefficiency.
⚠️ Why it matters:
Low liquidity makes it difficult to build or exit large positions efficiently.
Stocks or instruments flagged by this tool may be suitable for small capital investments but are generally unsuitable for high-volume or institutional-grade trading.
Use this indicator to filter out illiquid setups when screening for quality trades.
🛠 Customizable Input:
Volume × Low Threshold: Tune this parameter based on your instrument or trading timeframe.
💡 Ideal For:
Retail traders avoiding illiquid zones.
Investors wanting to identify where the market lacks sufficient depth.
Enhancing trade filters in systematic or discretionary setups.
Crystal Buy Sell Liquidity📖 Crystal Buy Sell Liquidity (Crystal BSL)
The Crystal Buy Sell Liquidity (Crystal BSL) is an educational tool designed to support traders in recognizing directional bias and potential liquidity-based reversal zones—particularly during the first hour of market activity. It highlights potential Buy and Sell signals using intuitive labels and optional color-coded candles for improved visual clarity.
This indicator is built for traders who prefer a structured, rule-based approach without the need to constantly interpret raw market data.
📘 How It Works:
Optimized for use on the 1-hour (H1) timeframe.
The script analyzes price behavior during the first session hour to determine potential areas of interest.
Buy and Sell labels appear when key conditions based on market structure and liquidity are met.
Optional candle coloring enhances directional context.
✅ Suggested Use:
Entry: Enter trades when a Buy or Sell label appears and aligns with your personal trading strategy.
Exit / Trade Management:
Consider exiting the trade if the price closes beyond the opposite side of the signal candle.
Use your own risk-reward criteria to set stop loss and take profit.
Always apply responsible risk management.
🔧 Features:
Clean, customizable Buy/Sell signal labels.
Optional color-coded bars for clarity.
Built-in alerts to notify signal events in real-time.
Toggle visibility options for cleaner charts.
⚠️ Important Disclaimer:
This indicator is intended solely for educational purposes. It does not provide financial advice and should not be considered a signal service or investment recommendation. Trading involves risk, and all decisions are made at the user’s discretion. Past performance is not a guarantee of future results. Always test and validate any trading strategy thoroughly before using it in live market conditions.
RT - Liquidity Pools🏦 Liquidity Pools Module – Zone Detection + Volume Mapping
This indicator detects and visualizes Liquidity Pools—price zones where the market repeatedly interacts, often forming traps or fueling institutional orders.
🔍 Features:
Bullish & Bearish Liquidity Zones automatically identified based on price structure.
Customizable Contact Thresholds: Define how many price touches confirm a zone.
Minimum Bar Separation: Avoid noisy data and tight consolidations.
Volume Labeling: Show cumulative volume interacting with each zone.
Auto Cleanup: Removes zones after invalidation by price breakout.
🎯 Built for traders using Smart Money Concepts (SMC), liquidity sweeps, or order flow techniques.
Swing High/Low LQ TrackerAn interactive tool to track liquidity events. Select start and end points on your chart—this indicator will automatically detect and plot the highest high and lowest low from that window, then extend those levels forward. If price sweeps either level, it marks the event with a clean "LQ" tag.
Perfect for traders who want to identify session-based liquidity, like killzone highs/lows, without manually drawing and deleting lines every day.
How It Works
-Select start and end time directly from settings
-Indicator calculates the swing high and low during that range
-Lines extend beyond the session until broken
-“LQ” markers appear when price sweeps the swing levels
It’s a must-have for ICT traders, smart money traders, or anyone who wants to track key liquidity levels without clutter.
Simple and effective tool for marking important ranges and tracking when liquidity is taken. No complex settings - just select your range and monitor the levels.
BTC Fair Value via Global Liquidity📈 BTC Fair Value via Global Liquidity
This indicator estimates Bitcoin's fair value based on a regression model using Global Liquidity (GLI) data from major central banks.
🔍 How it works:
Fair Value Line (orange): Calculated using a power-law model: Fair Value = e^b * (GLI)^a, where a and b are user-defined parameters based on historical regression.
Global Liquidity (GLI): Combines liquidity metrics from central banks (Fed, ECB, PBoC, BoJ, etc.), including adjustments for the RRP and TGA.
Deviation Bands (green/red dashed): Optional upper and lower bands showing % deviation from fair value (default ±25%). These help identify overbought/oversold conditions.
Delta Plot (gray dots): Displays the % deviation of BTC’s price from its modeled fair value.
⚙️ How to use:
Tune a and b for better model fitting (e.g., via log-log regression).
Use the deviation bands to identify potential entry/exit zones or periods of market inefficiency.
Ideal for macro-level BTC valuation and long-term strategic analysis.
Blended Net Liquidity CorrelationThis indicator visualizes a customizable net liquidity metric based on key U.S. Federal Reserve and Treasury data from FRED. It allows users to blend two liquidity models:
• With WALCL: Incorporates the Fed’s total balance sheet (WALCL) — ideal for capturing long-term structural liquidity from QE/QT.
• Without WALCL: Excludes the balance sheet and focuses on short-term operational flows like RRP, TGA, BTFP, and commercial lending.
Use the “Weight on WALCL” slider to find your optimal blend. A setting of 1.0 uses only WALCL, 0.0 uses only short-term flows, and any value in between gives a mix.
The indicator also calculates the correlation between net liquidity and price over various timeframes:
• 30D, 60D, 90D, 180D
• 1Y, 1.5Y, 2Y
• A custom length (default 3 years)