DCA (CryptoBus)🚀 DCA (CryptoBus) — автоматизированная стратегия усреднения (Dollar-Cost Averaging) для TradingView!
📉 Покупай активы равными частями на падениях и снижай среднюю цену входа.
🔧 Гибкая настройка параметров для адаптации под рынок.
Educational
kfir harushהאינדיקטור מראה את שם המניה
שווי השוק שלה
התנודתיות שלה
ומרחק מממוצע 150 ימי מסחר אחרונים
Stoch RSI Buy and Sell Signal_Hemthis indicator is purely based on default values of stochastic rsi. it will generate buy and sell signall according to default values of stochastic rsi.
SOL Multi-Indicator StrategyThis strategy is designed to identify potential trading opportunities in the Solana (SOL) market by combining trend, momentum, and overbought/oversold indicators. Here’s how it works:
1. **Trend Detection with EMAs:**
- The strategy calculates two exponential moving averages (EMAs): a **fast EMA** (shorter period) and a **slow EMA** (longer period).
- **Buy Signal:** When the fast EMA crosses above the slow EMA, it suggests that the short-term price momentum is turning bullish.
- **Sell Signal:** Conversely, when the fast EMA crosses below the slow EMA, it indicates a potential downturn.
2. **Momentum and Overbought/Oversold Check with RSI:**
- The Relative Strength Index (RSI) is used to measure whether the market is overbought or oversold.
- **Buy Signal:** An RSI value below the oversold threshold (e.g., 30) suggests that the market may be undervalued and could be due for a bounce.
- **Sell Signal:** An RSI value above the overbought threshold (e.g., 70) indicates that the market might be overextended and due for a reversal.
3. **Additional Momentum Confirmation with MACD:**
- The MACD (Moving Average Convergence Divergence) indicator is used to gauge momentum changes.
- **Buy Signal:** A bullish crossover, where the MACD line crosses above its signal line, adds further confirmation that upward momentum is building.
- **Sell Signal:** A bearish crossover, where the MACD line crosses below its signal line, reinforces the possibility of declining momentum.
4. **Entry and Exit Conditions:**
- **Entry (Buy):** The strategy initiates a long position when all the following conditions are met:
- The fast EMA crosses above the slow EMA.
- The RSI is below the oversold threshold.
- The MACD line crosses above its signal line.
- **Exit (Sell):** The strategy exits the long position when any one of these conditions occurs:
- The fast EMA crosses below the slow EMA.
- The RSI rises above the overbought threshold.
- The MACD line crosses below its signal line.
5. **Plotting for Visual Confirmation:**
- The EMAs, RSI, and MACD lines are plotted on the chart. The use of `color.new()` ensures that the plotted lines have the desired transparency, making the visual representation clearer.
**Note:**
- This is an example strategy and should be thoroughly backtested and optimized before being used with real money.
- The script does not include additional risk management measures (like stop losses or position sizing beyond a percentage of equity), so you might want to incorporate those based on your trading requirements.
This multi-indicator approach aims to filter out false signals by requiring confirmation from multiple technical tools, ideally helping you capture strong moves in the SOL market.
Ultimate Gold Correlation Matrix (Extended)This is a correlation matrix to help you visually understand the relationship between stocks. This is the correlation of the amount of change.
The color changes depending on the value of the correlation value.
By drawing a node diagram of this relationship, you may be able to clarify what has been difficult to understand so far.
OSB + EMA Outside Bar Trading Strategy
Buy Setup:
1. Identify a bullish Outside Bar where the high and low exceed the previous candle’s range.
2. Enter a buy trade when price breaks above the high of the Outside Bar.
3. Set a stop-loss below the Outside Bar’s low.
4. Take profit at a key resistance level or use a trailing stop for extended gains.
Sell Setup:
1. Identify a bearish Outside Bar with a high and low exceeding the prior candle’s range.
2. Enter a sell trade when price breaks below the low of the Outside Bar.
3. Place a stop-loss above the Outside Bar’s high.
4. Take profit at a support level or use a trailing stop for further downside potential.
This strategy works best in trending markets and can be enhanced with confirmation from volume, moving averages, or support/resistance levels. 🚀
US Session for Bitcointo easily differentiate between different time zones, and effective in backtesting in your preffered time zone.
"Multi-MA Trend Ribbon" 21+36,50,100,200,300 EMA
Below is a detailed description of the "Moving Average Explorer" indicator based on the provided Pine Script code. This description covers its purpose, features, and functionality, suitable for documentation or sharing with users:
Moving Average Explorer Indicator
Version: 5
License: Mozilla Public License 2.0
Author: traderview2
Last Updated: 12/19/24
Overview
The Moving Average Explorer is a versatile technical analysis indicator designed for TradingView that allows users to visualize and analyze multiple moving averages (MAs) on a price chart. It provides customizable MA lengths and types, visual ribbon coloring for trend identification, cross alerts, and an optional value table for quick reference. This indicator is ideal for traders who use multiple moving averages to identify trends, support/resistance levels, and potential entry/exit points.
Key Features
Customizable Moving Averages:
Supports up to 6 moving averages with user-defined lengths and types.
Default lengths: 21 EMA, 36 EMA, 50 MA, 100 MA, 200 MA, and 300 MA.
MA types include EMA (Exponential), SMA (Simple), HMA (Hull), WMA (Weighted), DEMA (Double Exponential), VWMA (Volume Weighted), and VWAP (Volume Weighted Average Price).
Option to disable individual MAs or set a global MA type for all lines.
Trend Visualization:
Displays MAs as colored lines on the chart, with customizable colors for each MA.
Optional ribbon mode fills the space between MAs with bullish (green) or bearish (red) colors based on trend direction.
Trend detection based on the relationship between the 21 EMA (MA #1) and 200 MA (MA #5), with alerts for bullish and bearish crosses.
Cross Detection:
Identifies bullish (21 EMA > 200 MA) and bearish (200 MA > 21 EMA) crosses.
Optional plotting of cross signals using green (bullish) and red (bearish) cross markers.
Alerts triggered on cross events (once per bar close) for timely notifications.
Value Table:
Optional table displaying current MA values, ATR (Average True Range), and trend status.
Customizable table location (Top Right, Top Left, Bottom Left, Bottom Right).
Table colors adapt to ribbon mode for better visibility.
Displays the length, type, and current value of each MA, along with the 14-period ATR.
User Customization:
Toggle individual MAs on/off for cleaner visualization.
Choose between line plots or colored ribbon fills.
Customize bullish and bearish ribbon colors (default: semi-transparent green and red).
Adjust MA lengths in increments of 10 for quick tuning.
How It Works
Moving Averages: The indicator calculates up to 6 MAs based on user inputs. The default setup includes:
21 EMA (fast)
36 EMA (fast-medium)
50 MA (medium)
100 MA (medium-long)
200 MA (long)
300 MA (very long)
Trend Detection: The indicator compares the 21 EMA (MA #1) and 200 MA (MA #5) to determine the trend:
Bullish trend: 21 EMA > 200 MA
Bearish trend: 200 MA > 21 EMA
Ribbon Mode: When enabled, the space between MAs is filled with colors to visually represent the trend direction.
Cross Alerts: Alerts are triggered when the 21 EMA crosses above (bullish) or below (bearish) the 200 MA.
ATR Display: The 14-period ATR is included in the table for volatility reference.
Inputs and Settings
Accessibility Settings:
Enable/disable ribbon mode for trend visualization.
Customize bullish and bearish ribbon colors.
Toggle cross markers and the value table.
Choose table location on the chart.
MA Settings:
Enable/disable individual MAs.
Set custom lengths for each MA (minimum 1, adjustable in steps of 10).
Choose MA type for each line or set a global type for all MAs.
Default MA types are EMA, but users can switch to other types as needed.
Usage Examples
Trend Following: Use the 21 EMA and 36 EMA for short-term trend confirmation, and longer MAs (200, 300) for major trend direction.
Cross Strategy: Trade bullish/bearish crosses between the 21 EMA and 200 MA, with alerts for timely entries.
Ribbon Analysis: Enable ribbon mode to visually identify trend strength based on the alignment of MAs.
Volatility Context: Use the ATR value in the table to gauge market volatility and adjust position sizing.
Visual Elements
MA Lines: Each MA is plotted with a distinct color (red, orange, yellow, green, blue, purple) for easy identification.
Ribbon Fills: Semi-transparent fills between MAs in ribbon mode, colored based on trend direction.
Cross Markers: Green (bullish) and red (bearish) cross symbols at crossing points.
Value Table: Displays trend status, MA values, and ATR in a customizable location.
Notes
The indicator is overlay-based and works best on price charts.
Performance may vary depending on the number of MAs enabled and the chart's timeframe.
For optimal visibility, adjust colors and table location based on your chart background (light/dark mode).
Changelog
03/23/23: Added ribbon functionality and value table.
04/02/23: Improved user inputs and added interactive MA length display in the table.
04/06/23: Added on/off toggle for each MA and customizable table location.
12/19/24: Added color customization for ribbon bands.
License
This indicator is released under the Mozilla Public License 2.0. See mozilla.org for details.
This description provides a comprehensive overview of the indicator's functionality and usage, making it suitable for sharing with other traders or including in documentation. Let me know if you'd like to refine any specific section!
SwingTrade_IshSimple indicator keeps on the right side of the market and follow the trend.
Fill color suggest to stay long or short
When SHORTMA, crosses LONGMA from down enter the long position, shown with triangle arrow up
When SHORTMA, crosses LONGMA from up enter the long position, shown with triangle arrow down
Trail the stop with yellow square shape
Note: enter above or below the close of the candle only
higher time frame fill color rules the market
use multi timeframe for better judgement
Trade the context and enjoy the profit
Dk// Custom Indicator: EMA (21, 51, 101) + VWAP
//@version=5
indicator("EMA + VWAP Indicator", overlay=true)
/**
* Description:
* This custom TradingView indicator combines three Exponential Moving Averages (EMAs) and VWAP
* to help traders identify trends and key price levels.
*
* Features:
* - EMA 21 (Short-term trend)
* - EMA 51 (Medium-term trend)
* - EMA 101 (Long-term trend)
* - VWAP (Volume Weighted Average Price for institutional activity tracking)
* - Background color changes to indicate bullish or bearish trends
* - Alerts for EMA crossovers and VWAP breakouts/breakdowns
*
* Usage:
* - If EMA 21 > EMA 51 > EMA 101 → Bullish trend
* - If EMA 21 < EMA 51 < EMA 101 → Bearish trend
* - If price crosses above VWAP → Potential breakout
* - If price crosses below VWAP → Potential breakdown
*/
// Define EMAs
ema21 = ta.ema(close, 21)
ema51 = ta.ema(close, 51)
ema101 = ta.ema(close, 101)
// Define VWAP
vwapValue = ta.vwap
// Plot EMAs
plot(ema21, color=color.blue, linewidth=2, title="EMA 21")
plot(ema51, color=color.orange, linewidth=2, title="EMA 51")
plot(ema101, color=color.purple, linewidth=2, title="EMA 101")
// Plot VWAP
plot(vwapValue, color=color.red, linewidth=2, title="VWAP")
// Background Color for Trend Confirmation
bullish = ema21 > ema51 and ema51 > ema101
bearish = ema21 < ema51 and ema51 < ema101
bgcolor(bullish ? color.green : bearish ? color.red : na, transp=90)
// Alerts for EMA Crossovers
alertcondition(ta.crossover(ema21, ema51), title="Bullish Crossover", message="EMA 21 crossed above EMA 51")
alertcondition(ta.crossunder(ema21, ema51), title="Bearish Crossover", message="EMA 21 crossed below EMA 51")
alertcondition(ta.crossover(close, vwapValue), title="VWAP Breakout", message="Price crossed above VWAP")
alertcondition(ta.crossunder(close, vwapValue), title="VWAP Breakdown", message="Price crossed below VWAP")
Heikin Ashi by readCrypto
Hello, traders.
If you "Follow", you can always get new information quickly.
Please also click "Boost".
Have a nice day today.
-------------------------------------
Heikin Ashi candle chart is a trend candle chart that minimizes fakes.
Therefore, it looks different from the existing candle chart.
Because of this, it can be difficult to know the actual price movement.
To compensate for this, there are indicators that display in various forms.
The Heikin Ashi candle that I would like to introduce this time is an indicator displayed as a Line.
This Line indicator is expressed as the median of the Open and Close values of the Heikin Ashi candle.
This allows you to know the current trend.
-
USDT.D Line chart is also displayed as the median of the Open, High, Low, and Close of USDT.D.
-
The green color of the two indicators above means an increase, and the red color means a decrease.
In order to distinguish between the Heikin Ashi Line chart and the USDT.D Line chart, the green color of the Heikin Ashi Line chart is thickened, and the red color of the USDT.D Line chart is thickened.
The interpretation method is
- Heikin Ashi rises, USDT.D falls, StochRSI rises: The price is likely to rise.
- Heikin Ashi falls, USDT.D rises, StochRSI falls: The price is likely to fall.
- The remaining movements may correspond to volatility, i.e. fake, so watch the situation.
----------------------------
As we add a lot of information, it may be confusing which one is important.
The key indicators for trading are the HA-Low, HA-High, BW(0), and BW(100) indicators.
Trend indicators are Trend Cloud indicator and M-Signal indicator on 1D, 1W, and 1M charts.
Intuition is important when trading.
If you do not make a quick judgment, the response time will be delayed and there is a high possibility that the transaction will proceed in the wrong direction.
Therefore, when you touch your own point or section marked on the chart, you should check whether a transaction is possible, and if you judge that a transaction is possible and start a transaction, you should know how to wait.
Also, you should think about whether to cut your loss when the movement is different from the direction you thought.
In this way, you should create a basic trading strategy when you start trading and start trading, and if you start trading based on this, you should try to stick to the trading strategy.
-
Thank you for reading to the end.
I hope you have a successful transaction.
--------------------------------------------------
안녕하세요?
트레이더 여러분, 반갑습니다.
"팔로우"를 해 두시면, 언제나 빠르게 새로운 정보를 얻으실 수 있습니다.
"부스트" 클릭도 부탁드립니다.
오늘도 좋은 하루되세요.
-------------------------------------
Heikin Ashi 캔들 차트는 fake를 최소화한 차트로서 추세 캔들 차트라 할 수 있습니다.
따라서, 기존의 캔들 차트와 다른 모습을 보입니다.
이로인해 실제 가격 움직임을 알기가 애매할 수 있습니다.
이를 보완하고자 여러 형태로 표시하는 지표들을 있습니다.
제가 이번에 소개해 드리고자 하는 Heikin Ashi 캔들은 Line으로 표시되는 지표입니다.
이 Line 지표는 Heikin Ashi 캔들의 Open, Close 값의 중간값으로 표현됩니다.
이로서 현재의 추세를 알 수 있게 하였습니다.
-
USDT.D Line chart 또한 USDT.D의 Open, High, Low, Close의 중간값으로 표시됩니다.
-
위 두 지표의 Green색은 상승을, Red색은 하락을 의미합니다.
Heikin Ashi Line chart와 USDT.D Line chart를 구분하기 위해서 Heikin Ashi Line chart의 Green색을 두껍게 처리하고, USDT.D Line chart의 Red색을 두껍게 처리하였습니다.
해석 방법은
- Heikin Ashi 상승, USDT.D 하락, StochRSI 상승 : 가격이 상승할 가능성이 높음.
- Heikin Ashi 하락, USDT.D 상승, StochRSI 하락 : 가격이 하락할 가능성이 높음.
- 나머지 움직임은 변동성, 즉, fake에 해당될 수 있으므로 상황을 지켜봅니다.
----------------------------
많은 정보를 추가하다 보니, 어떤 것이 중요한 것인지 혼란스러울 수 있습니다.
거래의 핵심 지표는 HA-Low, HA-High, BW(0), BW(100) 지표입니다.
추세 지표는 Trend Cloud 지표와 1D, 1W, 1M 차트의 M-Signal 지표입니다.
거래시 중요한 것은 직관성입니다.
빠르게 판단하지 않으면, 대응 시간이 늦어져 엉뚱한 방향으로 거래가 진행될 가능성이 높기 때문입니다.
따라서, 차트에 표시해 둔 자신만의 지점이나 구간을 터치하였을 때 거래가 가능한지 확인하고 거래가 가능하다고 판단하여 거래를 시작하였다면 기다릴 줄도 알아야 합니다.
또한, 자신이 생각한 방향과 다르게 움직임이 나왔을 때 손절을 할 것인가도 생각해야 합니다.
이렇게 거래 시작시에 기본적인 거래 전략을 만들고 거래를 시작해야 하고, 이를 바탕으로 거래를 시작하였다면 거래 전략을 지킬려고 노력해야 합니다.
-
끝까지 읽어주셔서 감사합니다.
성공적인 거래가 되기를 기원입니다.
--------------------------------------------------
IronCondor 10am 30TF by RMThe IronCondor 10am 30TF indicator shows Iron Condor trades win rate over a large number of days.
The default ETFs in this indicators are "QQQ", "SPY", "RUT" , "CBTX" and "SPX", other entries have not been tested.
Iron Condor quick explanation:
- Iron Condors trades have four options, generally, are based around a Midpoint price (Current Market Price Strike) and
- Two equally distances Strikes for the SELL components (called the Body of the Iron Condor)
- Further away from the two SELLs, another Two BUYs for protection (not considered in this indicator)
- Iron Condors are used for Passive Income based on small gains most of the time.
The IronCondor 10am 30TF has its logic created based on the premises that:
- Most days the market prices stay within a range.
- As example the S&P market prices would stay within 1% on about 80% of the time
- The moving markets (bullish or bearish) occur about 20% of the time
- The biggest market price volatility generally occurs before market opens and then around the first hour or so of trade in the day.
- After the first hour or so of the market the prices would be most likely to stay within a range.
The operation is simple:
- At the Trade Star time in the day (say 10:30 Hrs.) draws a vertical yellow line, then
- Creates two blue horizontal lines for the SELL limits in the Iron Condor Body, at +/- 1% price boundary (check Ticker list below for values)
- At the Trade End time (say 16:00 Hrs.) checks that none of the SELL limits have been broken by highs or lows during the trade day
(The check is done calculating at Trade End time the high/lows 10 bars back for 30 min TF - timeframe)
- There is a label at each Trade End time with Win/Loss and Body value.
- There is one final label with overall calculated past performance in Win percentage out of 'n' trades
Defaults and User Entries:
- The User can modify the Midpoint price called 'IronCondor Midpoint STRIKE' (default is the Candle Close at the selected time)
- The User can modify the Body value called 'IronCondor Body' (default is the Ticker's selected value as per list below)
"QQQ" or "SPY" Body = 5
"RUT" or "CBTX" Body = 20
"SPX" Body = 60
* Disclaimer: This is not a Financial tool, it cannot used as any kind of advice to invest or risk moneys in any market,
Markets are volatile in nature - with little or no warning - and will drain your account if you are not careful.
Use only as an academic demonstrator => * Use at your own risk *
BTC Point & Figure Buy Signals for 2025Original Credit to www.tradingview.com for his 2020 BTC BPI Script.
I've updated the script to pinescript v5 and have swapped out the trading pairs for 27 pairs that several LLM AI's recommended as those most correlated to Bitcoin's price action.
The results are wonderful, and I've been using this updated version primarily as a strong confluence indicator for mainly long entries, though it does pretty well in timing tops and short entries as well.
Please let me know if you have a more definitive source for a basket of trading pairs to use, and I'll happily edit the script (or you can if you are proficient) and create a new version.
Given 4 years have passed and much more expanded and saturated the number of coins are in the market, I thought it would be interesting, if not informative to update the pairs.
An analysis of the trading pairs used in 2020 vs 2025 is as follows:
Common Trading Pairs
The following trading pairs are present in both scripts:
ADAUSDT
ALGOUSDT
ATOMUSDT
BCHUSDT
BNBUSDT
BTCUSDT
DOGEUSDT
ETHUSDT
HBARUSDT
LTCUSDT
VETUSDT
XLMUSDT
XMRUSDT
XRPUSDT
XTZUSDT
ZECUSDT
Unique to List
The following trading pairs are only found in the 2020 script:
BATUSDT
BTSUSDT
DASHUSDT
EOSUSDT
ETCUSDT
FTTUSDT
HOTUSDT
ICXUSDT
IOTAUSDT
LSKUSDT
NANOUSDT
NEOUSDT
OMGUSDT
ONTUSDT
QTUMUSDT
REPUSDT
RVNUSDT
SCUSDT
THETAUSDT
TRXUSDT
WAVESUSDT
ZILUSDT
Unique to List 2
The following trading pairs are only found in the 2025 list:
APTUSDT
AVAXUSDT
DOTUSDT
FILUSDT
ICPUSDT
IMXUSDT
LDOUSDT
LINKUSDT
RNDRUSDT
SHIBUSDT
SOLUSDT
Summary
Common Pairs: There are 16 trading pairs shared between the two scripts.
Unique to List 2020: 22 trading pairs that are not in 2025 pairs
Unique to 2025 pairs: : 11 trading pairs that are not in 2020 pairs
Enjoy, provide feedback and remember, all credit to @LonesomeTheBlue for the OG script.
Multi-Timeframe Trading Strategyindicator for multiTF by dragonfire
This will look at higher Tf then only low TF
"Multi-MA Trend Ribbon" 20,21+36,50,100,200,300 EMA
Name: Multi-MA Trend Ribbon
Description:
The "Multi-MA Trend Ribbon" is a versatile technical analysis indicator designed for use on trading platforms like TradingView. It primarily serves to visualize market trends through multiple moving averages (MAs), offering traders a comprehensive view of price movement over various time frames. Here's a detailed breakdown of its features and functionality:
Key Features:
Multiple Moving Averages:
Supports up to 7 different MAs, with default lengths at 20, 50, 100, 200, 300, 21, and 36 periods.
Each MA can be individually turned on or off, providing flexibility in analysis.
Types of MAs include EMA (Exponential Moving Average), SMA (Simple Moving Average), HMA (Hull Moving Average), WMA (Weighted Moving Average), DEMA (Double Exponential Moving Average), VWMA (Volume Weighted Moving Average), and VWAP (Volume Weighted Average Price).
Ribbon Display:
Offers an option to transform the display into a "Ribbon" where all MAs are colored uniformly based on the trend direction.
The color changes based on whether the shortest MA (typically MA1) is above or below the longest MA (typically MA5), indicating bullish or bearish trends respectively.
Customization:
Users can customize colors for bullish and bearish trends.
The indicator allows setting all MAs to a uniform type or mixing different types.
Adjustable length for each MA.
Trend Identification:
Identifies trends based on the crossover between the first and fifth MA:
Bullish Trend: When the shortest MA crosses above the longest MA.
Bearish Trend: When the longest MA crosses above the shortest MA.
Visualization Enhancements:
MAs can be plotted with different colors when not in ribbon mode for easy distinction.
The space between MAs can be filled with color when in ribbon mode, enhancing the visual trend signal.
Alerts:
Generates alerts when a bullish or bearish trend change is detected based on MA crossovers.
Data Table:
Optionally displays a table on the chart showing:
Current trend (Bullish or Bearish)
Values of all enabled MAs at the current price bar
Average True Range (ATR) for volatility context
The table's location is user-selectable (top-right, top-left, bottom-left, bottom-right).
Cross Plotting:
Option to plot crosses on the chart where trend changes occur, serving as visual markers for entry or exit signals.
Use Cases:
Trend Confirmation: Traders can use the ribbon to confirm trend directions over multiple time frames.
Trading Signals: Crossovers between MAs can be used to generate buy or sell signals.
Support/Resistance: The MAs can act as dynamic support or resistance levels.
Advantages:
Highly customizable to fit various trading strategies.
Provides both a clear visual trend indication and detailed numerical data.
Considerations:
In volatile markets, frequent crossovers might lead to false signals, so it's beneficial to combine with other indicators or analysis methods for confirmation.
MTF Pivots with lines (Nearest to the Price)In this indicator, I demonstrate the MTF pivots with lines connecting each pivot. These pivots are represented by lines, and there is a filter to display the nearest line to the current price.
Forward Curve Visualization ToolProvide the spot symbol and the futures product root, and the script automatically scans all relevant contracts for you—no more tedious manual searches. The result is a clean, intuitive chart showing the live forward curve in real time.
It also detects contango or backwardation conditions (based on spot < F1 < F2 < F3).
Future Features:
Plot historical snapshots of the curve (1 day, 1 week, or 1 month ago) to understand market trends over time.
Display additional metrics such as annualized basis, cost of carry (CoC), and even volume or open interest for deeper insights.
If you trade futures and watch the forward curve, this script will give you the actionable data you need and get more ideas or features you’d like to see. Let’s build them together!
Disclaimer
Please remember that past performance may not be indicative of future results.
Due to various factors, including changing market conditions, the strategy may no longer perform as well as in historical backtesting.
This post and the script don’t provide any financial advice.
Son Model ICT [TradingFinder] HTF DOL H1 + Sweep M15 + FVG M1🔵 Introduction
The ICT Son Model setup is a precise trading strategy based on market structure and liquidity, implemented across multiple timeframes. This setup first identifies a liquidity level in the 1-hour (1H) timeframe and then confirms a Market Structure Shift (MSS) in the 5-minute (5M) timeframe to validate the trend. After confirmation, the price forms a new swing in the 5-minute timeframe, absorbing liquidity.
Once this level is broken, traders typically drop to the 30-second (30s) timeframe and enter trades based on a Fair Value Gap (FVG). However, since access to the 30-second timeframe is not available to most traders, we take the entry signal directly from the 5-minute timeframe, using the same liquidity zones and confirmed breakouts to execute trades. This approach simplifies execution and makes the strategy accessible to all traders.
This model operates in two setups :
Bullish ICT Son Model and Bearish ICT Son Model. In the bullish setup, liquidity is first accumulated at the lows of the 1-hour timeframe, and after confirming a market structure shift, a long position is initiated. Conversely, in the bearish setup, liquidity is first drawn from higher levels, and upon confirmation of a bearish trend, a short position is executed.
Bullish Setup :
Bearish Setup :
🔵 How to Use
The ICT Son Model setup is designed around liquidity analysis and market structure shifts and can be applied in both bullish and bearish market conditions. The strategy first identifies a liquidity level in the 1-hour (1H) timeframe and then confirms a Market Structure Shift (MSS) in the 5-minute (5M) timeframe.
After this shift, the price forms a new swing, absorbing liquidity. When this level is broken in the 5-minute timeframe, the trader enters based on a Fair Value Gap (FVG). While the ideal entry is in the 30-second (30s) timeframe, due to accessibility constraints, we take entry signals directly from the 5-minute timeframe.
🟣 Bullish Setup
In the Bullish ICT Son Model, the 1-hour timeframe first identifies liquidity at the market lows, where price sweeps this level to absorb liquidity. Then, in the 5-minute timeframe, an MSS confirms the bullish shift.
After confirmation, the price forms a new swing, absorbing liquidity at a higher level. The price then retraces into a Fair Value Gap (FVG) created in the 5-minute timeframe, where the trader enters a long position, placing the stop-loss below the FVG.
🟣 Bearish Setup
In the Bearish ICT Son Model, liquidity at higher market levels is identified in the 1-hour timeframe, where price sweeps these levels to absorb liquidity. Then, in the 5-minute timeframe, an MSS confirms the bearish trend.
After confirmation, the price forms a new swing, absorbing liquidity at a lower level. The price then retraces into a Fair Value Gap (FVG) created in the 5-minute timeframe, where the trader enters a short position, placing the stop-loss above the FVG.
🔵 Settings
Swing period : You can set the swing detection period.
Max Swing Back Method : It is in two modes "All" and "Custom". If it is in "All" mode, it will check all swings, and if it is in "Custom" mode, it will check the swings to the extent you determine.
Max Swing Back : You can set the number of swings that will go back for checking.
FVG Length : Default is 120 Bar.
MSS Length : Default is 80 Bar.
FVG Filter : This refines the number of identified FVG areas based on a specified algorithm to focus on higher quality signals and reduce noise.
Types of FVG filters :
Very Aggressive Filter: Adds a condition where, for an upward FVG, the last candle's highest price must exceed the middle candle's highest price, and for a downward FVG, the last candle's lowest price must be lower than the middle candle's lowest price. This minimally filters out FVGs.
Aggressive Filter: Builds on the Very Aggressive mode by ensuring the middle candle is not too small, filtering out more FVGs.
Defensive Filter: Adds criteria regarding the size and structure of the middle candle, requiring it to have a substantial body and specific polarity conditions, filtering out a significant number of FVGs.
Very Defensive Filter: Further refines filtering by ensuring the first and third candles are not small-bodied doji candles, retaining only the highest quality signals.
🔵 Conclusion
The ICT Son Model setup is a structured and precise method for trade execution based on liquidity analysis and market structure shifts. This strategy first identifies a liquidity level in the 1-hour timeframe and then confirms a trend shift using the 5-minute timeframe.
Trade entries are executed based on Fair Value Gaps (FVGs), which highlight optimal entry points. By applying this model, traders can leverage existing market liquidity to enter high-probability trades. The bullish setup activates when liquidity is swept from market lows and a market structure shift confirms an upward trend, whereas the bearish setup is used when liquidity is drawn from market highs, confirming a downtrend.
This approach enables traders to identify high-probability trade setups with greater precision compared to many other strategies. Additionally, since access to the 30-second timeframe is limited, the strategy remains fully functional in the 5-minute timeframe, making it more practical and accessible for a wider range of traders.
Cluster Reversal Zones📌 Cluster Reversal Zones – Smart Market Turning Point Detector
📌 Category : Public (Restricted/Closed-Source) Indicator
📌 Designed for : Traders looking for high-accuracy reversal zones based on price clustering & liquidity shifts.
🔍 Overview
The Cluster Reversal Zones Indicator is an advanced market reversal detection tool that helps traders identify key turning points using a combination of price clustering, order flow analysis, and liquidity tracking. Instead of relying on static support and resistance levels, this tool dynamically adjusts to live market conditions, ensuring traders get the most accurate reversal signals possible.
📊 Core Features:
✅ Real-Time Reversal Zone Mapping – Detects high-probability market turning points using price clustering & order flow imbalance.
✅ Liquidity-Based Support/Resistance Detection – Identifies strong rejection zones based on real-time liquidity shifts.
✅ Order Flow Sensitivity for Smart Filtering – Filters out weak reversals by detecting real market participation behind price movements.
✅ Momentum Divergence for Confirmation – Aligns reversal zones with momentum divergences to increase accuracy.
✅ Adaptive Risk Management System – Adjusts risk parameters dynamically based on volatility and trend state.
🔒 Justification for Mashup
The Cluster Reversal Zones Indicator contains custom-built methodologies that extend beyond traditional support/resistance indicators:
✔ Smart Price Clustering Algorithm: Instead of plotting fixed support/resistance lines, this system analyzes historical price clustering to detect active reversal areas.
✔ Order Flow Delta & Liquidity Shift Sensitivity: The tool tracks real-time order flow data, identifying price zones with the highest accumulation or distribution levels.
✔ Momentum-Based Reversal Validation: Unlike traditional indicators, this tool requires a momentum shift confirmation before validating a potential reversal.
✔ Adaptive Reversal Filtering Mechanism: Uses a combination of historical confluence detection + live market validation to improve accuracy.
🛠️ How to Use:
• Works well for reversal traders, scalpers, and swing traders seeking precise turning points.
• Best combined with VWAP, Market Profile, and Delta Volume indicators for confirmation.
• Suitable for Forex, Indices, Commodities, Crypto, and Stock markets.
🚨 Important Note:
For educational & analytical purposes only.