Fractal Adaptive Moving Average (FRAMA)Core Concept
Unlike traditional moving averages that use fixed smoothing factors, FRAMA adapts its responsiveness based on how "fractal" or chaotic the price movement is:
In trending markets (low fractal dimension), it becomes more responsive
In choppy/sideways markets (high fractal dimension), it becomes smoother
How It Works
1. Fractal Dimension Calculation:
Splits the lookback period into two halves
Calculates price ranges for each half and the total period
Uses logarithmic ratios to determine the fractal dimension (bounded between 1.0 and 2.0)
2. Dynamic Alpha Calculation:
Converts fractal dimension to a smoothing factor (alpha)
Higher fractal dimension = lower alpha = smoother average
Lower fractal dimension = higher alpha = more responsive average
3. Adaptive Smoothing:
Applies the calculated alpha to create the moving average
FRAMA = alpha × current_price + (1 - alpha) × previous_FRAMA
Key Parameters
Length (16): Lookback period for calculations
Fast Constant (4.0): Maximum responsiveness limit
Slow Constant (300.0): Minimum responsiveness limit
Visual Features
Line Color: Green when rising, red when falling
Background: Light green above FRAMA (bullish), light red below (bearish)
Information Table: Shows current FRAMA value, price, trend direction, and efficiency ratio
Close Price: Plotted as a semi-transparent white line for comparison
Trading Applications
FRAMA is particularly useful for:
Trend Following: More responsive in strong trends, less noisy in consolidations
Support/Resistance: Acts as dynamic support in uptrends, resistance in downtrends
Market Regime Detection: The efficiency ratio helps identify trending vs. ranging markets
Entry/Exit Signals: Crossovers and price position relative to FRAMA
The indicator automatically balances between being fast enough to catch trends early while being smooth enough to avoid false signals in choppy markets.
In this FRAMA script, fractal refers to measuring the complexity or "roughness" of price movements over time, not the self-similar geometric patterns we typically think of.
What the Script Measures
The script calculates a fractal dimension that quantifies how chaotic or smooth the price action is:
Low fractal dimension (closer to 1.0): Price moves in a relatively straight, trending manner
High fractal dimension (closer to 2.0): Price moves in a jagged, choppy, sideways manner.
The Logic
If the market is trending smoothly:
The sum of the two half-period ranges will be close to the total range
This gives a fractal dimension closer to 1.0
The indicator becomes more responsive (faster)
If the market is choppy/sideways:
The sum of the two half-period ranges will be much larger than the total range
This gives a fractal dimension closer to 2.0
The indicator becomes less responsive (smoother)
Practical Example
Imagine a 16-period lookback:
Trending market: Price goes from 100 → 116 steadily
Choppy market: Price bounces 100→108→102→114→106→116
The choppy market has a higher fractal dimension because there's more "path length" relative to the actual distance traveled.
Why This Matters
The fractal dimension becomes the adaptive mechanism that automatically adjusts the moving average's sensitivity based on current market conditions - making it faster in trends and smoother in consolidations.
what is efficiency that is shown in tables
The efficiency shown in the table measures how "efficient" or smooth the FRAMA line is compared to the actual price movement.
What It Means
Efficiency = FRAMA Movement ÷ Price Movement
Values close to 0: FRAMA is very smooth/stable while price is moving significantly
Values close to 1: FRAMA is moving almost as much as the price
Values > 1: FRAMA is moving more than the raw price (rare, usually in very short periods)
Practical Interpretation
Low Efficiency (0.1 - 0.3):
FRAMA is doing a good job of smoothing out noise
Market is likely choppy/sideways
The adaptive mechanism is working - keeping the average stable during consolidation
High Efficiency (0.7 - 1.0):
FRAMA is closely following price movements
Market is likely trending strongly
The adaptive mechanism is making the average more responsive
Medium Efficiency (0.3 - 0.7):
Balanced market conditions
FRAMA is providing moderate smoothing
Trading Context
This efficiency ratio helps you understand:
Market regime: Is this a trending or ranging market?
Signal quality: Low efficiency periods might produce fewer but higher-quality signals
Adaptive performance: How well the FRAMA is adapting to current conditions
For example, if you see efficiency at 0.15, it means the FRAMA moved only 15% as much as the price did in the last bar, indicating it's successfully filtering out noise in a choppy market. If efficiency is 0.85, the FRAMA is closely tracking price, suggesting a trending environment where you want the average to be responsive.
Grafik Paternleri
45pointsJ3FF Enhanced# 45pointsJ3FF Enhanced Pine Script Indicator
This is a comprehensive multi-timeframe support and resistance indicator for TradingView that displays key price levels and VWAP (Volume Weighted Average Price) across different time periods.
## 🎯 **Core Functionality**
The indicator plots critical price levels from multiple timeframes simultaneously on your chart, helping traders identify key support/resistance zones and volume-based price levels.
## 📊 **Key Levels Displayed**
### **Multi-Timeframe Levels:**
- **Daily**: Open, High, Low + Previous Day levels
- **Weekly**: Open, High, Low + Previous Week levels
- **Monthly**: Open, High, Low + Previous Month levels
- **Yearly**: Open, High, Low + Previous Year levels
### **Equilibrium Levels:**
- **50% Retracement** levels for previous periods (midpoint between high and low)
- Helps identify potential reversal zones
### **VWAP Levels:**
- **Daily VWAP**: Volume-weighted average for current day
- **Weekly VWAP**: Custom calculation for current week
- **Monthly VWAP**: Custom calculation for current month
- **Yearly VWAP**: Custom calculation for current year
## ⚙️ **Customization Options**
### **Display Controls:**
- **Individual toggles** for each timeframe (Daily/Weekly/Monthly/Yearly)
- **Previous period toggles** to show/hide historical levels
- **Line extension options**: Short, Right, Both
- **Adjustable line width** (1-3 pixels)
### **Visual Customization:**
- **Custom colors** for each timeframe
- **Individual line styles** (Solid, Dashed, Dotted) for each timeframe
- **Price labels** can be toggled on/off for lines and VWAPs
### **Price Table Features:**
- **Comprehensive side table** showing all active level prices
- **4 position options**: Top/Bottom + Left/Right corners
- **3 size options**: Small, Normal, Large
- **Color-coded entries** matching chart lines
- **Auto-filtering**: Only shows enabled levels
## 🔧 **Technical Implementation**
### **VWAP Calculations:**
- **Daily**: Uses built-in `ta.vwap()` function
- **Weekly/Monthly/Yearly**: Custom accumulative calculations using volume-weighted price averaging
- **Timeframe Detection**: Higher timeframe VWAPs only show on intraday charts
### **Higher Timeframe Data:**
- Uses `request.security()` to fetch OHLC data from higher timeframes
- **Lookahead enabled** for real-time updates
- **Previous period data** accessed using ` ` historical referencing
### **Drawing System:**
- **Dynamic line drawing** with customizable extension
- **Smart labeling system** with price formatting
- **Tick-rounded prices** for clean display
- **Performance optimized** with conditional drawing
## 📈 **Trading Applications**
### **Support & Resistance:**
- **Previous day/week/month highs and lows** act as key S/R levels
- **Opening levels** often serve as pivot points
- **Equilibrium levels** (50% retracements) are common reversal zones
### **VWAP Trading:**
- **Daily VWAP**: Intraday trend direction and mean reversion
- **Higher timeframe VWAPs**: Longer-term trend bias
- **Multiple VWAP confluence** creates stronger levels
### **Multi-Timeframe Analysis:**
- **Level confluence**: Multiple timeframes aligning creates stronger zones
- **Trend context**: Higher timeframe levels provide broader market context
- **Entry/Exit planning**: Previous period levels help plan trades
## 🎨 **Visual Organization**
### **Color Coding:**
- **Blue**: Daily levels (default)
- **Yellow**: Weekly levels (default)
- **Purple**: Monthly levels (default)
- **Red**: Yearly levels (default)
- **Transparency**: Previous period levels shown in lighter shades
### **Line Styles:**
- **Solid lines**: Current period highs/lows
- **Dashed lines**: Opening levels
- **Dotted lines**: Previous period levels
- **Thick lines**: VWAP plots (2px width)
## 🔍 **Unique Features**
1. **Custom VWAP calculations** for weekly/monthly/yearly periods
2. **Intelligent table display** that only shows active levels
3. **Comprehensive customization** without overwhelming interface
4. **Performance optimized** with conditional rendering
5. **Professional presentation** with watermark and clean styling
This indicator is particularly valuable for traders who use multiple timeframe analysis and want a clean, organized way to visualize key price levels and volume-based averages all in one tool.
Daily Candle BoxDaily candle overlay, high, low, and candle color based on open and close
Charts included in script: '3m', '5m', '15m', '1H'
1. Visualizes Key Daily Levels on Lower Timeframes:
The indicator overlays the previous day’s high and low as a box on a lower timeframe chart (e.g., 5-minute). This highlights critical support and resistance levels from the daily timeframe, making it easier to see where price might react without switching to a daily chart.
Use Case: Traders can identify potential reversal or breakout zones on intraday charts, aligning lower timeframe trades with higher timeframe structure.
2. Simplifies Intraday Trading Decisions:
By showing the previous day’s range (high to low) as a box, it provides a clear context for intraday price action. For example, if the price approaches the box’s top (previous day’s high), traders might anticipate resistance or a breakout.
Use Case: Useful for scalpers or day traders who need to quickly assess whether the price is near significant daily levels for entries, exits, or stop-loss placement.
3. Highlights Daily Candle Direction:
The box’s color (green for bullish, red for bearish) indicates whether the previous day’s close was above or below its open. This provides a quick visual cue about the prior day’s market sentiment.
First 15-min Candle High/LowFirst 15-Min Candle High/Low – Intraday Range Indicator
This script plots the High and Low of the first 15-minute candle of the trading day using:
🟢 Green horizontal line for the first 15-min High
🔴 Red horizontal line for the first 15-min Low
These levels are commonly used by intraday traders as:
Breakout zones
Support/resistance levels
Entry/exit reference points
The script is designed to reset daily and is especially helpful for index and equity traders operating during market open volatility.
⏰ Optimized for markets operating in IST (Indian Standard Time), such as NSE/BSE, starting at 09:15 AM.
🛠️ How to Use:
Apply on 15-minute or lower timeframes
Ideal for breakout strategies, opening range setups, or volatility scalping
ATR Spike KienthogoATR Spike Kienthogo
This indicator, titled "ATR Spike Kienthogo", is designed to visualize volatility spikes in the market by comparing the current Average True Range (ATR) against a dynamic threshold. The threshold is calculated as an EMA-smoothed ATR multiplied by a user-defined factor. When the current ATR exceeds this threshold, the indicator highlights it as a spike event, further classified by price direction (up or down).
The script features:
Configurable ATR smoothing methods: RMA, SMA, EMA, WMA.
Customizable spike detection threshold via spike_multiple.
Conditional color plotting of ATR:
Spike + Price Up → Green
Spike + Price Down → Red
Non-spike → User-defined neutral color, adaptive to candle direction (greenish for bullish candles, reddish for bearish candles).
This script is especially useful for:
Detecting volatility expansions.
Enhancing entry/exit timing during strong directional moves.
Confirming breakout strength or trap signals in low-volatility regimes.
The logic maintains clean separation between spike vs. non-spike conditions and offers full control over color coding for better visual integration in multi-indicator environments.
ICT IRL & ERL ZonesICT IRL & ERL Zones
This indicator visualizes Internal Range Liquidity (IRL) and External Range Liquidity (ERL) levels, based on ICT (Inner Circle Trader) concepts. It's designed to help traders identify key liquidity zones that often act as magnet levels or reversal points in price action.
🔍 How It Works
Lookback Range: The script analyzes the highest high and lowest low over a user-defined number of candles (default: 50).
IRL (Internal Range Liquidity):
Plots the highest high and lowest low within the lookback period.
Represented as orange lines and a shaded zone.
ERL (External Range Liquidity):
Extends the IRL boundaries by a small buffer (50 ticks above/below).
Visualizes zones where price may reach for liquidity beyond the current range.
Plotted as a green (high) and red (low) line.
⚙️ Inputs
Lookback Range: Number of candles to calculate the range (min 5).
Show IRL: Toggle visibility for Internal Range Liquidity zone.
Show ERL: Toggle visibility for External Range Liquidity buffer zone.
📊 Visual Elements
IRL High/Low: Orange lines with fill to mark the main liquidity range.
ERL High/Low: Green and red lines indicating potential liquidity sweep zones.
Zone Fill: Light orange shading to visually emphasize the IRL area.
📈 Use Case
Use this tool to:
Identify areas where price might consolidate or reverse.
Highlight likely zones of liquidity grabs before trend continuations or shifts.
Enhance entry/exit decisions based on smart money concepts.
Dominance Interflow DThis indicator visualizes the normalized dominance levels of key sectors in the crypto market, including Bitcoin, Ethereum, Stablecoins, and the Altcoins as grouped market segments.
All dominance values are normalized between 0 and 1 for clear visual comparison. This allows traders and analysts to:
- Track capital rotation and dominance shifts
- Identify Altseason setups or defensive market phases
- Spot Risk-On / Risk-Off sentiment based on Stablecoin dominance
- Evaluate market breadth through altcoin tracking
📊 Included Data Series:
- 🟧 Bitcoin Dominance (BTC.D)
- 🔵 Ethereum Dominance (ETH.D)
- ⚪ Stablecoin Dominance (STABLE.C.D)
- 🟥 Without Top 50 Coins (TOTALE50.D)
- 🟥 without Top 100 Coins (TOTALE100.D)
🧠 Smart Normalization:
Automatically adjusts based on timeframe
500 candles for Daily (1D)
💡 Use this tool to understand macro capital flows, identify crypto sector trends, and optimize your asset rotation strategy.
Sell to Buy / Buy to SellSell to Buy / Buy to Sell — Momentum Shift Detector
The Sell to Buy / Buy to Sell indicator detects simple but powerful two-bar momentum shift patterns directly on your chart, offering early insights into potential reversals or strong breakout continuation.
🔎 How it works:
Sell to Buy (StB):
Previous candle (bar -1) is bearish
Current candle (bar 0) is bullish
The bullish candle closes above the high of the previous bearish candle
Confirmed only after bar close
Buy to Sell (BtS):
Previous candle (bar -1) is bullish
Current candle (bar 0) is bearish
The bearish candle closes below the low of the previous bullish candle
Confirmed only after bar close
🎯 Key Features:
✅ Pure price action logic — no indicators, no oscillators
✅ Immediate visual markers:
Green "StB" label for bullish momentum shifts
Red "BtS" label for bearish momentum shifts
✅ Full alert system to notify you in real-time when either pattern occurs
⚙ Who is this for?
Scalpers looking for short-term momentum shifts
Swing traders identifying potential reversals or breakout confirmations
Price action traders who want clean and objective setup detection
The Sell to Buy / Buy to Sell indicator is designed to give you clear and simple signals whenever the market shows decisive strength after a short-term opposite move — potentially marking the start of a new impulse.
Engulfing Bar AggressiveEngulfing Bar Aggressive
Engulfing Bar Aggressive is a precise price action indicator designed to detect strong bullish and bearish engulfing patterns in an aggressive way. This tool is perfect for traders who want early and confirmed signals based purely on candle formations, without relying on any indicators or moving averages.
🔍 Core Logic
The indicator scans for 2-bar engulfing patterns with additional strict conditions:
Bullish Engulfing
Current candle closes bullish (close > open).
Previous candle closes bearish (close < open ).
Current close completely engulfs previous open and high.
Current open is below previous close.
Signal triggers only after bar closure (confirmed pattern).
Bearish Engulfing
Current candle closes bearish (close < open).
Previous candle closes bullish (close > open ).
Current close completely engulfs previous open and low.
Current open is above previous close.
Signal triggers only after bar closure (confirmed pattern).
🛠 Features
Clear visual markers on the chart (green for bullish, red for bearish).
Configurable generic alert to receive notifications for any engulfing pattern detected.
Dedicated alerts for bullish and bearish engulfing setups.
Works on any timeframe and any market.
🎯 Use Case
Ideal for breakout traders, reversal traders, or as part of a multi-factor strategy.
Can be combined with support/resistance zones, ATR exhaustion levels, or trend filters for enhanced accuracy.
HyperFlowIntroduction
HyperFlow is a premium market structure and liquidity rotation model built around the principles of internal inefficiencies, tested imbalances, and delivery shifts. Drawing inspiration from ICT concepts, it provides a high-level framework for identifying smart money footprints and timing entries with precision.
Rather than forecasting direction, HyperFlow focuses on recognizing repeatable delivery behaviors — helping traders visually track liquidity shifts from internal ranges to external objectives with consistency.
Core Philosophy
Markets are governed by the logic of liquidity engineering — the search and destruction of internal inefficiencies (Fair Value Gaps), followed by continuations toward external liquidity.
Timeframes to use:
HTF -> LTF
5m -> 15s
15m -> 1m
1h -> 5m
4h -> 15m
Daily -> 1h
Weekly -> 4h
Monthly -> 1D
HyperFlow identifies these transitions by:
Detecting High Timeframe Fair Value Gaps (HTF FVGs) — structural imbalances created by displacement
Tracking Valid Tests of those FVGs — signaling willingness to respect internal structure
Filtering for Delivery Confirmations — only acting when price delivers with intent through reclaimed imbalances
Mapping Risk and Objective Zones — using recent swing structures to define stop and target logic rooted in market logic
All components are reactive, visual, and non-repainting — designed to highlight structure after it forms, not anticipate it prematurely.
Key Features
Internal Range Liquidity Zones: Cleanly marked HTF imbalances show where price may seek efficiency
Tested FVG Filtering: Signals only form on valid rebalances — we wait for proof, not potential
Shift in Delivery Conditions: Price must show intent to reclaim imbalance before any rotation is considered
Automatic Objective Mapping: Recent structural highs/lows are used to project stop and target zones automatically
Session Filters + Time Alignment: Restrict signals to high-probability hours or defined killzones
Minimal, High-Impact Visuals: Tested/untested FVGs are differentiated by transparency and tone, keeping your chart clean and focused
HyperFlow is built for:
Traders who understand price delivery theory
Analysts studying displacement → reversion → continuation
Those seeking higher timeframe bias alignment through tested structure
Users of ICT-based concepts who want a visual, rules-based companion
This is not a beginner's tool. It’s for those seeking repeatable execution through structure and refinement, not guesswork.
Terms and Conditions
Our charting tools are products provided for informational and educational purposes only and do not constitute financial, investment, or trading advice. Our charting tools are not designed to predict market movements or provide specific recommendations. Users should be aware that past performance is not indicative of future results and should not be relied upon for making financial decisions. By using our charting tools, the purchaser agrees that the seller and the creator are not responsible for any decisions made based on the information provided by these charting tools. The purchaser assumes full responsibility and liability for any actions taken and the consequences thereof, including any loss of money or investments that may occur as a result of using these products. Hence, by purchasing these charting tools, the customer accepts and acknowledges that the seller and the creator are not liable nor responsible for any unwanted outcome that arises from the development, the sale, or the use of these products. Finally, the purchaser indemnifies the seller from any and all liability. If the purchaser was invited through the Friends and Family Program, they acknowledge that the provided discount code only applies to the first initial purchase of any SMCapital product. The purchaser is therefore responsible for cancelling – or requesting to cancel – their subscription in the event that they do not wish to continue using the product at full retail price. If the purchaser no longer wishes to use the products, they must unsubscribe from the membership service, if applicable. We hold no reimbursement, refund, or chargeback policy. Once these Terms and Conditions are accepted by the Customer, before purchase, no reimbursements, refunds or chargebacks will be provided under any circumstances.
By continuing to use these charting tools, the user acknowledges and agrees to the Terms and Conditions outlined in this legal disclaimer.
Smart Money Gap [Algo Seeker]Introduction – Originality and usefulness
It is important for traders to diversify their strategies, and having a few approaches for different situations is key to increasing their odds of success.
These days, substantial information and important events happen so fast and so often that all the noise created afterward makes people forget the events that were actually worth remembering.
The same can be said about trading and investing. Every day, there seems to be something new happening and new price action unfolding, which can make it difficult for traders to filter out the noise and stay focused on relevant events. But for every problem, a solution can be born.
🟠 Unique Features & Trading Benefits
The SMG aims to be a system that helps traders filter out what it deems to be irrelevant noise and stay focused on what matters most. In addition, SMG provides multiple plans and ways to act on that information.
The reason it’s called “Smart Money Gap” is because this algorithm is designed to identify the most relevant price action—whether it's earnings, an economic calendar event, a stock-specific development, major news, or institutional activity. It determines which of these situations is the most current and relevant, and it keeps the focus on that. This means that day in and day out, traders and investors can rely on a consistent plan and framework that is automatically drawn up for them, helping them trade with confidence that they’re acting on meaningful price levels. When the algorithm identifies a new event as more important, it will switch focus and build a new system around that.
SMG also goes a step further—it understands that different types of traders, such as scalpers, swing traders, or investors, have different time horizons and risk tolerance regarding how long they plan to hold a position and how much space and time they are willing to give a move. With that in mind, SMG provides different trading modes for these personas, selecting events that match the criteria needed for that specific trader.
For instance, a scalper may benefit from a smaller, more recent event that provides quick entry and exit opportunities—whereas an investor might focus on something more significant and long-term. SMG takes this into consideration and builds its entire framework accordingly.
🟠 Description of the Unique SMG (Continued) – How It Works Together as One System
The true power of SMG begins once a relevant event is identified, and the entire system is automatically displayed on the user’s chart. From that single event, SMG generates a structured framework that produces three distinct strategies. Each of these strategies takes inspiration from fundamentals within trading but gives it our own unique twist inside the SMG system. These strategies can be used individually or in combination, depending on the trader’s style and market context.
🟢 1. Filling the Smart Money Gap
One of the key opportunities is to trade the SMG itself—the “gap” created by the specific event. Gap fills are a strategy that traders and investors like to use. SMG continuously tracks how much of this unique gap has been filled, so users are never confused about how much remains. They can reference the shaded region or the percentage-left box for clarity.
🟢 2. Targeting SMG-Based Extensions and Retracements
When the SMG zone is created, the algorithm simultaneously generates extension and retracement levels tied to that event. These levels remain anchored to the original structure, providing consistent, event-driven targets. Unlike the constantly redrawn lines many traders adjust throughout the day, these levels stay fixed and reflect meaningful price action—not noise.
🟢 3. Executing Trades Based on SMG Volume
Because SMGs are tied to meaningful events, they often remain valid for an extended time. This is where Anchored VWAP becomes critical. From the moment the event occurs, SMG begins calculating volume-based data. The longer the event goes unchanged, the more powerful and influential the Anchored VWAP and its deviation bands become—due to the increasing accumulation of volume over time. These volume layers not only help refine entries and exits—they also serve as additional points of confluence where traders can place stops, take profits, or re-enter trades with greater context and confidence.
In conclusion:
SMG is designed to help traders diversify their portfolio of strategies even further. It creates an entire system that filters out noise and builds a strategy around a key event—and it will stay focused on that event until another becomes more relevant. SMG gives traders the ability to react calmly, with a plan that is automatically laid out for them. This is a special algorithm that we’ve incorporated into our approach for over three years, and we hope users will find it to be a valuable aid in their trading journey.
🟠 How to Use
Initial Setup
🟢 1. Select Trading Mode:
Choose from six built-in personas—Scalp 1, Scalp 2, Swing 1, Swing 2, Invest 1, and Invest 2—based on your trading style. Each persona adjusts the SMG logic to fit the risk profile and time horizon of that specific persona.
1. Scalp: For intraday movements (minutes to hours)
• Best used on faster charts (1-minute to 30-minute)
2. Swing: For medium-term positions (days to weeks)
• Best used on 1-hour to daily charts
3. Investor: For longer-term positions (weeks to months)
• Best used on 1-hour to daily charts
🟢 2. Choose SMG Update Behavior: Bar Close vs Live Update:
By default, SMG waits until all conditions are met and the bar closes before updating. This ensures confirmed structure and helps avoid noise or repainting.
If “Update Before Bar Closes?” is selected, the algorithm updates as soon as all conditions are met — even if the bar hasn’t closed yet. This allows earlier updates but may result in elements that repaint if the conditions don’t hold through the close.
Keep this setting unchecked if you prefer confirmed, non-repainting elements.
🟢 3. Visual Customization:
Customize the appearance of SMG zones, extension labels, and volume-derived levels via the “SMG Zone” and “Anchored VWAP” settings groups. This includes:
1. Zone colors and opacity
2. Label positions
3. Retracement display toggle
4. Anchored VWAP and ±1, ±2, ±3 deviation bands
Extra Notes on User Customization:
• Bull Box Color – the color used when SMG retracement is active
• Final Bull Box Color – the color used when SMG retracement is finished
• Same logic applies to Bear Box Color and Final Bear Box Color
• Retracement % Label – If the label is hard to see, it may be overlapping with the Fib labels depending on your chart zoom. To adjust, bring the Retracement % Label Indent closer to 1 to shift it left. Then increase the Fib Label Indent value to move those labels further right.
🟠 Strategic Execution
Strategy Usage Example
🟢 1. Entry & Exit Tactics Within the SMG
Use the shaded Smart Money Gap as a decision-making framework. Traders may choose to:
1. Fade a retracement (shorting or exiting as price retraces into the SMG)
2. Enter on signs of continuation (rejoining the move after a partial retrace)
3. Wait for the gap to fill completely and reverse
Volume-weighted Anchored VWAP levels add an additional layer—helping assess whether price is entering or rejecting volume consensus zones.
🟢 2. Extension Targeting:
When price resumes in the original direction, SMG plots potential extension levels. These can be used to:
1 Set take-profit or stop-loss targets
2. Spot exhaustion areas
3 Evaluate whether to scale in, take partial profits, or re-enter a position
🟢 3. Volume-Based Execution via Anchored VWAP:
For traders looking to incorporate volume into execution—especially when an SMG has remained active for an extended period—Anchored VWAP and its deviation bands can be used to:
1. Confirm direction or momentum via VWAP slope and interaction
2. Enter or fade positions at volume-backed levels
3. Set dynamic entries or exits as volume builds or thins across deviations
⚠️Optional Update Behavior: Bar Close vs Live Update
By default, SMG waits until all conditions are met and the bar closes before updating. This ensures confirmed structure and helps avoid noise or repainting.
If “Update Before Bar Closes?” is selected, the algorithm updates as soon as all conditions are met — even if the bar hasn’t closed yet. This allows earlier updates but may result in elements that repaint if the conditions don’t hold through the close.
Keep this setting unchecked if you prefer confirmed, non-repainting elements.
⚠️ Interpreting Anchored VWAP Behavior
Anchored VWAP and its deviation bands become more relevant with time as they widen and separate. While tight and accumulating near price, it may be worth holding off on using VWAP for entries or exits until expansion begins.
🟠 Additional Description – SMG Table Overview
The SMG table presents four key pieces of information to help traders quickly understand the current setup at a glance:
1) If the Algo is set for dynamic or bar close
2) Which trading mode they currently have selected
3) What type of SMG gap is displayed
4) how much of the Retracement is done
🟠 Additional Benefits:
🟢 1. Risk Profile Options
Trading personas allow users to instantly switch between different risk profiles—Scalp, Swing, or Investor—at the click of a button. This helps traders quickly align the system to their preferred holding period and risk tolerance without reconfiguring inputs.
🟢 2. Time Efficiency
SMG saves traders time by creating a complete system around each Smart Money Gap. From gap logic to retracement tracking, extension targets, and volume levels—everything needed to trade the SMG is generated at once, eliminating the need for manual setup or separate tools.
The Smart Money Gap represents years of development and refinement aimed at creating a unified, event-driven trading system. It was designed to help traders manage through the constant noise of the market, and we hope that traders benefit from having an additional tool to support and diversify their trading strategy.
Gann Support and Resistance LevelsThis indicator plots dynamic Gann Degree Levels as potential support and resistance zones around the current market price. You can fully customize the Gann degree step (e.g., 45°, 30°, 90°), the number of levels above and below the price, and the price movement per degree to fine-tune the levels to your strategy.
Key Features:
✅ Dynamic levels update automatically with the live price
✅ Adjustable degree intervals (Gann steps)
✅ User control over how many levels to display above and below
✅ Fully customizable label size, label color, and text color for mobile-friendly visibility
✅ Clean visual design for easy chart analysis
How to Use:
Gann levels can act as potential support and resistance zones.
Watch for price reactions at major degrees like 0°, 90°, 180°, and 270°.
Can be combined with other technical tools like price action, trendlines, or Gann fans for deeper analysis.
📌 This tool is perfect for traders using Gann theory, grid-based strategies, or those looking to enhance their visual trading setups with structured levels.
Smart Money Liquidity Zones ProThe Smart Money Liquidity Zones Pro indicator identifies and visualizes key liquidity areas in the market where institutional traders (smart money) are likely to have placed their stop-loss orders. These zones represent areas of high liquidity that often act as magnets for price, making them valuable reference points for trading decisions.
What the Indicator Does
Core Functionality
Swing Point Detection: The indicator identifies significant swing highs and lows using three different methods (Classic, Fractal, or Combined) to locate potential liquidity pools.
Liquidity Zone Creation: At each valid swing point, the indicator creates a horizontal zone representing an area where stop-loss orders are likely clustered.
Zone Clustering: When multiple swing points occur near the same price level, the indicator intelligently combines them into larger cluster zones, indicating stronger liquidity areas.
Volume Confirmation: The indicator can filter zones based on volume, showing only those swing points that occurred with significant trading volume.
Zone Break Detection: When price closes through a liquidity zone, the indicator marks it as "Liquidity Taken" and removes the zone from the chart.
Zone Types
Buy-Side Liquidity Zones (Green): Created at swing highs where short sellers' stop-losses are likely placed
Sell-Side Liquidity Zones (Red): Created at swing lows where long traders' stop-losses are likely placed
Trading Strategies
Basic Concepts
Liquidity Runs: Price often moves toward these zones to trigger stop-loss orders before reversing. This creates trading opportunities.
Support and Resistance: Unbroken liquidity zones can act as support (sell-side) or resistance (buy-side) levels.
Breakout Confirmation: When price breaks through a zone with strong momentum, it often continues in that direction.
Entry Strategies
Strategy 1: Liquidity Grab Reversa l
Wait for price to spike into a liquidity zone
Look for rejection candles (wicks) at the zone
Enter in the opposite direction after confirmation
Place stop-loss beyond the liquidity zone
Strategy 2: Zone Break Continuation
Wait for price to close decisively through a zone
Enter on the retest of the broken zone
Target the next liquidity zone in the direction of the break
Strategy 3: Zone Clustering Trade
Focus on areas with multiple overlapping zones (clusters)
These areas offer higher probability setups
Trade bounces from cluster zones with tighter risk management
Risk Management
Always use stop-losses beyond the liquidity zones
Consider the overall market context and trend
Zones on higher timeframes are generally more significant
Volume-confirmed zones have higher reliability
Settings Explanation
Swing Detection Settings
Swing Strength (Lookback Bars)
Determines how many bars to look back for swing point validation
Higher values find more significant swings but fewer zones
Recommended settings:
1m-5m charts: 3-5
15m-1h charts: 5-8
Daily charts: 5-10
Weekly charts: 3-5
Monthly charts: 2-3
Adaptive Swing Detection
Automatically adjusts swing detection based on available historical data
Prevents errors when there's limited chart history
Recommended to keep enabled
Minimum Bars for Swing
Sets the absolute minimum bars required for swing detection
Lower values allow detection in limited data conditions
Swing Detection Method
Classic: Strict price comparison for pure swing highs/lows
Fractal: Williams Fractal pattern (2 bars on each side)
Combined: Uses both methods for maximum zone detection
Auto-Adjust for Timeframe
Automatically optimizes settings based on chart timeframe
Prevents inappropriate settings on higher timeframes
Zone Settings
Max Number of Visible Zones
Limits the number of zones displayed to prevent chart clutter
Older zones are automatically removed
Max Zone Duration (Bars)
Zones older than this are automatically deleted
Keeps the chart focused on recent liquidity areas
Enable Zone Clustering
Groups nearby zones into larger clusters
Identifies stronger liquidity areas
Cluster Threshold (%)
Maximum price distance for zones to be clustered
Lower values create tighter clusters
Show Cluster Labels
Displays "Cluster x2", "Cluster x3" etc. on grouped zones
Volume Filter Settings
Enable Volume Filter
When enabled, only creates zones at high-volume swing points
Increases zone quality but reduces quantity
Volume Multiplier
Multiplier for average volume to determine "high volume"
Lower values (0.7-0.9) create more zones
Higher values (1.2+) create fewer, higher-quality zones
Volume SMA Period
Period for calculating average volume
Higher values create smoother volume baseline
Show Volume Confirmation Icon
Displays a fire emoji on volume-confirmed zones
Volume Visualization Settings
Show Volume Dots
Displays dots below high-volume bars
Dynamic Zone Colors
Volume-confirmed zones appear with more intense colors
Show Volume Background
Highlights the chart background on high-volume bars
Visual Settings
Buy-Side/Sell-Side Zone Colors
Customize colors for long and short liquidity zones
Border Width
Thickness of zone borders (1-3)
Show 'Liquidity Taken' Labels
Displays labels when zones are broken
Label Size
Size of the liquidity taken labels
Show Swing Point Markers
Displays triangles at detected swing points
Show Debug Info
Shows diagnostic information for troubleshooting
Dashboard Settings
Show Dashboard
Toggles the information panel display
Dashboard Position
Choose from 6 positions on the chart
Background Color
Dashboard background color
Text Color
Dashboard text color
Text Size
Dashboard text size (tiny/small/normal/large)
Tips for Effective Use
Start with default settings and adjust based on your trading style and timeframe
Use multiple timeframes to identify confluence between zones on different scales
Combine with other indicators like trend analysis or momentum oscillators
Pay attention to clusters as they represent stronger liquidity areas
Monitor volume-confirmed zones for higher probability setups
Adjust zone duration based on your trading timeframe (shorter for scalping, longer for swing trading)
Use the debug feature if zones aren't appearing to understand why
Keep the chart clean by limiting the number of visible zones
Common Issues and Solutions
No zones appearing:
Lower the Swing Strength setting
Switch to Combined detection method
Disable volume filter if active
Check if there's enough historical data
Too many zones:
Increase Swing Strength
Enable volume filter
Reduce Max Number of Visible Zones
Increase Cluster Threshold
Zones disappearing too quickly:
Increase Max Zone Duration
Check if zones are being broken by price
Poor performance on higher timeframes:
Enable Auto-Adjust for Timeframe
Use appropriate Swing Strength for the timeframe
Consider using Classic method instead of Fractal
ALMA Trend-boxALMA Trend-box — an innovative indicator for detecting trend and consolidation based on the ALMA moving average
This indicator combines the Adaptive Laguerre Moving Average (ALMA) with unique visual representations of trend and consolidation zones, providing traders with clearer and deeper insight into current market conditions.
Originality and Usefulness
Unlike classic indicators based on simple moving averages, ALMA uses a Gaussian weighting function and an offset parameter to reduce lag, resulting in smoother and more accurate trend signals. This indicator not only plots the ALMA but also analyzes the slope angle of the ALMA line, combining it with the price’s position relative to the moving average to identify three key market states:
Uptrend (bullish): when the ALMA slope angle is above a defined threshold and the price is above ALMA,
Downtrend (bearish): when the slope angle is below a negative threshold and the price is below ALMA,
Consolidation or sideways trend: when neither of the above conditions is met.
A special contribution is the automatic identification of consolidation zones (periods of weak trend or transition between bullish and bearish phases), visually represented by blue-colored candlesticks on the chart. This feature can help traders better recognize moments when the market is indecisive and adjust their strategies accordingly.
How the Indicator Works
ALMA is calculated using user-defined parameters — length, offset, and sigma — which can be adjusted for different timeframes and instruments.
The slope angle of the ALMA line is calculated based on the difference between the current and previous ALMA values, converted into degrees.
Based on the slope angle and the relative price position to ALMA, the indicator determines the trend type and changes the candle colors accordingly:
Green for bullish (uptrend),
Red for bearish (downtrend),
Blue for sideways trend (consolidation).
When the slope angle falls within a certain range and the price behavior contradicts the trend, the indicator detects consolidation and displays it graphically through semi-transparent boxes and background color.
How to Use This Indicator
Use candle colors for quick identification of the current trend and potential trend reversals.
Pay attention to consolidation zones marked by boxes (blue candles), as these are potential signals for trend breaks or preparation for stronger price moves.
ALMA parameters can be adjusted depending on the timeframe and market volatility, providing flexibility in analysis.
The indicator is useful for both short-term scalping strategies and longer-term trend monitoring and position management.
Why This Indicator is Useful
Many existing trend indicators do not consider the slope angle of the moving average as a quantitative measure of trend strength, nor do they automatically detect consolidations as separate zones. ALMA Trend-box fills this gap by combining sophisticated mathematical processing with simple and intuitive visual representation. This way, users get a tool that helps make decisions based on more objective criteria of trend and consolidation rather than just price location relative to averages.
Devils MarkThe Devil’s Mark Indicator identifies bullish or bearish candlesticks with no opposing wick, plotting a horizontal line at the open/low (bullish) or open/high (bearish) price to mark the inefficiency.
This line highlights the level where price is expected to retrace to form the missing wick, serving as a visual cue.
The line is automatically removed from the chart once price crosses it, confirming the inefficiency has been rebalanced.
80% Rule Indicator (ETH Session + SVP Prior Session)I created this script to show the 80% opportunity on chart if setting lines up.
"80% rule: Open outside the vah or Val. Spend 30 mins outside there then break back inside spend 15 mins below or above depending which way u broke. Then come back and retest the vah/val and take it to the poc as a first target with the final target being the other Val/vah "
📌 Script Summary
The "80% Rule Indicator (ETH Session + SVP Prior Session)" overlays your chart with prior session value area levels (VAH, VAL, and POC) calculated from extended-hours 30-minute data. It tracks when the price reenters the value area and confirms 80% Rule setups during your chosen trading session. You can optionally trigger alerts, show/hide market sessions, and fine-tune line appearance for a clean, modular workflow.
⚙️ Options & Settings Breakdown
- Use 24-Hour Session (All Markets)
When checked, the indicator ignores time zones and tracks signals during a full 24-hour period (0000-0000), helpful if you're outside U.S. trading hours or want consistent behavior globally.
- Market Session
Dropdown to select one of three key market zones:
- New York (09:30–16:00 ET)
- London (08:00–16:30 local)
- Tokyo (09:00–15:00 local)
Used to gate entry signals during relevant hours unless you choose the 24-hour option.
- Show PD VAH/VAL/POC Lines
Toggle to show or hide prior day’s levels (based on the 30-min extended session). Turning this off removes both the lines and their white text labels.
- Extend Lines Right
When enabled, the VAH/VAL/POC lines extend into the current day’s session. If disabled, they appear only at their anchor point.
- Highlight Selected Session
Adds a soft blue background to help visualize the active session you selected.
- Enable Alert Conditions
Allows TradingView alerts to be created for long/short 80% Rule entries.
- Enable Audible Alerts
Plays an in-chart sound with a popup message (“80% Rule LONG” or “SHORT”) when signals trigger. Requires the chart to be active and sounds enabled in TradingView.
Scanner Candles v2.01The "Scanner Candle v.2.01" is an indicator classifies candles based on the body/range ratio: indecisive (small body, ≤50%), decisive (medium body), explosive (large body, ≥70%). It includes EMAs to identify trends and "Reset Candles" (RC), small-bodied candles near EMAs, signaling potential reversals or continuations. Useful for analyzing volatility, breakouts, reversals, and risk management.
Description of the indicator:
The "Scanner Candle v.2.01" indicator classifies candles into three categories based on the proportion of the candle's body to its range (high-low):
Indecisive: candles with a small body (≤ set threshold, default 50%), indicating low volatility or market uncertainty.
Decisive: candles with a medium body, reflecting a clear but not extreme price movement.
Explosive: candles with a large body (≥ set threshold, default 70%), signaling strong directional moves.
Additionally, the indicator includes:
Customizable exponential moving averages (EMAs) to identify trends and support/resistance levels.
Detection of "Reset Candles" (RC), specific candles (e.g., dojis, ) with a small bodies body near EMAs, useful for identifying potential reversal or continuation points.
Coloring and visualization:
Candles are colored by category (white for indecisive, orange for decisive, purple for explosive).
Reset Candles are marked with circles above/below the candle (green for bullish, red for bearish).
Potential uses:
Volatility analysis: Identifying uncertain (indecisive), directional (decisive), or impulsive (explosive) market phases.
Breakout trading: Explosive candles can signal entry opportunities on strong moves.
Reversal detection: Reset Candles near EMAs can indicate turning points or trend continuation.
Trend-following support: Integrated EMAs contextualize candles within the main trend.
Risk management: Indecisive candles suggest avoiding trades in low-directionality phases.
The indicator is customizable (thresholds, colors, thresholdsEMAs, ) and adaptable to various timeframes and strategies, from day trading to swing trading.
Reset Candles:
Reset Candles (RC) are specific candles signaling potential reversals or continuations, often near EMAs. They are defined by:
Small body: Body < 5% of the range of the last 10 candles, indicating low volatility (e.g., doji).
EMA proximity: The candle is near or crosses a defined EMA (e.g., 10, 60, or 223 periods).
Trend conditions: Follows a red candle, with the close of the previous previous candles above a specific EMA, suggesting a potential bullish resumption or stabilization.
Limited spike: The candle has minimal tails (spikes, ) below a set threshold (default 1%).
Minimum timeframe: Appears on timeframes ≥ set value (default 5 minutes) or daily charts.
Non-consecutive: Not preceded by other RCs in the last 3 candles.
Types:
Doji_fin: Green circle above, signaling a bullish bullish setup near longer EMAs.
Dojifin_2: Yellow Red circle below, signaling a bearish setup near shorter EMAs.
Trading uses:
Reversal: RCs near EMAs signal bounces or rejections, ideal for counter-trend trades.
Continuation: In trends, RCs indicate pauses before trend resumption, offering low-risk entries.
Support/resistance confirmation: EMA proximity strengthens the level's significance.
Risk management: Small bodies and EMA proximity allow tight stop-losses.
Limitations:
False signals: Common in volatile or sideways markets; use with additional confirmation.
Timeframe dependency: More reliable on higher timeframes (e.g., 1-hour or daily).
Customization needed: Thresholds (e.g., spike, timeframe) must be tailored to the market.
Conclusion:
Reset Candles highlight low-volatility moments near technical levels (EMAs) that may precede significant moves. They are ideal for precise entries with tight stops in reversal or continuation strategies but require clear market context and additional confirmation for optimal effectiveness.
#ema #candlepattern #scalping
BeeQuant - Hive Visualizer💠 OVERVIEW
The " Hive Visualizer " is a game-changing, invite-only tool, expertly designed to give every trader, from beginner to experienced, instant and clear visual clues about what price is doing. Its main job is to easily show you the highest and lowest points price has reached recently. Think of it as a smart, automated helper that colors your candles to reveal powerful market moves. This helps you quickly see if prices are getting stronger or weaker right on your chart. It's a groundbreaking, high-quality tool that cuts through the noise, making it simple to spot key moments when the market is about to make a big move up or down, giving you an edge.
__________________________________________________________________________
🧠 CONCEPTS
The core philosophy behind Hive Visualizer is rooted in contextual volatility exposure and directional bias reinforcement. Through a sophisticated internal mechanism that evaluates local maxima/minima behavior within a compact temporal field, the indicator provides adaptive color‑based candle transitions that align with latent directional pressure.
1. Uses localized equilibrium breach detection to monitor directional intent and exhaustion points.
2. Embeds a dynamically updating framework that reacts to both trend continuation and structural reversals.
3. Avoids false positives by disregarding noisy fluctuations below system‑defined relevance thresholds.
4. Provides non‑repainting, fully forward‑confirmed visual outputs for reliable retrospective analysis.
Hive Visualizer is not designed to be predictive. Instead, it allows traders to observe the evolution of price structure in a cleaner and more digestible format, supporting high-confidence discretionary execution or automated model overlays.
__________________________________________________________________________
✨ FEATURES
The "Hive Visualizer" comes with a suite of smart features, all designed for amazing clarity, quick reactions, and deeper understanding, making your charting experience truly effortless:
🔹 Easy Range Customization
A super easy "Smoother" setting lets you perfectly adjust how the indicator reacts to recent price changes. This means you can fine-tune it to match exactly how you like to trade
🔹 Instant, Clear Signals
The simple Green and Red candles give you immediate, unmistakable visual cues about strong upward or downward moves, providing insights you can grasp in a heartbeat.
🔹 Smart Continuity in Quiet Times
The clever way it keeps the same color for candles that aren't breaking out offers valuable, subtle insights into those periods when the market is just moving sideways or finding its balance, helping you see the hidden dynamics.
🔹 Seamless Chart Integration
This indicator works like a transparent overlay, appearing directly on your price chart without getting in the way or changing your original candles. It fits perfectly, making your analysis smooth and uninterrupted.
🔹 Clean and Focused Visuals
The indicator’s simple design focuses only on coloring the main candle body and border to clearly highlight important breakouts. This keeps your chart clean and effective, showing you only what truly matters.
🔹 Cross-Market Versatility
This indicator is engineered to perform with precision across all major markets—whether you're trading forex, commodities, stocks, or indices. Its adaptive logic automatically aligns with the unique volatility and structure of each asset class, delivering consistently reliable insights no matter where you trade.
__________________________________________________________________________
⚙️ USAGE
Using and making the "Hive Visualizer" a part of your trading routine is incredibly simple and designed to significantly boost how you understand the market:
Getting Started: Once you have access, just add the "Hive Visualizer" indicator to any chart and timeframe you want on TradingView. It's that easy.
Tuning the "Smoother" Setting: Go into the indicator's settings and play with the "Smoother" number. This is a crucial step to make it react just right for you.
Smaller numbers (like 1-3 bars) will make the indicator very quick to react to the most recent, short-term ups and downs, perfect for fast trading.
Larger numbers (like 5-10+ bars) will give you a wider view, smoothing out small changes and highlighting bigger, more important breakouts, ideal for longer-term analysis. Spend a little time trying different settings to find what works best for your chosen asset and your trading style – it's like finding the perfect lens for your market view.
Understanding the Colors: Once you've set it up, here's how to quickly understand what the "Hive Visualizer" is telling you: New Green Candle: This means a strong sign that buyers are in control and prices are likely to keep moving up, giving you confidence in bullish moves.
New Red Candle: This indicates as a strong signal that sellers are dominating and prices are likely to keep moving down, preparing you for bearish shifts.
__________________________________________________________________________
⚠️ LIMITATIONS
👉 Visual Guide, Not a Bot: Use as part of a broader strategy—it won’t auto‑trade for you
👉 Retroactive Insight: It reflects past price action; it doesn’t predict the future.
👉 Setting‑Dependent: Effectiveness relies on your “Smoother” choice—too low = noise; too high = lag.
👉 Price‑Range Focused: Highlights trends and range only — doesn’t analyze volume, news, or other complex factors.
👉 This tool enhances trend validation but isn’t a standalone signal generator.
█ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 『•••• ✎ ••••』 ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ █
🎯 CONCLUSION
The "Hive Visualizer" offers an incredibly easy-to-use and adaptable way to see price strength and weakness with crystal clarity on your charts. By giving you instant, clear feedback on whether prices are powerfully breaking out or falling below a recent historical range, it truly empowers you to quickly understand market momentum and spot key turning points. Seamlessly add this smart visual tool into your current trading methods to gain a sharper, more insightful view, and elevate your trading decisions. It's about seeing the market with new eyes.
▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣
🚨 RISK DISCLAIMER
Engagement in financial market speculation inherently carries a substantial degree of inherent risk, and the potential for capital diminution, potentially exceeding initial deposits, is a pervasive and non-trivial consideration. All content, algorithmic tools, scripts, articles, and educational materials disseminated by "Hive Visualizer" are exclusively purposed for informational and pedagogical objectives, strictly for reference. Historical performance data, whether explicitly demonstrated or implicitly suggested, offers no infallible assurance or guarantee of future outcomes. Users bear sole and ultimate accountability for their individual trading decisions and are emphatically urged to meticulously assess their financial disposition, risk tolerance parameters, and conduct independent due diligence prior to engaging in any speculative market activity.
LilSpecCodes1. Killzone Background Highlighting:
It highlights 4 key market sessions:
Killzone Time (EST) Color
Silver Bullet 9:30 AM – 12:00 PM Light Blue
London Killzone 2:00 AM – 5:00 AM Light Green
NY PM Killzone 1:30 PM – 4:00 PM Light Purple
Asia Open 7:00 PM – 11:00 PM Light Red
These are meant to help you focus during high-probability trading times.
__________________________________________________
2. Previous Day High/Low (PDH/PDL):
Plots green line = PDH
Plots red line = PDL
Tracks the current day’s session high/low and sets it as PDH/PDL on a new trading day
CHANGES WITH ETH/RTH
3. Inside Bar Marker:
Plots a small black triangle under bars where the high is lower than the previous bar’s high and the low is higher than the previous bar’s low (inside bars)
Useful for spotting potential breakout or continuation setups
4. Vertical Time Markers (White Dashed Lines)
Time (EST) Label
4:00 AM End of London Silver Bullet
9:30 AM NYSE Open
10:00 AM Start of NY Silver Bullet
11:00 AM End of NY Silver Bullet
11:30 AM (Customizable Input)
3:00 PM PM Killzone Ends
3:15 PM Futures Market Close
7:15 PM Asia Session Watch
Breakout Confirmation🔍 Indicator Name: Breakout Confirmation (Body + Volume)
📌 Purpose:
This indicator is designed to detect high-probability breakout setups based on price structure and volume strength. It identifies moments when the market breaks through a key support or resistance level, confirmed by two consecutive strong candles with large real bodies and high volume.
⚙️ How It Works
1. Support and Resistance Detection
The indicator uses pivot points to identify potential horizontal support and resistance levels.
A pivot high or pivot low is considered valid if it stands out over a configurable number of candles (default: 50).
Only the most recent valid support and resistance levels are tracked and displayed as horizontal lines on the chart.
2. Breakout Setup
The breakout condition is defined as:
First Candle (Breakout Candle):
Large body (compared to the recent body average)
High volume (compared to the recent volume average)
Must close beyond a resistance or support level:
Close above resistance (bullish breakout)
Close below support (bearish breakout)
Second Candle (Confirmation Candle):
Also must have a large body and high volume
Must continue in the direction of the breakout (i.e., higher close in bullish breakouts, lower close in bearish ones)
3. Signal Plotting
If both candles meet the criteria, the indicator plots:
A green triangle below the candle for bullish breakouts
A red triangle above the candle for bearish breakouts
📈 How to Interpret the Signals
✅ Green triangle below a candle:
Indicates a confirmed bullish breakout.
The price has closed above a recent resistance level with strength.
The trend may continue higher — possible entry for long positions.
🔻 Red triangle above a candle:
Indicates a confirmed bearish breakout.
The price has closed below a recent support level with strength.
Potential signal to enter short or exit long positions.
⚠️ The plotted horizontal lines show the last key support and resistance levels. These are the zones being monitored for breakouts.
📊 How to Use It
Timeframe: Works best on higher timeframes (1H, 4H, Daily), but can be tested on any chart.
Entry: Consider entries after the second candle confirms the breakout.
Stop Loss:
For longs: Below the breakout candle or the broken resistance
For shorts: Above the breakout candle or broken support
Take Profit:
Based on previous structure, risk:reward ratios, or using trailing stops.
Filter with Trend or Other Indicators (optional):
You can combine this with moving averages, RSI, or market structure for confluence.
🛠️ Customization Parameters
lengthSR: How many candles to look back for identifying support/resistance pivots.
volLength: Length of the moving average for volume and body size comparison.
bodyMultiplier: Multiplier threshold to define a “large” body.
volMultiplier: Multiplier threshold to define “high” volume.
✅ Ideal For:
Price action traders
Breakout traders
Traders who use volume analysis
Anyone looking to automate the detection of breakout + confirmation setups
FVG fill with immediate rebalance [LuciTech]The "FVG fill with immediate rebalance AKA Golden Arrow" indicator is designed to identify Fair Value Gaps (FVGs) and detect immediate rebalances to highlight potential trading opportunities. It uses colored boxes to mark FVGs and triangular markers to signal bullish or bearish setups, helping traders pinpoint key price levels where imbalances occur and price reactions are likely.
Key Features
FVG Detection: Spots bullish and bearish Fair Value Gaps based on price action, with customizable width settings.
Golden Arrow Signals: Displays triangular markers when price fills an FVG and immediately rebalances, indicating potential reversal or continuation zones.
Customizable Colors: Bullish FVGs appear in green and bearish FVGs in red by default, with options to tweak colors in the settings.
Time Filter: Allows signals to be restricted to a specific time window, highlighted by a background fill for clarity.
Alert System: Supports TradingView alerts for "Bullish Golden Arrow" and "Bearish Golden Arrow" signals to keep traders updated on setups.
How It Works
FVG Calculation: Analyzes gaps between candles to identify FVGs, with user-defined minimum width options (points, percentages, or ATR-based).
Signal Generation: Triggers a Golden Arrow signal when price fills the FVG and rebalances immediately, based on wick penetration and closing conditions.
Visual Aids:
Bullish FVGs are shown as green boxes, bearish FVGs as red boxes.
Upward triangles mark bullish signals, downward triangles mark bearish signals.
Time-Based Filtering: Optionally limits signals to specific hours, with a background fill showing the active period.
Failed 2U/2D + 50% Retrace Scanner📈 Multi-Ticker Failed 2U/2D Scanner with Daily Retrace & Market Breadth Table
This TradingView indicator is a multi-symbol price action scanner designed to catch high-probability reversal signals using The Strat’s failed 2U/2D patterns and daily 50% retrace logic, while also displaying market breadth metrics ( USI:TICK and USI:ADD ) for context.
Monitored Symbols:
SPY, SPX, QQQ, IWM, NVDA, AMD, AAPL, META, MSTR
🔍 Detection Logic
1. Failed 2U / Failed 2D Setups
Failed 2U: Price breaks above the previous candle’s high but closes back below the open → Bearish reversal
Failed 2D: Price breaks below the previous candle’s low but closes back above the open → Bullish reversal
Timeframes Monitored:
🕐 1-Hour (1H)
⏰ 4-Hour (4H)
2. Daily 50% Candle Retrace
Checks if price has retraced 50% or more of the previous day’s candle body
Highlights potential trend exhaustion or reversal confluence
3. Market Breadth Metrics (Display Only)
USI:TICK : Measures real-time NYSE up vs. down ticks
USI:ADD : Advance-Decline Line (net advancing stocks)
Not used in signal logic — just displayed in the table for overall market context
🖼️ Visual Elements
✅ Chart Markers
🔺 Red/Green Arrows for 1H Failed 2U/2D
🟨 Yellow Squares for 4H Failed 2U/2D
Visual markers are plotted directly on the relevant candles
📊 Signal Table
Lists all 9 tickers in rows
Columns for:
1H Signal
4H Signal
Daily 50% Retrace
USI:TICK Value
USI:ADD Value
Color-Coded Cells:
🔴 Red = Failed 2U
🟢 Green = Failed 2D
⚠️ Highlight if 50% Daily Retrace condition is true
🟦 Neutral-colored cells for TICK/ADD numeric display
🔔 Alerts
Hardcoded alerts fire when:
A 1H or 4H Failed 2U/2D is detected
The Daily 50% retrace condition is met
Each alert is labeled clearly by symbol and timeframe:
"META 4H Failed 2D"
"AAPL Daily 50% Retrace"
🎯 Use Case
Built for:
Reversal traders using The Strat
Swing or intraday traders watching hourly setups
Traders wanting quick visual context on market breadth without relying on it for confirmation
Monitoring multiple tickers in one clean view
This is scan 2
Add scan 1 for spx, spy, iwm, qqq, aapl
This indicator is not financial advice. Use the alerts to check out chart and when tickers trigger.
Cycle Composite 3.6 WeightedThe Cycle Composite is a multi-factor market cycle model designed to classify long-term market behavior into distinct phases using normalized and weighted data inputs.
It combines ten key on-chain, dominance, volatility, sentiment, and trend-following metrics into a single composite output. The goal is to provide a clearer understanding of where the market may stand in the broader cycle (e.g., accumulation, early bull, late bull, or euphoria).
This version (3.4) introduces flexible weighting, trend strength markers, and additional context-aware signals such as risk-on confirmations and altseason flags.
Phases Identified:
The model categorizes the market into one of five zones:
Euphoria (> 85)
Late Bull (70 – 85)
Mid Bull (50 – 70)
Early Bull (30 – 50)
Fear (< 30)
Each phase is determined by a smoothed EMA of the weighted composite score.
Data Sources and Metrics Used (10 total):
BTC Dominance (CRYPTOCAP:BTC.D)
Stablecoin Dominance (USDT + USDC average) (inverted for risk-on)
ETH Dominance (CRYPTOCAP:ETH.D)
BBWP (normalized Bollinger Band Width % over 1-year window)
WVF (Williams VIX Fix for volatility spike detection)
NUPL (Net Unrealized Profit/Loss, external source)
CMF (Chaikin Money Flow, smoothed volume accumulation)
CEX Open Interest (custom input from DAO / external source)
Whale Inflows (custom input from whale exchange transfer data)
Google Trends Average (BTC, Crypto, Altcoin terms)
All inputs are normalized over a 200-bar window and combined via weighted averaging, where each weight is user-configurable.
Additional Features:
Phase Labels: Labels are printed only when a new phase is entered.
Bull Continuation Marker: Triangle up when composite makes higher highs and NUPL increases.
Weakening Marker: Triangle down when composite rolls over in Late Bull and NUPL falls.
Risk-On Signal: Green circle appears when CMF and Google Trends are both rising.
Altseason Flag: Orange diamond appears when dominance of "others.d" exceeds BTC.D and ETH.D and composite is above 50.
Background Shading: Each phase is shaded with a semi-transparent background color.
Timeframe-Aware Display: All markers and signals are shown only on weekly timeframe for clarity.
Intended Use:
This script is intended for educational and macro-trend analysis purposes.
It can be used to:
Identify macro cycle position (accumulation, bull phases, euphoria, etc.)
Spot long-term trend continuation or weakening signals
Add context to price action with external on-chain and sentiment data
Time rotation events such as altseason risk
Disclaimer:
This script does not constitute financial advice.
It is intended for informational and research purposes only.
Users should conduct their own due diligence and analysis before making investment decisions.