Super Indicator Enhanced by TradeGlobal PROSuper Indicator Enhanced by TradeGlobal PRO
This indicator is designed to help traders identify high-probability trading opportunities across various markets, particularly on intraday timeframes like 1H and 4H. It combines multiple technical indicators—RSI, MACD, Bollinger Bands, and volume analysis—to generate reliable BUY and SELL signals while filtering out noise during sideways markets.
Features
RSI with Divergence Detection: Uses the Relative Strength Index (RSI) to identify overbought/oversold conditions and bullish/bearish divergences for potential reversals.
MACD for Trend Confirmation: Employs the Moving Average Convergence Divergence (MACD) to confirm bullish or bearish momentum, ensuring signals align with the market trend.
Bollinger Bands for Sideways Detection: Filters out false signals during low-volatility (sideways) periods by analyzing the Bollinger Bands width.
Volume Breakout & Whale Detection: Detects significant volume spikes to identify potential whale activity, indicating strong buying or selling pressure.
Support/Resistance with Retest Logic: Identifies key support and resistance levels, enhanced with retest confirmation for higher accuracy.
Double Bottom/Top Patterns: Detects classic reversal patterns (double bottom/top) with volume confirmation to validate breakouts.
Dynamic Stop-Loss and Take-Profit: Automatically calculates stop-loss and take-profit levels using ATR (Average True Range) with a customizable risk-to-reward ratio.
Signal Types
BUY/SELL: Standard signals for entering trades based on RSI, MACD, and whale activity.
BUY EL/SELL EL: Enhanced signals with higher confidence, incorporating support/resistance, double bottom/top patterns, and retest logic.
OUT: Signals to exit a trade when the price hits the stop-loss, take-profit, or breaks key levels.
How to Use
Timeframe: Best used on 1H or 4H charts for intraday trading. Adjust the RSI overbought/oversold levels for higher timeframes if needed.
Signals:
BUY/BUY EL: Enter a long position when these signals appear. Place a stop-loss below the calculated level and aim for the take-profit level.
SELL/SELL EL: Enter a short position when these signals appear. Place a stop-loss above the calculated level and aim for the take-profit level.
OUT: Exit the trade when this signal appears to secure profits or minimize losses.
Customization:
Adjust the RSI Length, MACD settings, and Bollinger Bands Length to suit your trading style.
Modify the ATR Multiplier for stop-loss and the Risk:Reward ratio for take-profit based on your risk tolerance.
Alerts: Set up alerts for BUY, SELL, BUY EL, SELL EL, and OUT signals to stay informed of trading opportunities.
Notes
The indicator works best in trending markets. Avoid using signals during prolonged sideways periods (check Bollinger Bands width).
Always combine the indicator with your own market analysis and risk management strategy.
Try it out and share your feedback in the comments! Let’s master the markets together.
Concept
Reddington Vip**Brief Description of the "Reddington Vip" Code**
**What is Used:**
- **Indicators and Strategies**:
- **MACD**: Price forecasting based on MACD and signal line crossovers.
- **Higher High/Lower Low**: Identifies support/resistance levels and trends.
- **LazyScalp Board**: Displays volume, volatility (NATR), and correlation.
- **Smart Money Concepts**: Analyzes market structure (BoS, CHoCH, Order Blocks).
- **Adaptive Trend Finder**: Assesses trend strength using Pearson's correlation.
- **Additional**: EMA, RSI, ATR, Fibonacci, Auto Fibs, trend channels.
- **Visualization**: Lines, areas, tables, and labels for levels and signals.
- **Settings**: Flexible parameters for MACD, periods, colors, stop-loss levels, etc.
**How to Trade with the Code:**
1. **Entry Signals**:
- **Long (Buy)**: Triggered by a false breakout of support, RSI > 40, MACD > signal line, and volume above average.
- **Short (Sell)**: Triggered by a false breakout of resistance, RSI < 60, MACD < signal line, and volume above average.
2. **Exit**:
- Take-Profit: Close position on an opposite signal (Long closes on Sell, Short on Buy).
- Stop-Loss: Customizable loss percentage (default 25%).
3. **Confirmation**:
- Use support/resistance levels, Order Blocks, and trend channels to filter signals.
- Monitor LazyScalp Board: High volume and NATR strengthen signals.
4. **Timeframes**: Suitable for any timeframe, but optimize parameters for your asset.
5. **Alerts**: Set up notifications for entry, take-profit, and stop-loss signals.
**Disclaimer from Reddington**:
"Ladies and gentlemen, this code is merely a tool in your arsenal, not a magical key to wealth. Markets are chaotic, and even the best strategies can fail. Trade wisely, manage risks, and do not rely solely on automation. I, Reddington, provide this code as an idea, but the responsibility for your trades rests solely with you. Good luck, and may the market be kind to you!"
**Note**: Test the strategy on historical data and a demo account before use. Adjust parameters to suit your trading style and asset.
Reddington Privat Club Final Edition### Brief Description of the Code
This Pine Script v6 code for TradingView implements the "Reddington Privat Club Final Edition" trading strategy. The strategy is based on **order blocks** (bullish and bearish liquidity zones), institutional levels, Fibonacci levels, pivot points, and candlestick patterns (breakouts, outside bars, climax bars). It includes risk management using ATR for stop-loss (SL) and take-profit (TP) levels, along with visualization of key levels and signals.
---
### What the Code Uses
1. **Technical Indicators and Tools**:
- **Order Blocks**: Identifies bullish and bearish zones on the 4-hour (4H) timeframe based on price action and volume.
- **Institutional Levels**: Dynamic levels calculated using a logarithmic price scale.
- **Fibonacci Levels** (0.382, 0.5, 0.618) on 4H to identify reversal or trend continuation zones.
- **Pivot Levels** (Pivot, R1, S1) for support/resistance zones.
- **ATR** (Average True Range) for calculating SL and TP.
- **Candlestick Patterns**: Breakouts, outside bars, climax bars (with high volume), and fake breakouts.
- **Volume Analysis**: Detects volume spikes to confirm signals.
- **SMA** (Simple Moving Average) to determine trend direction.
2. **Timeframes**:
- Primary analysis on **4H** (for order blocks and Fibonacci levels).
- Additional analysis on **1D** (for pivots, equal highs/lows) and **1W** (for weekly levels).
- Entry signals are checked on the current timeframe (1H or 15M recommended).
3. **Visualization**:
- Displays order blocks (bullish/bearish) as colored rectangles.
- Lines for institutional levels, pivots, R1/S1, Fibonacci, and weekly highs/lows.
- Labels for entry points, SL, TP, and trend continuation signals.
- Colored background to indicate trend (green for bullish, red for bearish).
4. **Risk Management**:
- **Risk per Trade**: Configurable percentage of capital (default 2%).
- **Risk/Reward Ratio (R:R)**: Configurable (default 4:1).
- **Leverage**: Configurable (default 10x).
- **ATR Factor**: For SL calculation (default 1.0).
- Partial profit-taking (75% of the position closed at half TP).
---
### How to Trade with the Strategy
1. **Entry Conditions**:
- **Long (Buy)**:
- Bullish trend (close > SMA10).
- Upward breakout (breakout_up), outside bar up (outside_up), or climax sell (climax_sell).
- Proximity to a bullish order block or its mitigation zone.
- Proximity to an institutional level (within 5*ATR).
- Price above the midpoint of the bullish block.
- **Short (Sell)**:
- Bearish trend (close < SMA10).
- Downward breakout (breakout_down), outside bar down (outside_down), or climax buy (climax_buy).
- Proximity to a bearish order block or its mitigation zone.
- Proximity to an institutional level.
- Price below the midpoint of the bearish block.
2. **Position Management**:
- **Stop-Loss (SL)**: Calculated as ATR * atr_factor from the entry point.
- **Take-Profit (TP)**:
- Half TP (75% of position) closed at a distance equal to SL.
- Full TP closed at SL * rr_ratio.
- **Position Size**: Calculated as a percentage of capital (risk_percent) with leverage.
3. **Trading Process**:
- Wait for an entry signal (green triangle for long, red for short).
- Confirm with visual levels (order blocks, Fibonacci, pivots).
- Set SL and TP as per chart labels.
- Close 75% of the position at half TP, hold the rest until full TP or SL.
- Monitor trend continuation signals (trend_continue_long/short).
4. **Additional Notes**:
- Avoid entries during fake breakouts (fake_up/fake_down).
- Pay attention to "Trend Change?" labels (potential trend reversal at Fibonacci 0.618).
---
### Recommended Timeframes
1. **Primary Trading Timeframe**:
- **1H (1 Hour)**: Suitable for moderate signal frequency and entry precision. Balances noise and trend movements.
- **15M (15 Minutes)**: For aggressive trading with more signals, but higher noise risk.
2. **Higher Timeframe Analysis**:
- **4H (4 Hours)**: Used for identifying order blocks and Fibonacci levels. Always check 4H for liquidity zone confirmation.
- **1D (1 Day)**: For pivot levels, equal highs/lows, and overall context.
- **1W (1 Week)**: For key weekly support/resistance levels.
**Recommendation**: Use **1H** for primary analysis and entries, but always verify **4H** for order blocks and **1D** for trend context. **15M** is suitable for scalping but requires strict risk management.
---
### Tips for Use
- **Customize Parameters**: Adjust risk_percent, rr_ratio, leverage, and atr_factor to match your trading style and risk tolerance.
- **Testing**: Backtest the strategy on historical data or a demo account before live trading.
- **Markets**: The strategy is versatile but performs best in volatile markets (e.g., cryptocurrencies, forex, indices).
- **Discipline**: Stick to signals and avoid entries without confirmation from higher timeframes.
---
### Disclaimer from Reddington
The "Reddington Privat Club Final Edition" trading strategy is provided for educational and informational purposes only. Trading financial markets involves significant risks, including the potential loss of capital. The strategy does not guarantee profits, and past performance is not indicative of future results. Users are solely responsible for their trading decisions and should thoroughly test the strategy before using it in live trading. Reddington and its affiliates are not liable for any financial losses or damages incurred from using this strategy. Always consult a qualified financial advisor and ensure proper risk management before trading.
52-Week & 5-Year High/Low with DatesThis indicator is designed to help traders quickly identify key price levels and their historical context by displaying the 52-week high/low and 5-year high/low prices along with their respective dates. It provides a clear visual representation of these levels directly on the chart and in a dashboard table for easy reference.
Key Features
52-Week High/Low:
Displays the highest and lowest prices over the last 252 trading days (approximately 52 weeks).
Includes the exact date when these levels were reached.
5-Year High/Low:
Displays the highest and lowest prices over the last 1260 trading days (approximately 5 years).
Includes the exact date when these levels were reached.
Visual Labels:
High and low levels are marked on the chart with labels that include the price and date.
Dashboard Table:
A table in the top-right corner of the chart summarizes the 52-week and 5-year high/low prices and their dates for quick reference.
Customizable Date Format:
Dates are displayed in the YYYY-MM-DD format for clarity and consistency.
Money Flow Pattern
Money Flow Pattern
This advanced indicator combines money flow analysis with a multidimensional assessment of trend strength, offering a comprehensive perspective on market sentiment across various time horizons. Its key components include:
1. Money Flow Visualization
The long-term flow (green/red wave) indicates the direction of market pressure based on its position above or below the zero line. To aid in interpreting the wave color, the area at the bottom of the indicator changes color in accordance with the main wave. The primary wave on the chart shifts color depending on the prevailing trend:
Green: Accumulation (capital inflow)
Red: Distribution (capital outflow)
! (cdn.discordapp.com)
2. Short-term investors (blue wave):
A fast-reacting curve that reflects momentary mood swings, helpful in identifying local extremes.
! (cdn.discordapp.com)
3. Mid-term Signals (white and violet lines)
Lines above zero reinforce bullish signals; lines below zero strengthen bearish signals.
Line crossovers generate signals:
Green dot: Potential entry point into an uptrend
Red dot: Warning signal for potential declines
! (cdn.discordapp.com)
4. Trend Strength Line
The color of this line (blue/orange/red) enables rapid assessment:
0 to 24: Weak trend – consolidation phase (blue)
25 to 49: Strong trend – optimal for trend-following strategies (orange)
Above 50: Extremely strong trend – risk of reversal (red)
! (cdn.discordapp.com)
5. Auxiliary Layers
Both upper and lower colored zones (blue-green and blue-red) serve as reference areas.
Reference levels (-100, -50, 0, 50, 100) help assess extreme overbought/oversold conditions.
Gradient fills highlight overbought zones (red gradient) and oversold zones (green gradient).
Advantages of the Indicator
Multidimensional analysis: Integrates data from multiple timeframes (short-, medium-, and long-term).
Intuitive visualization: Color schemes and chart shapes make interpretation accessible even for beginners.
Signal filtering: Integration with the Trend Strength Line reduces false signals during sideways phases.
Example of Use:
A rise of the blue wave above zero, accompanied by a green long-term wave and the white line crossing above the violet line, may indicate the beginning of an uptrend—especially if the Trend Strength Line is orange. A major advantage of the Money Flow Pattern is its divergence signals between the waves/lines of long- and mid-term investors and price (peaks and troughs).
vusalfx v3 Nzd/Usd 1m(RR 1:3)Indicator Description (for NZD/USD 1-Minute Chart)
This indicator is designed for scalping on the NZD/USD currency pair using a 1-minute timeframe. It combines exponential moving averages and the Relative Strength Index (RSI) to generate potential trade signals with a defined risk-to-reward ratio.
Risk/Reward Ratio: 1:3 (Risking 1% to gain 3%)
Stop Loss: 1%
Take Profit: 3%
EMA 9 (Fast EMA): Displayed in orange
EMA 21 (Slow EMA): Displayed in blue
RSI: 14-period RSI for momentum confirmation
The strategy looks for trend continuation and momentum setups based on EMA crossovers and RSI confirmation, with strict risk management.
Reddington Smart Liquidity Hunter### Description of the "Reddington Smart Liquidity Hunter" Indicator
**Brief Description**: This indicator is designed for trading cryptocurrency pairs, identifying liquidity zones and potential entry points based on trend analysis, volume, volatility, and market manipulation signals. It uses clouds (trend and manipulative), "diamond" signals, and stop-loss/take-profit levels for position management.
**Core Principles**:
1. **Clouds**:
- **Long Cloud** (green): EMA > SMA, indicates a bullish trend.
- **Short Cloud** (red): EMA < SMA, indicates a bearish trend.
- **Manipulative Cloud** (gray): High volatility (large candle) with low volume, signaling potential market traps.
2. **Diamonds**: Entry signals (◆) appear with significant volume, RSI > 50 (for longs) or RSI < 50 (for shorts), and a confirming candle.
3. **Liquidity Zones**: Marked at 20-period lows/highs, indicating potential reversal points.
4. **Position Management**: Sets stop-loss (based on ATR) and take-profit (4% from entry price). Positions close upon hitting SL/TP or an opposing signal.
5. **External Factors**: Considers BTC trend and VIX index to gauge market volatility.
**How to Trade**:
- **Long Entry**: Green "▲" signal (diamond with RSI, volume, and cloud confirmation). Enter at candle close, set SL below candle low, TP at +4%.
- **Short Entry**: Red "▼" signal (similar to long, but for bearish setup). SL above candle high, TP at -4%.
- **Exit**: Close position upon hitting SL/TP or when an opposing signal (reversal) appears.
- **Filters**: Watch clouds (avoid manipulative ones), BTC trend (trade in its direction), and VIX (high VIX = higher risk).
**Traded Coins**: BTCUSDT.P, ETHUSDT.P, SOLUSDT.P, XRPUSDT.P.
**Timeframes**: 15M, 1H, 4H, 1D, 1W. Parameters (EMA, SMA, ATR, etc.) adjust for each timeframe to optimize signals.
**Recommendations for Additional Tools**:
1. **Support/Resistance Levels**: Use to confirm liquidity zones and key levels.
2. **MACD or Stochastic**: Filter false signals (e.g., overbought/oversold conditions).
3. **News Flow**: Monitor major events (regulation, macroeconomics) impacting VIX and BTC.
4. **Risk Management**: Limit risk to 1-2% of capital per trade, use trailing stops to lock in profits.
5. **BTC Correlation**: Check other pairs' movements relative to BTC to confirm trends.
**Disclaimer from Reddington**:
"My friends, the 'Reddington Smart Liquidity Hunter' is my trusty companion in the crypto jungle, but it’s no crystal ball. Trading is an art full of risks. Always verify signals, stay informed about news, and never risk more than you can afford to lose. I merely point the way—you walk the path. Good luck and keep a cool head!"
[itradesize] ICT Opening range
This indicator automatically annotates the opening ranges of the AM and PM sessions. It should be used on the 1-minute timeframe , although you can check and build a further models when using a 2-3-4 or even 5-minute timeframe. You can customize this under the settings tab.
Additionally, it includes features such as standard deviations and the initial fair value gap presented. Everything is based on what ICT said in his algorithmic timing video.
The algorithm will continue to adjust prices higher or lower until it reaches a predetermined target price. This process will occur within specific time frames: the last 10 minutes before the hour and the first 10 minutes after a new hour begins.
For the AM session opening range, this is from 9:30 to 10:00 , and for the PM session, it's from 13:30 to 14:00 . Defining these ranges allows us to identify the first presented fair value gaps there, as the algorithm is designed to leave these signatures for smart money. This process of time-based delivery precision repeats every day. You can build a whole New York model on this.
It's important to journal and backtest your results results. If the market breaks the opening range on either side and there is evident liquidity, it is highly likely that it will pursue that liquidity.
However, before doing so, the market should retrace back to the first fair value gap if it hasn’t already occurred or back to the 0.75 or 0.5 level of the range at maximum.
When does this happen? Typically, when a macro event occurs— for example, during the lunch macro from 11:30 to 12:00 . In most cases, you can expect a retracement during lunch macro. If the market retraces beyond these levels, there is a higher probability that the expected scenario will not play out.
The algorithm primarily refers to the 30-minute opening range each time. The standard deviation levels can be used to establish algorithmic delivery targets and anticipate another run after the PM session opening range has occurred. The AM session often helps determine the likely direction of movement after the PM session range concludes.
The PM macro runs from 15:15 to 15:45 . At this time, the market will typically operate within the narrative that is currently underway.
H4 Cross + LTF Candle Alignment (Short Lines)H4 Cross + LTF Candle Alignment (Short Lines)
This indicator identifies potential trade opportunities by combining two key conditions:
The current H4 candle crosses above or below the previous H4 candle's high or low.
On a lower timeframe (like 5 minutes), the price shows two consecutive candles moving in the same direction (bullish for long, bearish for short).
Once these conditions align, a short entry line is drawn on the chart and an alert is triggered, providing an early signal for potential price movements. Perfect for traders looking to capture trend continuation with a clear visual marker and timely alerts.
ICT Liquidity Sweep MAX RETRI (ALERT)Strategy Description: SMC + ICT Reversal Sniper | 5-Min | R2 TP
This strategy applies Smart Money Concepts (SMC) and ICT methodology to identify high-probability reversal trades using a clean, rule-based system designed for the 5-minute timeframe.
⸻
Core Logic:
• Liquidity Sweep: Identifies stop hunts beyond recent swing highs/lows using a configurable lookback window.
• Break of Structure (BOS): Validates a directional shift after the sweep.
• Fixed R2 Risk-Reward: Entry is followed by a 2:1 take-profit target. Stop loss is set at the sweep candle’s high/low.
• No Entry Between 8 PM–12 AM NY Time: Avoids the manipulation-prone and illiquid zone.
• Discreet SL Handling: SL hits close trades silently — no labels or visuals.
⸻
Entry Precision & Timing Notes:
• The strategy may occasionally fire before a confirmed liquidity sweep — this is expected. If a sweep occurs later, you may still re-enter toward equilibrium, with take profit also targeted at equilibrium.
• Alerts or trades that trigger near 9:30 AM NY often align with real direction, but this time can be volatile.
• For more reliable and lower-risk entries, focus on the 1:30 PM to 2:00 PM silver bullet window, which tends to produce cleaner setups with more favorable flow. 🖤
EMA 9/21/50 + VWAP + MACD + RSI Pro [v6]Overview:
A powerful multi-indicator tool combining Exponential Moving Averages (EMA 9, 21, 50), Volume-Weighted Average Price (VWAP), Moving Average Convergence Divergence (MACD), and Relative Strength Index (RSI) into a single, easy-to-read system. Designed for traders who want a clean, all-in-one dashboard for trend analysis, momentum confirmation, and overbought/oversold conditions.
Key Features:
1. Triple EMA System (9, 21, 50)
Identifies short-term and medium-term trends.
Bullish Signal: EMA 9 > EMA 21 > EMA 50 (Green Highlight)
Bearish Signal: EMA 9 < EMA 21 < EMA 50 (Red Highlight)
Helps confirm trend direction and potential reversals.
2. VWAP (Volume-Weighted Average Price)
Tracks intraday fair value price based on volume.
Bullish: Price above VWAP (Green)
Bearish: Price below VWAP (Red)
3. MACD (Standard 12, 26, 9 Settings)
Shows momentum shifts.
Bullish: MACD line > Signal line (Green)
Bearish: MACD line < Signal line (Red)
Histogram confirms strength of momentum.
4. RSI (14-Period Default)
Identifies overbought (>70) and oversold (<30) conditions.
Red: Overbought (Potential Reversal)
Green: Oversold (Potential Bounce)
5. Signal Dashboard (Top-Right Table)
Real-time summary of all indicators in one place.
Color-coded for quick interpretation (Green = Bullish, Red = Bearish).
How to Use This Indicator?
✅ Trend Confirmation:
Trade in the direction of EMA alignment (9 > 21 > 50 for uptrends).
Use VWAP as dynamic support/resistance.
✅ Momentum Entries:
Look for MACD crossovers while RSI is not extreme.
Avoid buying when RSI > 70 or selling when RSI < 30 (unless strong trend).
✅ Mean Reversion:
Fade extreme RSI readings (overbought/oversold) when price is at key levels.
Who Is This For?
✔ Swing Traders – EMA + MACD combo for trend-following.
✔ Day Traders – VWAP + EMA for intraday bias.
✔ RSI Traders – Clear overbought/oversold signals.
Settings Customization:
Adjust EMA lengths, RSI periods, and MACD settings as needed.
Toggle VWAP visibility on/off.
Why Use This Script?
📌 All-in-One: No need for multiple indicators cluttering your chart.
📌 Visual Clarity: Color-coded signals for quick decision-making.
📌 Flexible: Works on any timeframe (1M, 5M, 1H, Daily, etc.).
Install now and enhance your trading strategy with a professional-grade multi-indicator system!
Not a financial advice. Use at your own discretion and always apply risk management
ICT MACRO MAX RETRI ( ALERT )🖤 ICT Reversal Detector – Minimalist Edition
This indicator is designed for traders who follow Inner Circle Trader (ICT) concepts, particularly focused on liquidity sweeps and displacement reversals.
It detects:
• Swing Highs & Lows that occur during the most reactive windows of each hour
→ Specifically the last 20 minutes and first 15 minutes
(ICT teaches these moments often reveal macro-level reversals. I’ve expanded the window slightly to give the indicator more room to catch valid setups.)
• Liquidity Sweeps of previous highs/lows
• Displacement (State Change): defined as a manipulation wick followed by 1–3 strong candles closing in the opposite direction
Visually:
• Clean black lines pointing right from the liquidity sweep wick
• White triangle markers inside black label boxes only when valid displacement occurs
• No clutter, no unnecessary shapes — just focused signal
Built for:
• 5-minute charts, especially NASDAQ (NAS100) and S&P 500 (SPX500)
• Confirm setups manually on the 15-minute chart for extra precision
This is a partial automation tool for ICT-style reversal traders who prefer clarity, minimalism, and sharp intuition over noise.
Let it alert you to setups — then decide like a sniper.
Dual RSIHello everyone! I want to show you my version of the RSI indicator. As you may have noticed, in this indicator I decided to use 2 RSI at once, and here's why. I discovered that crossovers between fast and slow RSI can generate good signals. Very often we can determine an entry point with it, and it works just as well as RSI versions with divergences.
So, all you need to do is configure the timeframe from which the RSI will be displayed. For example, when I work on an hourly timeframe, I enable both hourly and four-hour RSI. When the hourly RSI crosses the four-hour RSI from above, it signals that you should look for a short entry point. Conversely, if the hourly RSI crosses the four-hour RSI from below, you should look for a long entry point.
Overall, everyone can choose these settings for themselves. You can also adjust the overbought and oversold zones to increase or decrease the frequency of signals.
This indicator can be a good addition to your strategy. Good luck!
Sessions with Mausa session high/low tracker that draws flat, horizontal lines for Asia, London, and New York trading sessions. It updates those levels in real time during each session, locks them in once the session ends, and keeps them on the chart for context.
At a glance, you always know:
Where each session’s highs and lows were set
Which session produced them (ASIA, LDN, NY labels float cleanly above the highs)
When price is approaching or reacting to prior session levels
🔹 Use Cases:
• Key Levels – See where Asia, London, or NY set boundaries, and watch how price respects or rejects them
• Breakout Zones – Monitor when price breaks above/below session highs/lows
• Session Structure – Know instantly if a move happened during London or NY without squinting at the clock
• Backtesting – Keep historic session levels on the chart for reference — nothing gets deleted
• Confluence – Align these levels with support/resistance, fibs, or liquidity zones
Simple, visual, no distractions — just session structure at a glance.
Sun Moon Conjunctions Trine Oppositions 2025this script is an astrological tool designed to overlay significant Sun-Moon aspect events for 2025 on a Bitcoin chart. It highlights key lunar phases and aspects—Conjunctions (New Moon) in blue, Squares in red, Oppositions (Full Moon) in purple, and Trines in green—using background colors and labeled markers. Users can toggle visibility for each aspect type and adjust label sizes via customizable inputs. The script accurately marks events from January through December 2025, with labels appearing once per event, making it a valuable resource for exploring potential correlations between lunar cycles and Bitcoin price movements.
Kondratieff Wave & Benner Business CyclesKondratieff Wave Theory
Description: The Kondratieff Wave, also known as K-Waves or Long Waves, is an economic theory that posits long-term cycles of approximately 40-60 years in capitalist economies. These cycles consist of four phases: Spring (expansion and recovery), Summer (prosperity and peak), Autumn (stagnation and recession), and Winter (depression and restructuring). The theory suggests that technological innovations and major economic shifts drive these waves, influencing periods of growth and decline over decades.
Creator Bio: Nikolai Dmitriyevich Kondratieff (1892–1938) was a Russian economist born in the Kostroma Governorate. He studied at the University of St. Petersburg and became a prominent figure in Soviet economics. Kondratieff developed his long-wave theory in the 1920s while analyzing historical economic data, publishing works like The Major Economic Cycles (1925). His ideas clashed with Soviet ideology, leading to his arrest in 1930 during Stalin’s purges. He was executed in 1938, but his work gained recognition posthumously, influencing modern economic cycle analysis.
Benner Cycle Theory
Description: The Benner Cycle, proposed by Samuel Benner, is a predictive model for business and commodity price cycles, focusing on shorter-term economic fluctuations. Benner identified recurring patterns in market peaks (highs), panics (crashes), and buying opportunities (lows), with cycles averaging 8-10 years for highs, 7-8 years for panics, and 8-9 years for buys. His theory, based on historical observations of U.S. markets, aimed to guide farmers and investors by forecasting periods of prosperity and distress.
Creator Bio: Samuel T. Benner (1830s–unknown) was an American farmer and businessman from Ohio, not a formally trained economist. After losing his fortune in the Panic of 1873, Benner turned to studying economic patterns. In 1875, he self-published Benner’s Prophecies of Future Ups and Downs in Prices, a book that charted cycles in pig iron prices and other commodities. His work gained a cult following among traders and remains studied for its empirical approach, despite Benner’s lack of academic credentials and limited biographical records.
Inner Circle Toolkit [TakingProphets]Inner Circle Toolkit — A Complete ICT Trading Companion
The Inner Circle Toolkit is a closed-source, all-in-one trading tool designed for traders following ICT (Inner Circle Trader) and Smart Money Concepts strategies. Every part of this script is built with purpose — not just a mashup of indicators, but a structured framework to help you follow price through the lens of institutional behavior and liquidity theory.
Let’s walk through what it does and how it can help you:
🕒 Session Liquidity Levels (Asia, London, New York, NY Lunch)
The indicator automatically marks the highs and lows of the major trading sessions:
-Asian Session
-London Session
-New York AM Session
-New York Lunch
These levels are important because price often returns to these points to grab liquidity before making a move. This gives traders clear areas to watch for potential sweeps, rejections, or reversals — without having to manually track session timings every day.
REQHs and REQLs — Equal Highs and Lows
This script detects Relatively Equal Highs and Lows (REQHs/REQLs), which are often used by institutions as stop-run targets.
It’s not just looking for copy-paste double tops or bottoms — it uses a tolerance-based algorithm that checks for clusters of similar highs or lows over a given time period. These are likely to hold stops and become magnets for price. When you see these on the chart, you’ll know where the “juice” is sitting.
Fair Value Gaps (FVG) — Multi-Timeframe
The script automatically plots Fair Value Gaps (FVGs) on both:
-Your current chart timeframe
-One or more higher timeframes (like H1 or H4)
These are three-candle gaps that form when price moves aggressively without filling in value. Price often comes back to these areas to rebalance. Seeing both local and higher-timeframe FVGs on your chart gives better context and helps with entries and exits.
The script is optimized so your chart doesn’t get messy — higher timeframe FVGs show up in a cleaner format with visual labels and lighter shading.
SMT Divergence — With Session Logic
This tool includes a real-time SMT divergence detector, based on the behavior of correlated markets like ES vs. NQ.
Here’s how it works:
If ES sweeps a liquidity level (like Asia Low), but NQ doesn’t, the script detects and marks that divergence.
This often signals institutional accumulation or distribution — a high-probability setup.
You won’t have to flip between charts or manually compare — the SMT logic runs automatically and only fires when it matters (at key session levels). It’s a smarter, more focused way to track intermarket divergences.
Daily Highs and Lows — Week-to-Week Structure
The indicator keeps track of the high and low for each day of the week — Monday through Friday — helping you understand how price is evolving across the week.
This helps build a weekly profile:
Did Monday set the high of the week?
Are we sweeping Tuesday’s low on Thursday?
These levels stay visible and labeled, helping you frame daily setups inside the bigger picture.
🕛 Midnight Open & 8:30 AM Open Levels
These two levels are core ICT concepts used to judge whether price is in premium or discount:
Midnight Open (00:00 EST): Used to determine daily bias
New York Open (08:30 EST): Often a launch point for key moves
Both are drawn automatically and extend throughout the day. This helps you align your trades with potential algorithmic bias, especially during NY session volatility.
⏰ 9:45 AM Vertical Marker — Macro Time Reminder
The script draws a subtle vertical line at 9:45 AM EST, which is the start of the NY AM macro session — one of the most likely times to see setups play out.
This is more than just a timer — it’s a visual cue that something important might be setting up soon, especially if you’re already watching SMT, FVGs, or liquidity zones from earlier.
How It All Connects — A Workflow, Not a Mashup
Every feature in this script is connected to the same goal: helping you trade with the Smart Money.
Here’s how the pieces work together:
Session levels → potential stop hunts
Equal highs/lows → targets
FVGs → entry points
SMT divergence → confirmation or warning
Daily highs/lows → Weekly structure frames bias
Open levels → premium vs. discount
Macro line → timing clue for execution
It’s built to help you flow with price action and trade the story, not just random signals.
Why It’s Closed Source — and Original
This script is closed-source because it contains:
A proprietary system for real-time SMT logic (with intermarket sweep detection)
Multi-timeframe FVG detection that auto-filters overlaps
Smart equal-high/low detection using range-based clustering
Optimized UI that shows a lot without overwhelming the chart
There are no moving averages, no public-domain indicators, and no mashup of standard tools. Everything here is purpose-built for traders who follow ICT strategies.
Let us know how we can improve!
Gann LV Price/Time (EN)Gann LV Price/Time
This indicator is based on William Gann’s methods, the Law of Vibration, and classic wave analysis. Unlike traditional Gann tools, it employs adaptive trend analysis, combining angular acceleration, price-to-time ratio, and resonance zones. This allows for more precise identification of key support and resistance levels and enhances the ability to forecast potential trend reversals.
🔹 Key Features
✔ Customizable key points (A, B, C) – the user selects three significant points that form the basis of the analysis.
✔ Price calculation methods – the option to consider candle wicks, candle bodies, or an average price.
✔ Automatic trend structure analysis – the indicator determines whether the market is in an impulse or corrective phase.
✔ Support and resistance level forecasting – based on Gann’s Law of Vibration, making calculations dynamic.
✔ Identification of time-based reversal zones – key time cycles that influence trends are analyzed.
✔ Price resonance zones – special areas where the price reaches maximum sensitivity and may reverse direction.
✔ Market noise filtering – intelligent smoothing and volatility adaptation techniques are applied.
🔹 How Does the Indicator Work?
1️⃣ Defining Key Points A, B, C
These points serve as the foundation of the analysis, helping to determine trend direction and potential reversal zones.
2️⃣ Angular Acceleration Analysis
The indicator assesses whether the angle between points is accelerating or decelerating, allowing traders to identify trend strength and potential turning points.
3️⃣ Detection of Price Resonance Zones
Every market has its own natural vibration frequencies—moments when the price is most susceptible to trend shifts. The indicator analyzes these patterns and identifies key levels where reversals may occur.
4️⃣ Identification of Time-Based Trend Reversal Zones
Time cycles play a crucial role in price movements. By analyzing market rhythm patterns, the indicator forecasts probable trend reversal points, providing additional confirmation for trading decisions.
🔹 What Are Price Resonance Zones?
Resonance zones are areas on the chart where the price encounters an "invisible barrier" based on Gann’s Law of Vibration. These zones form when natural price and time rhythms align, creating an effect similar to acoustic or mechanical resonance.
Within these zones:
Trends slow down or accelerate.
There is a high probability of a reversal.
Key support and resistance levels become stronger.
The indicator automatically identifies these intersections, helping traders find optimal entry and exit points.
🔹 Where to Apply It?
✔ For identifying entry and exit points – helps detect the most probable trend reversal zones.
✔ For market cycle analysis – understanding market rhythms enables more accurate forecasting.
✔ For filtering false breakouts – resonance zones can confirm or invalidate potential breakouts.
📌 Important: This indicator does not guarantee profits; it serves as a supportive tool for comprehensive technical analysis.
Live SessionsLive sessions plots the highs and lows of the previous for sessions.
It also marks when these are broken by price.
Default Time Frames are:
London Session = "0000-0600", "UTC-4"
New York Session = "0830-1230", "UTC-4"
Asia Session = "1800-0000", "UTC-4"
New York Close Session = "1330-1630", "UTC-4"
Useful for highlighting when price has gone through a previous session high or low and quickly seeing where liquidity still lies.
Custom Level IndicatorThis indicator is mainly used for back testing your strategy manually. It allows you to set a fixed target value and SL value to see if your strategy hits the target or it hits the SL.
Input the entry value.
It will allow you to input a fixed target value and SL value for both bullish and bearish trades. The Bullish trades are indicated by Green and Bearish trades are indicated by Red lines.
Bitcoin MVRV Z-Score Indicator### **What This Script Does (In Plain English)**
Imagine Bitcoin has a "fair price" based on what people *actually paid* for it (called the **Realized Value**). This script tells you if Bitcoin is currently **overpriced** or **underpriced** compared to that fair price, using math.
---
### **How It Works (Like a Car Dashboard)**
1. **The Speedometer (Z-Score Line)**
- The blue line (**Z-Score**) acts like a speedometer for Bitcoin’s price:
- **Above Red Line** → Bitcoin is "speeding" (overpriced).
- **Below Green Line** → Bitcoin is "parked" (underpriced).
2. **The Warning Lights (Colors)**
- **Red Background**: "Slow down!" – Bitcoin might be too expensive.
- **Green Background**: "Time to fuel up!" – Bitcoin might be a bargain.
3. **The Alarms (Alerts)**
- Your phone buzzes when:
- Green light turns on → "Buy opportunity!"
- Red light turns on → "Be careful – might be time to sell!"
---
### **Real-Life Example**
- **2021 Bitcoin Crash**:
- The red light turned on when Bitcoin hit $60,000+ (Z-Score >7).
- A few months later, Bitcoin crashed to $30,000.
- **2023 Rally**:
- The green light turned on when Bitcoin was around $20,000 (Z-Score <0.1).
- Bitcoin later rallied to $35,000.
---
### **How to Use It (3 Simple Steps)**
1. **Look at the Blue Line**:
- If it’s **rising toward the red zone**, Bitcoin is getting expensive.
- If it’s **falling toward the green zone**, Bitcoin is getting cheap.
2. **Check the Colors**:
- Trade carefully when the background is **red**.
- Look for buying chances when it’s **green**.
3. **Set Alerts**:
- Get notified when Bitcoin enters "cheap" or "expensive" zones.
---
### **Important Notes**
- **Not Magic**: This tool helps spot trends but isn’t perfect. Always combine it with other indicators.
- **Best for Bitcoin**: Works great for Bitcoin, not as well for altcoins.
- **Long-Term Focus**: Signals work best over months/years, not hours.
---
Think of it as a **thermometer for Bitcoin’s price fever** – it tells you when the market is "hot" or "cold." 🔥❄️
Fibonacci & Bollinger Bands StrategyTrading System: Fibonacci & Bollinger Bands Strategy
1. Session Timing
Trade only from 1 PM onwards.
Identify the first candle on the 1 PM vertical line to set the market direction.
If it's a bullish candle, look for buy opportunities.
If it's a bearish candle, look for sell opportunities.
2. Fibonacci Retracement as a Measuring Tool
Identify the recent swing high and swing low before the 1 PM session.
Draw Fibonacci retracement levels from low to high (for buys) or high to low (for sells).
Key retracement levels to watch: 0.0%, 50.0%, and 100.0%.
Entries can be placed at 0.0% or 50.0%, aiming for a move toward 100.0% retracement.
3. Bollinger Bands Confirmation
If the Bollinger Bands are above price, expect a downward move (sell).
If the Bollinger Bands are below price, expect an upward move (buy).
Use this as additional confirmation for your Fibonacci-based trade.
4. Entry & Exit Rules
Entry:
If the 1 PM candle confirms a bullish bias, enter long near Fibonacci 0.0% or 50.0%.
If the 1 PM candle confirms a bearish bias, enter short near Fibonacci 0.0% or 50.0%.
Stop Loss: Below (for buys) or above (for sells) the swing low/high used for Fibonacci.
Take Profit: Target 100.0% retracement level or next key resistance/support.
5. Risk Management
Risk 1-2% per trade.
Avoid trading if price is too far from Fibonacci levels.
Confirm setup with Bollinger Bands alignment.
DTFX Algo Zones [SamuraiJack Mod]CME_MINI:NQ1!
Credits
This indicator is a modified version of an open-source tool originally developed by Lux Algo. I literally modded their indicator to create the DTFX Algo Zones version, incorporating additional features and refinements. Special thanks to Lux Algo for their original work and for providing the open-source code that made this development possible.
Introduction
DTFX Algo Zones is a technical analysis indicator designed to automatically identify key supply and demand zones on your chart using market structure and Fibonacci retracements. It helps traders spot high-probability reversal areas and important support/resistance levels at a glance. By detecting shifts in market structure (such as Break of Structure and Change of Character) and highlighting bullish or bearish zones dynamically, this tool provides an intuitive framework for planning trades. The goal is to save traders time and improve decision-making by focusing attention on the most critical price zones where market bias may confirm or reverse.
Logic & Features
• Market Structure Shift Detection (BOS & CHoCH): The indicator continuously monitors price swings and marks significant structure shifts. A Break of Structure (BOS) occurs when price breaks above a previous swing high or below a swing low, indicating a continuation of the current trend. A Change of Character (ChoCH) is detected when price breaks in the opposite direction of the prior trend, often signaling an early trend reversal. These moments are visually marked on the chart, serving as anchor points for new zones. By identifying BOS and ChoCH in real-time, the DTFX Algo Zones indicator ensures you’re aware of key trend changes as they happen.
• Auto-Drawn Fibonacci Supply/Demand Zones: Upon a valid structure shift, the indicator plots a Fibonacci-based zone between the breakout point and the preceding swing high/low (the source of the move). This creates a shaded area or band of Fibonacci retracement levels (for example 38.2%, 50%, 61.8%, etc.) representing a potential support zone in an uptrend or resistance zone in a downtrend. These supply/demand zones are derived from the natural retracement of the breakout move, highlighting where price is likely to pull back. Each zone is essentially an auto-generated Fibonacci retracement region tied to a market structure event, which traders can use to anticipate where the next pullback or bounce might occur.
• Dynamic Bullish and Bearish Zones: The DTFX Algo Zones indicator distinguishes bullish vs. bearish zones and updates them dynamically as new price action unfolds. Bullish zones (formed after bullish BOS/ChoCH) are typically highlighted in one color (e.g. green or blue) to indicate areas of demand/support where price may bounce upward. Bearish zones (formed after bearish BOS/ChoCH) are shown in another color (e.g. red/orange) to mark supply/resistance where price may stall or reverse downward. This color-coding and real-time updating allow traders to instantly recognize the market bias: for instance, a series of bullish zones implies an uptrend with multiple support levels on pullbacks, while consecutive bearish zones indicate a downtrend with resistance overhead. As old zones get invalidated or new ones appear, the chart remains current with the latest key levels, eliminating clutter from outdated levels.
• Flexible Customization: The indicator comes with several options to tailor the zones to your trading style. You can filter which zones to display – for example, show only the most recent N zones or limit to only bullish or only bearish zones – helping declutter the chart and focus on recent, relevant levels. There are settings to control zone extension (how far into the future the zones are drawn) and to automatically invalidate zones once they’re no longer relevant (for instance, if price fully breaks through a zone or a new structure shift occurs that supersedes it). Additionally, the Fibonacci retracement levels within each zone are customizable: you can choose which retracement percentages to plot, adjust their colors or line styles, and decide whether to fill the zone area for visibility. This flexibility ensures the DTFX Algo Zones can be tuned for different markets and strategies, whether you want a clean minimalist look or detailed zones with multiple internal levels.
Best Use Cases
DTFX Algo Zones is a versatile indicator that can enhance various trading strategies. Some of its best use cases include:
• Identifying High-Probability Reversal Zones: Each zone marks an area where price has a higher likelihood of stalling or reversing because it reflects a significant prior swing and Fibonacci retracement. Traders can watch these zones for entry opportunities when the market approaches them, as they often coincide with order block or strong supply/demand areas. This is especially useful for catching trend reversals or pullbacks at points where risk is lower and potential reward is higher.
• Spotting Key Support and Resistance: The automatically drawn zones act as dynamic support (below price) and resistance (above price) levels. Instead of manually drawing Fibonacci retracements or support/resistance lines, you get an instant map of the key levels derived from recent price action. This helps in quickly identifying where the next bounce (support) or rejection (resistance) might occur. Swing traders and intraday traders alike can use these zones to set alerts or anticipate reaction areas as the market moves.
• Trend-Following Entries: In a trending market, the indicator’s zones provide ideal areas to join the trend on pullbacks. For example, in an uptrend, when a new bullish zone is drawn after a BOS, it indicates a fresh demand zone – buying near the lower end of that zone on a pullback can offer a low-risk entry to ride the next leg up. Similarly, in a downtrend, selling rallies into the highlighted supply zones can position you in the direction of the prevailing trend. The zones effectively serve as a roadmap of the trend’s structure, allowing trend traders to buy dips and sell rallies with greater confidence.
• Mean-Reversion and Range Trading: Even in choppy or range-bound markets, DTFX Algo Zones can help find mean-reversion trades. If price is oscillating sideways, the zones at extremes of the range might mark where momentum is shifting (ChoCH) and price could swing back toward the mean. A trader might fade an extended move when it reaches a strong zone, anticipating a reversion. Additionally, if multiple zones cluster in an area across time (creating a zone overlap), it often signifies a particularly robust support/resistance level ideal for range trading strategies.
In all these use cases, the indicator’s ability to filter out noise and highlight structurally important levels means traders can focus on higher-probability setups and make more informed trading decisions.
Strategy – Pullback Trading with DTFX Algo Zones
One of the most effective ways to use the DTFX Algo Zones indicator is trading pullbacks in the direction of the trend. Below is a step-by-step strategy to capitalize on pullbacks using the zones, combining the indicator’s signals with sound price action analysis and risk management:
1. Identify a Market Structure Shift and Trend Bias: First, observe the chart for a recent BOS or ChoCH signal from the indicator. This will tell you the current trend bias. For instance, a bullish BOS/ChoCH means the market momentum has shifted upward (bullish bias), and a new demand zone will be drawn. A bearish structure break indicates downward momentum and creates a supply zone. Make sure the broader context supports the bias (e.g., if multiple higher timeframe zones are bullish, focus on long trades).
2. Wait for the Pullback into the Zone: Once a new zone appears, don’t chase the price immediately. Instead, wait for price to retrace back into that highlighted zone. Patience is key – let the market come to you. For a bullish setup, allow price to dip into the Fibonacci retracement zone (demand area); for a bearish setup, watch for a rally into the supply zone. Often, the middle of the zone (around the 50% retracement level) can be an optimal area where price might slow down and pivot, but it’s wise to observe price behavior across the entire zone.
3. Confirm the Entry with Price Action & Confluence: As price tests the zone, look for confirmation signals before entering the trade. This can include bullish reversal candlestick patterns (for longs) or bearish patterns (for shorts) such as engulfing candles, hammers/shooting stars, or doji indicating indecision turning to reversal. Additionally, incorporate confluence factors to strengthen the setup: for example, check if the zone overlaps with a key moving average, a round number price level, or an old support/resistance line from a higher timeframe. You might also use an oscillator (like RSI or Stochastic) to see if the pullback has reached oversold conditions in a bullish zone (or overbought in a bearish zone), suggesting a bounce is likely. The more factors aligning at the zone, the more confidence you can have in the trade. Only proceed with an entry once you see clear evidence of buyers defending a demand zone or sellers defending a supply zone.
4. Enter the Trade and Manage Risk: When you’re satisfied with the confirmation (e.g., price starts to react positively off a demand zone or shows rejection wicks in a supply zone), execute your entry in the direction of the original trend. Immediately set a stop-loss order to control risk: for a long trade, a common placement is just below the demand zone (a few ticks/pips under the swing low that formed the zone); for a short trade, place the stop just above the supply zone’s high. This way, if the zone fails and price continues beyond it, your loss is limited. Position size the trade so that this stop-loss distance corresponds to a risk you are comfortable with (for example, 1-2% of your trading capital).
5. Take Profit Strategically: Plan your take-profit targets in advance. A conservative approach is to target the origin of the move – for instance, in a long trade, you might take profit as price moves back up to the swing high (the 0% Fibonacci level of the zone) or the next significant zone or resistance level above. This often yields at least a 1:1 reward-to-risk ratio if you entered around mid-zone. More aggressive trend-following traders may leave a portion of the position running beyond the initial target, aiming for a larger move in line with the trend (for example, new higher highs in an uptrend). You can also trail your stop-loss upward behind new higher lows (for longs) or lower highs (for shorts) as the trend progresses, locking in profit while allowing for further gains.
6. Monitor Zone Invalidation: Even after entering, keep an eye on the behavior around the zone and any new zones that may form. If price fails to bounce and instead breaks decisively through the entire zone, respect that as an invalidation – the market may be signaling a deeper reversal or that the signal was false. In such a case, it’s better to exit early or stick to your stop-loss than to hold onto a losing position. The indicator will often mark or no longer highlight zones that have been invalidated by price, guiding you to shift focus to the next opportunity.
Risk Management Tips:
• Always use a stop-loss and don’t move it farther out in hope. Placing the stop just beyond the zone’s far end (the swing point) helps protect you if the pullback turns into a larger reversal.
• Aim for a favorable risk-to-reward ratio. With pullback entries near the middle or far end of a zone, you can often achieve a reward that equals or exceeds your risk. For example, risking 20 pips to make 20+ pips (1:1 or better) is a prudent starting point. Adjust targets based on market structure – if the next resistance is 50 pips away, consider that upside against your risk.
• Use confluence and context: Don’t take every zone signal in isolation. The highest probability trades come when the DTFX Algo Zone aligns with other analysis (trend direction, chart patterns, higher timeframe support/resistance, etc.). This filtered approach will reduce trades taken in weak zones or counter-trend traps.
• Embrace patience and selectivity: Not all zones are equal. It can be wise to skip very narrow or insignificant zones and wait for those that form after a strong BOS/ChoCH (indicating a powerful move). Larger zones or zones formed during high-volume times tend to produce more reliable pullback opportunities.
• Review and adapt: After each trade, note how price behaved around the zone. If you notice certain Fib levels (like 50% or 61.8%) within the zone consistently provide the best entries, you can refine your approach to focus on those. Similarly, adjust the indicator’s settings if needed – for example, if too many minor zones are cluttering your screen, limit to the last few or increase the structure length parameter to capture only more significant swings.
⸻
By combining the DTFX Algo Zones indicator with disciplined confirmation and risk management, traders can improve their timing on pullback entries and avoid chasing moves. This indicator shines in helping you trade what you see, not what you feel – the clearly marked zones and structure shifts keep you grounded in price action reality. Whether you’re a trend trader looking to buy the dip/sell the rally, or a reversal trader hunting for exhaustion points, DTFX Algo Zones provides a robust visual aid to elevate your trading decisions. Use it as a complementary tool in your analysis to stay on the right side of the market’s structure and enhance your trading performance.
Daily Bias IndicatorThe Daily Bias Indicator is a TradingView script designed to help traders identify bullish and bearish biases based on price action from the last two daily candles. It highlights market sentiment by checking whether price breaks key levels and reacts accordingly.
How It Works:
Bullish Bias:
The price breaks above the previous high and closes above it.
The price breaks below the previous low but fails to close lower.
Bearish Bias:
The price breaks below the previous low and closes below it.
The price breaks above the previous high but fails to close higher.
Labels appear red at the bottom for bearish bias on the next day and green for bullish bias on the next day.