Previous Candle High/Low (Global Rays)Previous Candle High/Low (Global Rays, Corrected)
This indicator tracks the high and low of the most recently closed candle and projects them forward as global horizontal rays.
Features:
✅ Automatically updates the levels once a candle fully closes.
✅ Draws persistent lines at the previous candle’s high (green) and low (red), extending them into the future.
✅ Highlights real-time breakouts:
✅ Includes built-in alert conditions for both breakout events.
How to Use:
Use the levels as reference points for breakout trades, liquidity sweeps, or stop hunts.
Alerts can help you catch moves without needing to constantly watch the chart.
Works on any timeframe and symbol.
Candlestick analysis
BBHAFIZ Signal + TP/SL Levels + Alerts🚀 No more waiting—signals ready instantly!
This indicator shows BUY/SELL with TP & SL directly on the chart.
Labels are neatly lined on the side, clear and easy to read.
Alerts are included, so no need to watch the chart 24/7.
Fast, simple, and time-saving for every trader!
FVG Zones – shrink on fill (bull/bear)Detects classic 3-candle FVGs (ICT definition).
Draws zones as boxes that extend to the right.
On each bar close:
Checks overlap with the current candle.
Shrinks the zone when price wicks into it (bullish: top moves down; bearish: bottom moves up).
Deletes the zone once it’s completely filled/closed.
Inputs: bullish/bearish zone color, border color, and max number of visible FVGs.
Possible extensions:
Multi-timeframe FVGs (e.g. H1 FVGs shown on M5).
Separate limits for bullish and bearish zones.
Alerts for new FVG, partial fill, or closed FVG.
Option “Body only” (ignore wicks when detecting overlap).
Minimum FVG size filter (ticks/ATR).
Trapped Traders [ScorsoneEnterprises]This indicator identifies and visualizes trapped traders - market participants caught on the wrong side of price movements with significant volume imbalances. By analyzing volume delta at specific price levels, it reveals where traders are likely experiencing unrealized losses and may be forced to exit their positions.
The point of this tool is to identify where the liquidity in a trend may be.
var lowerTimeframe = switch
useCustomTimeframeInput => lowerTimeframeInput
timeframe.isseconds => "1S"
timeframe.isintraday => "1"
timeframe.isdaily => "5"
=> "60"
= ta.requestVolumeDelta(lowerTimeframe)
price_quantity = map.new()
is_red_candle = close < open
is_green_candle = close > open
for i=0 to lkb-1 by 1
current_vol = price_quantity.get(close)
new_vol = na(current_vol) ? lastVolume : current_vol + lastVolume
price_quantity.put(close, new_vol)
if is_green_candle and new_vol < 0
price_quantity.put(close, new_vol)
else if is_red_candle and new_vol > 0
price_quantity.put(close, new_vol)
We see in this snippet, the lastVolume variable is the most recent volume delta we can receive from the lower timeframe, we keep updating the price level we're keeping track of with that lastVolume from the lower timeframe.
This is the bulk of the concept as this level and size gives us the idea of how many traders were on the wrong side of the trend, and acting as liquidity for the profitable entries. The more, the stronger.
There are 3 ways to visualize this. A basic label, that will display the size and if positive or negative next to the bar, a gradient line that goes 10 bars to the future to be used as a support or resistance line that includes the quantity, and a bubble chart with the quantity. The larger the quantity, the bigger the bubble.
We see in this example on NYMEX:CL1! that there are lines plotted throughout this price action that price interacts with in meaningful way. There are consistently many levels for us.
Here on CME_MINI:ES1! we see the labels on the chart, and the size set to large. It is the same concept just another way to view it.
This chart of CME_MINI:RTY1! shows the bubble chart visualization. It is a way to view it that is pretty non invasive on the chart.
Every timeframe is supported including daily, weekly, and monthly.
The included settings are the display style, like mentioned above. If the user would like to see the volume numbers on the chart. The text size along with the transparency percentage. Following that is the settings for which lower timeframe to calculate the volume delta on. Finally, if you would like to see your inputs in the status line.
No indicator is 100% accurate, use "Trapped Traders" along with your own discretion.
JAIN'S ALGOIt's Going To Help you catch the Complete Trend. (Follow Only When You Know Which Day You Shall Be Trading), To make money in the market is not to trade every day, but to trade on the best days.
NYC Candle Times Grid Muestra el horario de apertura de las velas en diferentes time frames.
Displays the opening hours of the candles in different time frames.
Rapid ORB Pro – Breakout & Fakeout Detector (Multi Sessions)"Multi-session ORB tool with breakout confirmation, fakeout detection, and volume filter for true momentum trades. DLS confusion proof"
Description
The Rapid ORB Pro indicator is designed to identify opening range breakouts (ORB) across multiple sessions and confirm whether the move is valid or a likely fakeout. This tool works on any asset and timeframe where range trading is relevant. Also coded in a way to tackle daylight saving issue around the world.
Core Concepts
1. Opening Range Breakout (ORB):
The indicator marks the defined opening range for each session and tracks when price breaks above or below this range.
2. Confirmation Rules:
A breakout is only confirmed when:
The breakout candle shows a strong body (momentum candle), not just a wick.
The candle closes beyond the prior candle’s high or low, ensuring follow-through.
The structure aligns with market flow (Higher High / Higher Low in bullish context, Lower High / Lower Low in bearish context).
These conditions help filter weak breakouts and highlight true momentum moves.
3. Fakeout Detection (FO):
If price breaks out but the very next candle closes back inside the opening range, an FO marker is plotted. This helps traders exit limit orders quickly and avoid false signals.
4. 7-Bar Check:
If no valid breakout occurs within 7 candles after the range, the indicator prints a “7” on the chart. This signals a likely choppy session where breakout trades have lower probability.
5. Volume State Table:
A table on the chart compares the breaker candle’s volume with the highest volume candle inside the opening range. This provides a quick assessment of whether the breakout was backed by strong participation (High Volume) or weaker flow (Low Volume).
Use Cases
Works on forex, indices, commodities, and crypto.
Useful for scalpers looking to catch the first breakout of the day.
Helps swing traders filter false moves in volatile sessions.
Can be applied to any range trading strategy, not limited to session opens
.
Trading Tip
Trend is your friend, with trend behind the signal probability goes high.
Check the previous session or prior day stab (PD stab).
Watch for SMT divergence forming across correlated pairs.
If SMT lines up with a signal, the breaker confirmation is stronger.
Both SMT alignment and trend behind valid breakout candle increase the probability of a sustained move.
Always start with lower time frame and go up the time frame ladder. Depending on the market you can catch move earlier within lower time frame.
Note: Each input option in this indicator includes a tooltip with detailed explanations. We recommend experimenting with the settings and backtesting to discover what aligns best with your trading style and comfort zone. By default, the confirmation filters are set to what we have found to be the most effective combinations.
Disclaimer
This indicator is for educational and informational purposes only. It does not provide financial advice or guarantee results. Trading involves significant risk, and you should carefully consider your objectives and risk tolerance before using this tool in live markets. Always conduct your own research and backtesting.
Señal Emocional 9:30 NY [Smart Money Pro+]9:30 NY Signal Strategy with Recovery Logic
A precision-based strategy that triggers one trade daily at 9:30 AM NY. Combines trend, volume, RSI, fractals, VWAP, and emotional bias to generate high-probability BUY/SELL signals. Includes smart recovery mode to manage losses and maintain risk/reward integrity.
Author: Nelson Joaquin Contact: nelsonadames10@gmail.com
Señal V1 9:30 NY [Smart Money Pro+]9:30 NY Signal Strategy with Recovery Logic
A precision-based strategy that triggers one trade daily at 9:30 AM NY. Combines trend, volume, RSI, fractals, VWAP, and emotional bias to generate high-probability BUY/SELL signals. Includes smart recovery mode to manage losses and maintain risk/reward integrity.
Author: Nelson Joaquin Contact: nelsonadames10@gmail.com
BB KC Triangle SignalsBased on Trader Oracle's engulfing candle off Bolinger Band.
I added keltner channels as well. So this prints a symbol ( I use triangles) over the engulfing candle at or near the bolinger band/ keltner channel. Don't have to have the bands printed on the screen for them to work. Seems to work on renko too.
Shooting Star & Hammer mod.Indicator for identifying hammer and shooting stars in a modified version;
The body is larger than the classic version.
You can modify the size of the drill bits if you're looking for a specific pattern.
Use in conjunction with your analysis and/or other charting tools.
Volume Wave AnalyzerWave Buy vs Sell Volume (with Box) analyzes the buying and selling volume within a selected range of past candles. It sums volume from bullish bars (where close > open) as buy volume, bearish bars (close < open) as sell volume, and splits volume evenly for neutral (doji) bars. The indicator displays:
Buy Volume and Sell Volume totals over the chosen candle range
Delta (difference between buy and sell volumes)
Buy Percentage representing buying pressure strength
A visual box on the chart highlighting the selected candle range
This helps traders quickly assess market sentiment and volume dominance during recent price movements, supporting more informed trading decisions.
MO and Stoch GOLD H4 V1 – Kim TradingMO and Stoch GOLD H4 V1 – Kim Trading
Slogan: “Trading Is a Profession, Trading Is Life”
Market: XAUUSD (spot gold) • Timeframe: H4 (4 hours)
Entry/Exit Rules
When a B, B1★ … (buy) or S, S1★ … (sell) signal appears, first reference the prevailing trend and consider applying DCA in the direction of that trend. In addition, combine with other methods to build the most optimal setup.
Signal Confidence Tiers
B — S
B1★ — S1★
B2★ — S2★
B3★ — S3★
Enter trades only when one of the four signal types above is printed.
Author: Kim Trading • Version: V1 • Date: 2025-08-22
#XAUUSD #Gold #H4 #MO #Stoch #KimTrading
Master Candle# Master Candle Indicator
## Overview
The Master Candle Indicator identifies and highlights significant price consolidation patterns where multiple candles trade within the high-low range of a single "master" candle. This technical analysis tool helps traders spot potential breakout zones and key support/resistance levels.
## What is a Master Candle?
A Master Candle is a candlestick that contains 4 or more subsequent candles completely within its high-low range. These formations often indicate:
- Market consolidation phases
- Potential breakout areas
- Strong support and resistance levels
- Areas of price compression before significant moves
## Features
✅ **Automatic Detection**: Scans historical data to identify Master Candle patterns
✅ **Visual Highlighting**: Draws colored boxes around detected Master Candles
✅ **Customizable Parameters**: Adjust minimum candles required (2-20)
✅ **Candle Counter**: Shows exact number of candles contained within each Master Candle
✅ **Performance Optimized**: Efficient lookback system with memory management
✅ **Clean Interface**: Non-intrusive visual design that doesn't clutter charts
## How to Use
1. Add the indicator to your chart
2. Adjust the "Minimum candles inside" parameter (default: 4)
3. Set the lookback period for historical scanning (default: 50)
4. Master Candles will be automatically highlighted with colored boxes
5. Use these levels as potential support/resistance zones for your trading strategy
## Settings
- **Minimum candles inside**: Set how many candles must be contained (2-20)
- **Lookback period**: How far back to scan for patterns (10-200 bars)
## Educational Purpose
This indicator is designed for educational and analysis purposes. It helps traders:
- Understand market consolidation patterns
- Identify potential breakout zones
- Recognize key support and resistance areas
- Improve market structure analysis skills
## Technical Details
- Compatible with all timeframes
- Works on any trading instrument
- Optimized for performance with automatic memory management
- Uses historical data analysis for pattern detection
## Important Notes
- This indicator is for educational and analytical purposes only
- Past patterns do not guarantee future results
- Always combine with other analysis tools
- Practice proper risk management in your trading
- Not financial advice - for educational use only
X-Liquid by Logicat✨ X-Liquid: Smart Supply & Demand Liquidity Boxes (H4 Breakout Model)
X-Liquid is a smart supply & demand tool designed to highlight hidden liquidity zones and fake-out traps with high accuracy.
This indicator is based on the H4 breakout rule — a proven institutional-level concept for detecting where market makers leave pending orders, and where intraday price action is most likely to react.
🔑 Core Features
📦 Smart Demand/Supply Boxes: Automatically detects the most significant breakout bars and marks the hidden “max pain” zones using strong engulfing rule.
🎯 Fake-out Capture: Distinguishes between false breakouts and true liquidity grabs, showing the corrected liquidity pool range (X-Liquid).
⚡ Intraday Precision: Adapts the higher timeframe (H4) breakout logic into lower timeframes, letting you anticipate intraday trends and ranges with high probability.
📊 Liquidity Pool Prediction: Predicts pending orders area where the market is attracted to.
🎨 Clean chart visualization: Only the significant boxes are displayed, helping to differentiate good area to enter and obstacles to keep an eye on.
✅ How to Use
1. Switch to any intraday timeframe (M15–H1).
2. Watch the H4 breakout boxes: these represent intraday trend and market price range.
3. If price fakes out, the indicator will adjust and highlight the true X-Liquid pool — the real level where liquidity sits.
4. Use these zones to anticipate intraday reversals, continuations, and high-probability setups.
5. Wisely use the supply demand boxes to get sniper entry.
Current Candle### Overview
The **Current Candle** indicator displays live information about the active bar. It shows the price change, percentage change, and candle range (high–low), conveniently placed to the right of the current candle.
### Features
• Shows absolute price change from the previous close
• Shows percentage change (%)
• Shows candle range (high–low)
• Customizable bull and bear colors (default TradingView candle colors: green = rgb(8,153,129), red = rgb(242,54,44))
• Toggle on/off Value, Percentage, and Range individually
• Always updates on the latest candle only, keeping charts clean
### How to Use
1. Add the indicator to your chart.
2. Adjust the “Right offset (bars)” to position the label.
3. Enable or disable Value, Percentage, or Range via checkboxes.
4. Customize bull/bear colors to match your chart theme if desired.
### Notes
• Label is plotted only on the latest candle (`barstate.islast`) to avoid clutter.
• Colors cannot be automatically synced to your TradingView chart theme — use the color inputs to match them manually.
• This script is designed for clarity and quick reference without altering your chart’s candles.
---
*Stay focused on the current candle — see change, percentage, and range at a glance.*
Dr. Curry Range Break# 🚀 DR. CURRY RANGE BREAK - QUICK START CHEAT SHEET
## ⚡ 5-MINUTE SETUP GUIDE
### 1️⃣ **ADD TO CHART**
- Timeframe: **5-MINUTE CHART** (MUST USE!)
- Add indicator: "Dr. Curry Range Break"
- Default settings work great!
### 2️⃣ **WAIT FOR THE BLUE BOX** (9:30-9:45 AM ET)
```
🔵 BLUE BOX = Your Trading Range
- Forms in first 15 minutes
- DO NOT TRADE until box completes!
```
### 3️⃣ **WATCH FOR BREAKOUT SIGNALS**
#### 🟢 **LONG SETUP (BUY)**
- Price CLOSES above blue box
- Look for signal on chart:
- **GREEN = GO!** (★★★ Best)
- **BLUE = GOOD** (★★)
- **GOLD = CAREFUL** (★)
#### 🔴 **SHORT SETUP (SELL)**
- Price CLOSES below blue box
- Look for signal on chart:
- **RED = GO!** (★★★ Best)
- **BLUE = GOOD** (★★)
- **GOLD = CAREFUL** (★)
## 📊 TRADE MANAGEMENT
### **ENTRY CHECKLIST** ✅
1. Blue box complete? ✓
2. Candle CLOSED outside box? ✓
3. Signal appeared? ✓
4. Volume says "HIGH VOL"? (Even better!)
### **WHERE TO EXIT**
- **Take Profit**: Green/Red TP lines on chart
- **Stop Loss**: Opposite side of blue box
- **Quick Rule**: Risk $100 to make $200+
## 🎯 THE ONLY 3 RULES YOU NEED
### RULE 1: **COLOR = ACTION**
```
GREEN/RED Candle = BEST Trade
BLUE Candle = GOOD Trade
GOLD Candle = SKIP (risky)
```
### RULE 2: **STARS = QUALITY**
```
★★★ = Full position size
★★ = Half position size
★ = Don't trade (or tiny size)
```
### RULE 3: **PANEL = CONFIRMATION**
Look for:
- **"HIGH VOL ✓"** = Strong move
- **"Bullish/Bearish"** = With trend
- **Stop Loss price** = Your exit
## 🚦 SIMPLE DECISION TREE
```
Is there a BLUE BOX?
↓ NO → Wait
↓ YES
Did price CLOSE outside box?
↓ NO → Wait
↓ YES
What COLOR is the signal?
↓ GOLD → Skip trade
↓ BLUE → Maybe trade (check stars)
↓ GREEN/RED → TRADE IT!
```
## ⏰ BEST TRADING TIMES
**BEST**: 9:45 AM - 10:30 AM ET
**GOOD**: 10:30 AM - 11:30 AM ET
**AVOID**: After 12:00 PM (lunch chop)
## 💰 POSITION SIZING (Beginners)
- **★★★ Signal**: Risk 1% of account
- **★★ Signal**: Risk 0.5% of account
- **★ Signal**: Don't trade
**Example**: $10,000 account
- ★★★ = Risk $100 per trade
- ★★ = Risk $50 per trade
## 🛑 STOP DOING THIS
❌ Trading before blue box completes
❌ Entering on wick touches (need CLOSE)
❌ Taking ★ trades
❌ Moving your stop loss
❌ Revenge trading after a loss
## ✅ START DOING THIS
✅ Wait for box completion
✅ Only trade ★★ or ★★★
✅ Use the stop loss shown
✅ Take partial profits at TP1
✅ Stop after 2 losses
## 📱 FIRST WEEK GOALS
- **Monday**: Just watch, don't trade
- **Tuesday**: Paper trade only ★★★ signals
- **Wednesday**: Paper trade ★★★ and ★★
- **Thursday**: Small real trades (★★★ only)
- **Friday**: Review and learn
## 🎪 THE "SET IT AND FORGET IT" METHOD
1. **Entry**: Market order on signal
2. **Stop**: Set at opposite box level
3. **Target**: Set at TP1 (first green/red line)
4. **Walk away**: Let it hit stop or target
## 🚨 EMERGENCY RULES
**STOP TRADING IF**:
- Lost 2 trades today
- Feeling emotional
- No clear signals appearing
- Market is choppy (no trend)
---
## 📝 YOUR DAILY ROUTINE
**9:25 AM**: Chart open, indicator on
**9:30 AM**: Watch blue box form
**9:45 AM**: Box complete, watch for breakout
**9:46 AM+**: Take signal if it appears
**10:30 AM**: Review trades, possibly done for day
## 💡 ONE LAST TIP
**Start with SIM/Paper Trading for 1 week minimum!**
The best traders are patient traders. Wait for YOUR setup - the market will always give you another chance tomorrow.
**Remember**: 1 good ★★★ trade > 5 random trades
Good luck! 🍀# Dr. Curry Range Break - Professional Trading Indicator
## Overview
The **Dr. Curry Range Break** is a comprehensive trading system designed to identify high-probability breakout opportunities during the market's opening range period. This professional-grade indicator combines volume analysis, multi-timeframe trend confirmation, and smart money concepts to give traders a complete edge in range breakout trading.
## 🎯 Key Features
### 1. **Opening Range Detection**
- Automatically identifies and marks the opening range (5, 15, or 30-minute options)
- Clear visual box showing the range high and low
- Professional blue color scheme for easy identification
### 2. **Smart Breakout Signals**
- **GREEN CANDLE + "STRONG BUY ★★★"** = High probability setup (with trend + high volume)
- **BLUE CANDLE + "BUY SIGNAL ★★"** = Good setup (with trend, normal volume)
- **GOLD CANDLE + "RISKY BUY ★"** = Caution (against trend)
### 3. **Automatic Target Levels**
- Displays TP1, TP2, TP3 levels based on previous swing points
- Clear price labels showing exact target levels
- Green lines for long targets, red lines for short targets
### 4. **Multi-Timeframe Trend Analysis**
- Analyzes 15m, 60m, and 240m timeframes simultaneously
- Shows trend strength percentage in the panel
- Confirms if your trade aligns with the bigger picture
### 5. **Volume Confirmation**
- Identifies high-volume breakouts automatically
- "HIGH VOL ✓" indicator in panel when volume exceeds threshold
- Helps filter out false breakouts
### 6. **Advanced Features**
- Fair Value Gaps (FVG) detection
- Order Block identification
- Stop loss levels clearly marked
- Professional trading panel with all key information
## 📖 How to Use
### Setup
1. **Best Timeframe**: Use on 5-minute chart (also works on 1m and 15m)
2. **Market Open**: Indicator activates at 9:30 AM ET (configurable)
3. **Range Duration**: Default 15 minutes (9:30-9:45 AM)
### Entry Rules
1. **Wait for Range Lock**: Let the opening range complete (default 15 minutes)
2. **Watch for Breakout**: Price must CLOSE above/below the range
3. **Check the Signal**:
- ★★★ = Take the trade with confidence
- ★★ = Good setup, normal position size
- ★ = Risky, reduce size or skip
### Exit Strategy
- **Take Profit**: Use the TP levels shown on chart
- **Stop Loss**: Opposite side of the range (shown in panel)
- **Trail Stop**: Move to breakeven after TP1
## 🔍 What to Look For
### Best Setups (★★★)
- Green/Red candle on breakout
- "HIGH VOL ✓" in panel
- Trend aligned (Bullish/Bearish in panel)
- Clear TP levels above/below
### Good Setups (★★)
- Blue candle on breakout
- Normal volume
- With trend direction
- Multiple TP levels available
### Avoid These (★)
- Gold/Yellow candle (against trend)
- Low volume breakouts
- Choppy market conditions
- No clear TP levels
## ⚙️ Customization Options
### Visual Settings
- **Minimal Mode**: Reduces clutter for experienced traders
- **Show/Hide**: Targets, FVG, Order Blocks, Swing Points
- **Panel Position**: Choose corner placement
### Range Settings
- **Timezone**: Adjust for your market
- **Duration**: 5, 15, or 30-minute ranges
- **Market Open**: Customize start time
### Advanced Settings
- **Volume Multiplier**: Adjust high volume threshold
- **Target Count**: Show 1-3 TP levels
- **EMA Length**: Trend calculation period
## 💡 Pro Tips
1. **Best Days**: Monday-Thursday typically have cleaner breakouts
2. **Avoid Fridays**: Often choppy with less follow-through
3. **News Days**: Check economic calendar - avoid FOMC days
4. **Time It**: Best breakouts often occur 30-60 minutes after open
5. **Volume Matters**: Never take a ★ trade on low volume
## 🚨 Risk Management
- **Position Size**: Risk 1-2% per trade maximum
- **Stop Loss**: Always use the opposite range level
- **Scaling**: Take partial profits at each TP level
- **Daily Max**: Stop after 2-3 losses in a day
## 📊 Success Metrics
This indicator helps identify:
- High probability breakouts with 60-70% win rate on ★★★ setups
- Clear risk/reward with defined stops and targets
- Optimal entry timing with volume confirmation
- Trend alignment for higher probability trades
---
**Remember**: No indicator is perfect. Always use proper risk management and combine with your market knowledge. The Dr. Curry Range Break is a tool to enhance your decision-making, not replace it.
*Happy Trading! 📈*## 📦 Box Color Guide - Dr. Curry Range Break
### 🔵 **BLUE BOX - Opening Range**
- **What it means**: This is your main trading range (first 15/30 minutes)
- **How to use**: Wait for price to break above/below this box
- **Key levels**: Top = Range High (Long entry above), Bottom = Range Low (Short entry below)
### 🟢 **GREEN BOXES - Bullish Zones**
1. **Light Green Transparent Box (FVG - Fair Value Gap)**
- **What it means**: Bullish imbalance/gap in price
- **How to use**: Acts as support on pullbacks
- **Trading tip**: If price returns to this box after breakout, it's a good re-entry zone
2. **Very Light Green Box (Order Block)**
- **What it means**: Last bearish candle before a strong move up
- **How to use**: Major support zone
- **Trading tip**: Great area to add to positions or enter if missed initial breakout
### 🔴 **RED BOXES - Bearish Zones**
1. **Light Red Transparent Box (FVG - Fair Value Gap)**
- **What it means**: Bearish imbalance/gap in price
- **How to use**: Acts as resistance on pullbacks
- **Trading tip**: If price returns to this box after breakdown, it's a good re-entry zone for shorts
2. **Very Light Red Box (Order Block)**
- **What it means**: Last bullish candle before a strong move down
- **How to use**: Major resistance zone
- **Trading tip**: Great area to add to short positions or enter if missed initial breakdown
### 🟠 **ORANGE BOX - Breaker Block**
- **What it means**: Failed support/resistance that flipped
- **How to use**: Strong reversal zone
- **Trading tip**: Often marks the end of a move - consider taking profits
## 🎯 Quick Reference
```
BLUE = Your main range to trade
GREEN = Support zones (buy/hold)
RED = Resistance zones (sell/short)
ORANGE = Reversal warning
```
## 💡 Pro Tips for Using Boxes
1. **Multiple Green Boxes** = Stronger bullish bias
2. **Multiple Red Boxes** = Stronger bearish bias
3. **Price respecting boxes** = Higher probability trades
4. **Price ignoring boxes** = Potential trend change
### Box Stacking Priority
1. **Most Important**: Blue Opening Range
2. **Very Important**: Order Blocks (light green/red)
3. **Important**: FVG boxes
4. **Warning**: Orange breaker blocks
**Remember**: The more boxes align in one direction, the stronger the move typically is!
Sabina's TRAMA Crossover MTF📊 Sabina's TRAMA Crossover MTF
Trend Regularity Adaptive Moving Average (TRAMA) is a dynamic smoothing algorithm that adjusts based on trend consistency. Unlike traditional moving averages like EMA or SMA, TRAMA speeds up in strong trends and slows down during consolidation, reducing noise and lag.
This script plots two TRAMA lines (short and long) and dynamically colors them based on crossover direction:
🟢 Green: Bullish crossover (short TRAMA crosses above long TRAMA)
🔴 Red: Bearish crossover (short TRAMA crosses below long TRAMA)
✅ Multi-Timeframe Enabled
You can run the indicator on your current chart while calculating TRAMA from any higher or lower timeframe. This gives you flexibility to track trend strength across different contexts.
Use cases:
Trend-following entries with adaptive confirmation
Scalping with higher-timeframe filters
Visual clarity of market regime (consolidation vs expansion)
Jinny Volunacci - Magic_xDJinny Volunacci – Magic_xD is a multi-tool Fibonacci framework that merges volume context, candlestick patterns (Hammer / Shooting Star / Big Range), and fully customizable Fibonacci retracements/extensions.
It auto-selects a reference candle (or lets you pick one), then projects Fibonacci levels that adapt to your trading style.
🔧 How to Use
Candle Selection Modes
Auto Volume – automatically picks the highest-volume candle in your chosen Lookback Bars.
Custom Date – manually select any candle by date/time.
Advanced Filter – detects key candlestick setups (Hammer, Shooting Star, Big Range) and ranks them for you.
Cycle Through Candidates (Select Best #)
When multiple candidates qualify (using Advanced Filter), use Select Best # to step through them:
#1 = top match, #2 = next, #3, … — based on your chosen sorting method (Best Pattern, Most Recent, Strongest).
Fibonacci Scaling
Switch between Linear or Logarithmic scale — or plot both simultaneously.
Custom Fib Levels & Styling
Add or remove Fibonacci levels freely.
Adjust each level’s value, label (price, %, or both), line style, and individual color.
Toggle visibility for retracements vs. extensions.
Labels & Info
Enable Show Candle Info to display a quick snapshot: which candle was picked, bars ago, pattern type, and volume context.
Reverse Option
Instantly flip the projection to the opposite direction.
🎯 Why Traders Use It
Turns a high-impact candle into a Fibonacci map of support/resistance.
Flexible selection: auto, pattern-based, custom date.
Quick cycling through ranked candidates with Select Best #.
Full customization of Fib levels, scaling, colors, and labels.
Works for both retracement and extension analysis.
⚠️ Disclaimer: For educational use only. Not financial advice. Always pair with your own system and risk management.
ORB EST (Lite)📊 NY Open ORB (9:30–9:45 EST)
This indicator plots the high, low, and midpoint of the New York Stock Exchange opening range (9:30–9:45 AM EST).
This is the lite version. For full access, contact me on Discord: stent.
Advanced Price Ranges ICTThis indicator automatically divides price into fixed ranges (configurable in points or pips) and plots important reference levels such as the high, low, 50% midpoint, and 25%/75% quarters. It is designed to help traders visualize structured price movement, spot confluence zones, and frame their trading bias around clean range-based levels.
🔹 Key Features
Custom Range Size: Define ranges in points (e.g., 100, 50, 25, 10) or in Forex pips.
Forex Mode: Automatically adapts pip size (0.0001 or 0.01 for JPY pairs).
Dynamic Anchoring: Price ranges automatically align to the current price, snapping into blocks.
Multiple Ranges: Option to extend visualization above and below the current active block for a complete grid.
Level Types:
High / Low of the range
50% midpoint
25% and 75% quarters
Custom Styling: Adjustable line colors and widths for each level type.
Labels: Optional right-edge labels showing level type and exact price.
Alerts: Built-in alerts for when price crosses the range high, low, or 50% midpoint.
🔹 Use Cases
Quickly map out 100/50/25/10 point structures like Zeussy’s advanced price range method.
Identify key reaction levels where liquidity is often built or swept.
Support ICT-style concepts like range-based bias, fair value gaps, and liquidity pools.
Works for indices, futures, crypto, and forex.
🔹 Customization
Range increments can be set to any size (default 100).
Toggle which levels are shown (High/Low, Midpoint, Quarters).
Adjustable line widths, colors, and label visibility.
Extend ranges above and below for broader market context.