RTH Open ± Ø DailyRange (Summertime)The script draws two horizontal dashed lines on your intraday chart during Regular Trading Hours (RTH).
Upper line: RTH Open + average daily range (last 10 days).
Lower line: RTH Open – average daily range. The lines begin at the first bar of the RTH session (09:00 MESZ, UTC+2) and extend dynamically to the current bar.
Indicators and strategies
RTH Open ± Ø DailyRange (wintertime)verview
The script draws two horizontal lines on your chart based on the RTH Open (Regular Trading Hours start at 09:00 CET, winter time). These lines are offset by the average daily range (the average of the last 10 days’ high–low range). The lines begin at the first bar of the RTH session and extend dynamically to the current bar.
NorSign25Look for candles with large wicks. In the long direction we look for a green candle after a red candle, in the short direction we look for a green candle.
RED-E Market Structure (Pro V2)RED-E Market Structure - Comprehensive Technical Analysis System
⚠️ EDUCATIONAL TOOL - NO GUARANTEES
This indicator is designed for educational purposes to help traders learn technical analysis concepts. It does not predict future price movements or guarantee profitable trades. Trading involves substantial risk of loss.
═══════════════════════════════════════════════════════════════
📊 WHAT THIS INDICATOR DOES
This indicator combines multiple standard technical analysis methods into a unified system for analyzing market structure, momentum, volume dynamics, and key price levels. Rather than adding 10 separate indicators to your chart, this consolidates related information into one cohesive interface where each component informs the others.
═══════════════════════════════════════════════════════════════
🔧 TECHNICAL METHODOLOGY - HOW IT WORKS
1️⃣ MOMENTUM CANDLE COLORING (6 Levels)
Calculation Method:
- Compares close vs EMA(9) and EMA(21)
- Applies RSI(14) thresholds for strength
- Color codes: Royal Blue (strongest bull) → Cyan → Green → Yellow → Orange → Red (strongest bear) → White (neutral)
Formula Logic:
IF close > EMA(9) AND close > EMA(21) AND close > open:
RSI > 70 = Level 3 Bull (Royal Blue)
RSI 60-70 = Level 2 Bull (Cyan)
RSI < 60 = Level 1 Bull (Green)
Purpose: Visualizes momentum strength by combining trend (EMAs), candle direction, and overbought/oversold conditions (RSI).
2️⃣ ENTRY SIGNAL LABELS
Calculation Method:
- Uses EMA alignment: EMA(9) > EMA(21) > EMA(50) for bullish
- Filters RSI to avoid extremes
- Requires confirming candle
BUY Signal Logic:
IF close > EMA(9) AND RSI between 40-70 AND EMA(9) > EMA(21) > EMA(50) AND close > open
THEN: Display "BUY" label
Purpose: Identifies potential entries when multiple trend and momentum conditions align. This is standard multi-confirmation technical analysis.
3️⃣ VOLUME DELTA PERCENTAGE
Calculation Method:
FOR each bar in lookback period (default 20):
IF close > open: add volume to bullish_volume
IF close < open: add volume to bearish_volume
bullish_percent = (bullish_volume / total_volume) × 100
Purpose: Quantifies buying vs selling pressure as percentages. Shows if volume supports the current trend.
Display: "🟢65.3% | 🔴34.7%" in dashboard
4️⃣ PRE-MARKET HIGH/LOW TRACKING
Calculation Method:
1. Detect pre-market session (4:00-9:30 AM ET)
2. Track highest high during pre-market
3. Track lowest low during pre-market
4. Draw horizontal lines when market opens
Purpose: Pre-market levels often act as support/resistance during regular hours. This automates their tracking and visualization.
5️⃣ OPENING RANGE BREAKOUT (ORB)
Calculation Method:
1. User sets start time (default 9:30 AM) and duration (default 15 min)
2. Track highest high and lowest low during this period
3. Draw box and extend lines
Purpose: The opening range breakout is a well-documented day trading strategy. First X minutes establish a range, and breakouts often signal directional moves.
6️⃣ SUPPORT/RESISTANCE TRENDLINES
Calculation Method:
1. Identify pivot highs: ta.pivothigh(high, 5, 5)
2. Identify pivot lows: ta.pivotlow(low, 5, 5)
3. Connect last two pivot highs = Resistance (red)
4. Connect last two pivot lows = Support (blue)
Purpose: Automatically connects significant pivot points. Based on standard pivot analysis where price respects these levels.
7️⃣ GAMMA ZONE DETECTION
Calculation Method:
1. Calculate 30-min range: (high - low)
2. Calculate 10-period SMA of range
3. Calculate ratio: current_range / average_range
IF ratio < (1.0 / sensitivity): HIGH GAMMA = Low volatility
IF ratio > (1.0 × sensitivity): LOW GAMMA = High volatility
Purpose: Approximates options gamma effects. High gamma = dealers hedge more = suppressed volatility. Low gamma = less hedging = potential explosive moves.
8️⃣ TAKE PROFIT LEVELS (5 Levels + ATR Stop Loss)
Calculation Method:
LONG: TP = entry_price × (1 + percentage/100)
SHORT: TP = entry_price × (1 - percentage/100)
Stop Loss (ATR): entry ± (ATR(14) × multiplier)
Purpose: Automatically calculates percentage-based targets and volatility-adjusted stops. ATR adapts stop to current market conditions.
9️⃣ THE STRAT PATTERN RECOGNITION
Calculation Method:
Compare current bar to previous:
- Strat 3 (outside bar): high > high AND low < low
- Strat 1 (inside bar): high ≤ high AND low ≥ low
- Strat 2 (directional): All others
Purpose: The Strat is a price action system categorizing bars by relationship to previous bars. This automates classification.
🔟 FIBONACCI RETRACEMENTS
Calculation Method:
1. Find highest high in lookback (default 30 bars)
2. Find lowest low in lookback
3. Calculate: 0.0, 0.382, 0.5, 0.618, 1.0 levels
Purpose: Standard Fibonacci tool. These ratios are commonly used support/resistance in technical analysis.
1️⃣1️⃣ MULTI-TIMEFRAME ANALYSIS
Calculation Method:
FOR each timeframe (default 15m, 1H, 4H):
Check if close > EMA(9) on that timeframe
IF true: "BULLISH", else: "BEARISH"
Purpose: Shows trend alignment across timeframes using Pine's request.security(). Common confirmation technique.
═══════════════════════════════════════════════════════════════
💡 WHY THESE COMPONENTS WORK TOGETHER
This indicator's originality lies in its unified system approach:
1. TREND IDENTIFICATION (EMAs, MTF) - Shows direction
2. MOMENTUM MEASUREMENT (RSI, candles) - Shows strength
3. VOLUME CONFIRMATION (Volume Delta) - Shows conviction
4. KEY LEVELS (PM, ORB, Fib, S/R) - Shows decision points
5. RISK MANAGEMENT (TP levels, ATR stops) - Shows exits
VALUE OF INTEGRATION:
Rather than 10 separate indicators creating chart clutter, this consolidates related concepts where each component provides different information that, when viewed together, gives a more complete market picture.
Example Integration:
- Entry signal appears (EMA + RSI aligned)
- Volume Delta confirms (more buying than selling)
- MTF shows higher timeframes agree
- TP levels auto-calculate with good risk:reward
- Support trendline nearby provides stop reference
═══════════════════════════════════════════════════════════════
⚙️ CUSTOMIZATION OPTIONS
All features independently toggleable:
- EMAs: Adjust lengths (9, 21, 50, 200), colors, widths
- RSI: Change overbought/oversold levels (70/30)
- Volume Delta: Adjust lookback period (20)
- ORB: Set custom start time, duration, timezone
- Gamma: Adjust sensitivity (1-10)
- TP Levels: Customize all 5 percentages
- Dashboard: Reposition, resize, recolor
═══════════════════════════════════════════════════════════════
📖 HOW TO USE
Step 1 - Assess Context:
- Check MTF Dashboard for alignment
- Check EMA indicator for trend
- Check Gamma Zone for volatility expectation
Step 2 - Identify Setups:
- Wait for BUY/SELL signal
- Check Volume Delta matches direction
- Verify RSI not extreme (30-70)
- Look for support/resistance confluence
Step 3 - Evaluate Risk:Reward:
- Review TP3 R:R ratio (target 2:1+)
- Check stop loss placement
- Ensure risk acceptable
Step 4 - Monitor:
- Track P&L % in real-time
- Use TP levels as potential exits
- Adjust stops based on S/R
═══════════════════════════════════════════════════════════════
⚠️ LIMITATIONS & REALISTIC EXPECTATIONS
This indicator does NOT:
- Predict future price movements
- Guarantee profitable trades
- Work in all market conditions
- Replace proper education and practice
This indicator CAN:
- Display standard technical indicators in organized way
- Automate common calculations
- Visualize multiple analysis methods simultaneously
- Help learn how different indicators relate
Key Understanding:
All technical indicators use historical data. They help identify patterns and conditions but cannot predict the future. Successful trading requires risk management, psychology, and experience—not just indicators.
═══════════════════════════════════════════════════════════════
📚 EDUCATIONAL CONCEPTS TAUGHT
- How EMAs show trend direction and alignment
- How RSI identifies momentum extremes
- How volume confirms or diverges from price
- How support/resistance levels form
- How multiple timeframes provide context
- How ATR adapts stops to volatility
- How risk:reward ratios work
═══════════════════════════════════════════════════════════════
📊 BEST SUITED FOR
- Scalping: 1m-5m charts with quick entries/exits
- Day Trading: 15m-1H focusing on ORB and PM levels
- Swing Trading: 4H-D following major trends
═══════════════════════════════════════════════════════════════
⚠️ RISK DISCLAIMER
Trading involves substantial risk of loss. This educational tool:
- Does NOT guarantee profits
- Cannot predict future performance
- Requires proper risk management
- Should be practiced on demo accounts first
Always use stop losses, risk only 1-2% per trade, and consult licensed financial professionals before trading with real capital.
═══════════════════════════════════════════════════════════════
Educational tool for learning technical analysis. Not financial advice. Past results do not indicate future performance.
DavidTSI3 ES only short and long momentum finder Strategy Description
This is a multi-symbol synchronization strategy that trades the ES (S&P 500 E-mini futures) based on the direction of multiple large-cap stocks.
Key points of the strategy:
• It watches up to 7 symbols (like AAPL, MSFT, NVDA, etc
Liquidity Hunt Detector PDH/PDL [SmartFoxy]Liquidity Hunt Detector PDH/PDL
The Liquidity Hunt Detector (LHD) is designed to identify and anticipate liquidity grabs around the:
• Previous Day High (PDH);
• Previous Day Low (PDL).
It builds dynamic trigger levels that highlight where price may deliver its first impulse before reaching PDH/PDL.
The Liquidity Hunt Detector (LHD) identifies high-probability reversals and continuations around the Previous Day High (PDH) and Previous Day Low (PDL).
It dynamically tracks the market’s move from the session open, builds trigger levels toward PDH/PDL, and highlights where liquidity is most likely to be taken.
When price taps a Trigger Up/Down level, the indicator generates Long/Short signals with optional confirmation from the integrated MA Ribbon , ensuring only high-quality, trend-aligned setups are shown.
When price interacts with these trigger levels, the indicator generates signals that help traders evaluate the market structure and prepare for potential entries.
Designed for Forex, Crypto, Indices, Stocks , the LHD provides a clean and intuitive structure for navigating intraday liquidity grabs, session impulses, and directional bias shifts.
The indicator is built from three fully independent modules, each of which can be used separately:
Liquidity Hunt Detector (LHD)
Moving Average Ribbon (MA Ribbon)
Previous Day High/Low (PDH/PDL) levels
Liquidity Hunt Detector (LHD) Logic
1.1 Display LHD – Enables or disables the entire Liquidity Hunt Detector module.
1.2 Max Days – Number of previous days used to generate PDH/PDL levels.
1.3 GMT – Corrects all time-based calculations based on your broker/session timezone.
1.4 Calculation Method (Point A Logic)
1) Static Method
Point A = the session’s opening price.
Trigger lines are calculated strictly as a percentage of the move A → PDH or A → PDL.
Intraday fluctuations do not affect the calculation.
2) Dynamic Method
Point A updates using the current intraday high/low:
• If price forms a new low, Point A updates for the PDH-side calculations;
• If price forms a new high, Point A updates for the PDL-side calculations.
This produces trigger lines that reflect the true live market structure rather than a fixed opening reference.
1.5 Main OTT Time (Operational Trading Time)
This is the core time window during which the indicator:
• updates Point A;
• calculates trigger levels;
• validates PDH/PDL;
• draws AB / AC movement structure;
• generates entry signals.
Outside this window, no new signals or recalculations occur.
⚠ If your broker’s first candle opens at a non-standard time (e.g., 00:08), adjust the OTT start time to avoid visual artifacts.
1.6 Show Line A – Displays the opening price level (Point A) until the end of the OTT window.
Style, width, and color are customizable.
1.7 Show Line AB — Price Movement Toward PDH.
Static Method – Single line: A → PDH
Dynamic Method – Two segments:
• A → Daily Low;
• Daily Low → PDH.
If PDH is swept, the “B” label switches to Sweep PDH.
1.8 Show Line AC – Price Movement Toward PDL.
Static Method – Single line: A → PDL
Dynamic Method – Two segments:
• A → Daily High;
• Daily High → PDL.
If PDL is swept, the “C” label switches to Sweep PDL.
1.9 Show Trigger Up Line (LONG Trigger) – Defines the level where the Long signal can activate.
By default, at 50% of the A → PDH movement.
When price touches this line, the script may:
• show a LONG label;
• trigger an alert.
All visual parameters are customizable.
1.10 Show Trigger Up Line (LONG Trigger)
Same logic as Trigger Up, but based on A → PDL.
1.11 Show Main Zone (OTT Zone) – Visual background highlighting of the active OTT window.
Helps instantly see:
• whether signals are allowed;
• how much time remains in the trading window?
Color and opacity are adjustable.
1.12 Upper Zone (toward PDH) – Tracks the protected area towards PDH.
Updates dynamically with new highs.
1.13 Lower Zone (toward PDL) – Tracks the zone toward PDL.
Updates dynamically with new lows.
1.14 Show Labels – Displays reference labels (A, B, C, Trigger Up, Trigger Down).
Label size is customizable.
1.15 Add Price – Adds the exact price value to each label.
1.16 Change Color after Sweep PDH or PDL – After PDH or PDL is broken, the indicator automatically recolors lines and labels to visually confirm the sweep.
1.17 Show SHORT Label – Displays the SHORT entry label when all conditions for a bearish signal are met.
Style parameters are set in the previous blocks.
1.18 Alert on Bearish Trigger Down – Triggers an alert when the price activates the bearish trigger.
1.19 Show LONG Label – Displays the LONG entry label when bullish conditions are met.
Style parameters are set in the previous blocks.
1.20 Alert on Bullish Trigger Up – Triggers an alert when the price activates the bullish trigger.
1.21 Alerts Active Time – Defines a custom time interval during which trigger signals are allowed.
Even if price touches a trigger level,
❗ signals will NOT be generated outside this allowed time.
Useful for:
• avoiding Asian session signals;
• reducing noise in low-liquidity periods.
1.22 Labels and Alerts Display Mode
Two settings modes:
• On Trigger (Instant Mode) – Signals appear immediately when price touches the trigger.
• On Candle Close (Conservative Mode) – Signals form only after the candle closes beyond the trigger level.
A more conservative option.
1.23 Delay LHD Signal Until MA Ribbon Confirms Direction – If enabled, LHD signals will NOT fire until the MA Ribbon produces a matching directional signal.
Logic:
• Price hits the trigger → LHD conditions become “armed”;
• The indicator waits;
• When MA Ribbon confirms trend direction (Long/Short);
• The final LHD label + alert is generated.
This ensures LHD trades are filtered and aligned with MA-based trend confirmation.
⚠ Works only when the MA Ribbon module is active.
Buy/Sell Hull Crossover Signals (Fast & Slow)This indicator generates buy and sell signals using fast- and slow-period Hull Moving Averages (HMAs). A bullish signal occurs when the fast HMA crosses above the slow HMA, while a bearish signal triggers when it crosses below. To reduce repainting, you can optionally require confirmation on bar close.
The script includes visual tools such as a color-shifting ribbon between HMAs, optional background shading to show market regime, and lightweight buy/sell labels for quick signal recognition. Alerts are built in so you can automate notifications when crossover conditions occur.
Designed to be simple, responsive, and easy to layer into existing strategies, this indicator helps traders spot momentum shifts and trend transitions with clarity.
5 Moving Averages – Custom Trend Colors + No Neutral Mode5 Moving Averages Pro – Custom Trend Colors + No Neutral Mode
The cleanest and most professional 5-MA bundle on TradingView.
Features:
• 5 fully customizable moving averages (period + type: SMA, EMA, WMA, HMA, VWMA)
• All 5 MAs instantly change color based on global trend:
– Green → price above ALL 5 MAs (strong bullish)
– Red → price below ALL 5 MAs (strong bearish)
– Optional neutral gray (or completely disable neutral mode)
• Fully customizable bullish, bearish and neutral colors
• Optional background coloring (very light & clean)
• Trend change arrows (only on real bullish/bearish confirmation)
• "No Neutral" mode → forces green/red even in sideways markets (price vs average of the 5 MAs)
Perfect for:
• Trend-following systems
• Clean chart setups
• Scalping, day trading & swing trading
• Confirming institutional bias
Zero repainting | Super lightweight | Works on all timeframes & markets
One of the most loved multi-MA indicators worldwide. Join 250K+ traders already using it daily!
Multiple EMA 5/13/26Multiple EMS's. 5-13-26. 3 EMA's at one place. Easy to use. Helps a lot in chart reading.
ONDAS DE PREÇO COMPRA/VENDA + BULB (T3 + RSI Labels)ondas de preço + bulb
considera as ondas de preço
+ Rsi levels
e trás sinais gráficos .
TTM (Trade The Matrix) Squeeze EMA Cloud
Another way to simply visualize the TTM squeeze but this time with a simpe 2 EMA cloud representation. Fully customizable - change EMA, color, & squeeze to your liking
The **"TTM Squeeze EMA Cloud"** is a **custom TradingView Pine Script (v6)** indicator that **combines the classic TTM Squeeze volatility logic** with a **colored EMA cloud** to visually represent **market state**:
- **Consolidation (Squeeze ON)**
- **Bullish Breakout (Squeeze OFF + Uptrend)**
- **Bearish Breakout (Squeeze OFF + Downtrend)**
It overlays directly on the price chart (`overlay=true`) and uses **color-coded cloud shading** between two EMAs to make the current regime **immediately visible**.
---
## CORE COMPONENTS
| Component | Purpose |
|--------|--------|
| **TTM Squeeze** | Detects low-volatility consolidation (Squeeze ON) vs. volatility expansion (Squeeze OFF) |
| **EMA Cloud** | Fast EMA (8) vs. Slow EMA (21) → determines trend direction |
| **Cloud Fill** | Colors the area between EMAs based on **Squeeze + Trend** |
| **Visual Cues** | Tiny yellow dots below bars when Squeeze is ON |
---
## USER INPUTS (Customizable)
| Input | Default | Description |
|------|--------|-----------|
| `length` | 20 | Period for Bollinger Bands & SMA basis |
| `mult` | 2.0 | Bollinger Band multiplier |
| `lengthKC` | 20 | Period for ATR in Keltner Channels |
| `multKC` | 1.5 | Keltner Channel multiplier |
| `fastLength` | 8 | Fast EMA length |
| `slowLength` | 21 | Slow EMA length |
> These are standard settings — tweak for sensitivity.
---
## CALCULATIONS (Step-by-Step)
### 1. **Bollinger Bands (BB)**
```pinescript
ma = ta.sma(close, length)
stdDev = ta.stdev(close, length)
upperBB = ma + stdDev * mult
lowerBB = ma - stdDev * mult
```
- Measures **statistical volatility**
### 2. **Keltner Channels (KC) – ATR-based**
```pinescript
atrValue = ta.atr(lengthKC)
upperKC = ma + atrValue * multKC
lowerKC = ma - atrValue * multKC
```
- Measures **true range volatility** (more adaptive than stdev)
### 3. **TTM Squeeze Condition**
```pinescript
squeezeOn = (lowerBB > lowerKC) and (upperBB < upperKC)
```
- **True** when **BB is completely inside KC** → **Low volatility = Consolidation**
- **False** → **Volatility expanding = Breakout phase**
---
### 4. **EMA Cloud (Trend Filter)**
```pinescript
fastEma = ta.ema(close, fastLength) // 8-period
slowEma = ta.ema(close, slowLength) // 21-period
```
- Fast EMA reacts quickly, Slow EMA is smoother
- **Trend = fastEma > slowEma → Bullish**, otherwise Bearish
---
### 5. **Cloud Coloring Logic**
| Condition | Cloud Color | Meaning |
|--------|------------|--------|
| `squeezeOn == true` | **Bright Green-Yellow** (`#00ff59`) | **Squeeze ON** → Consolidation |
| `squeezeOn == false` AND `fastEma > slowEma` | **Cyan** (`#00fff7`) | **Squeeze OFF + Bullish** |
| `squeezeOn == false` AND `fastEma < slowEma` | **Red** (`#ff0000`) | **Squeeze OFF + Bearish** |
> The **cloud fills the space between fast and slow EMA** with the appropriate color.
---
## PLOTS & VISUALS
| Element | Description |
|-------|-----------|
| `fill(p1, p2, color=cloudColor)` | **Main EMA Cloud** – colored by regime |
| `plot(fastEma)` | Thin **blue line** (Fast EMA) |
| `plot(slowEma)` | Thin **orange line** (Slow EMA) |
| `plotshape(squeezeOn)` | **Tiny yellow circles below bar** when Squeeze is ON |
> Clean, minimal overlay — no histogram or candles
---
## HOW TO READ THE INDICATOR
| Visual | Market State | Interpretation |
|-------|-------------|----------------|
| **Yellow-Green Cloud** + **Yellow Dots** | **Squeeze ON** | Price is consolidating. **Prepare for breakout** |
| **Cyan Cloud** | **Squeeze OFF + Uptrend** | **Bullish momentum building** → Potential long entry |
| **Red Cloud** | **Squeeze OFF + Downtrend** | **Bearish momentum building** → Potential short entry |
| **Cloud narrowing** | EMAs converging | Trend weakening or reversal possible |
| **Cloud widening** | EMAs diverging | Trend strengthening |
---
## TRADING STRATEGY (Example)
### **Long Setup**
1. Wait for **Yellow-Green Cloud + Yellow Dots** → Squeeze ON
2. Watch for **cloud to turn Cyan**
3. Enter **long** when:
- Price breaks above recent high
- Volume increases (optional)
4. **Stop Loss**: Below slow EMA or recent swing low
5. **Take Profit**: Next resistance or trailing stop
### **Short Setup**
1. Wait for **Yellow-Green Cloud**
2. Enter **short** when cloud turns **Red**
3. Confirm with price breaking lower
> **Best used as a regime filter** — combine with price action, support/resistance, or volume.
---
## KEY ADVANTAGES
| Feature | Benefit |
|-------|--------|
| **One-glance regime detection** | No need to interpret multiple indicators |
| **Cloud = Trend + Volatility** | Combines momentum and consolidation |
| **Clean visuals** | Doesn’t clutter the chart |
| **Adaptive to volatility** | KC uses ATR → better in trending markets |
| **Early breakout signal** | Squeeze OFF often precedes big moves |
---
## LIMITATIONS
| Issue | Note |
|------|------|
| **Lagging EMAs** | 8/21 are reactive, not predictive |
| **No momentum strength** | Unlike histogram versions, no intensity measure |
| **False breakouts** | Squeeze OFF doesn’t guarantee follow-through |
| **Repainting?** | No — all calculations are bar-close based |
| **No alerts built-in** | You’d need to add `alertcondition()` manually |
---
## BEST USE CASES
| Market | Timeframe | Pair With |
|-------|----------|----------|
| Stocks, Crypto, Forex | 1H, 4H, Daily | Volume, RSI, Support/Resistance |
| Swing Trading | Yes | Breakout strategies |
| Scalping | No | Too slow |
---
## COMPARISON TO OTHER TTM VERSIONS
| Feature | This Version | Typical TTM Squeeze |
|-------|-------------|-------------------|
| Visual Output | EMA Cloud | Histogram + Dots |
| Trend Filter | EMA Crossover | Momentum Oscillator |
| Colors | 3-state cloud | 4–5 candle colors |
| Clutter | Low | Medium–High |
| Focus | Regime + Trend | Momentum + Squeeze |
> This version is **cleaner and more trend-focused**.
---
## SUMMARY: What This Indicator Does
> **"TTM Squeeze EMA Cloud"** is a **visual market regime detector** that:
> 1. **Identifies low-volatility consolidation** (Squeeze ON → Yellow-Green cloud)
> 2. **Signals volatility expansion** (Squeeze OFF)
> 3. **Colors the EMA cloud** to show **bullish or bearish breakout direction**
> 4. **Overlays clean trend lines** (8 & 21 EMA) for context
---
**Perfect for traders who want a simple, colorful way to:**
- Spot **consolidations before breakouts**
- Confirm **trend direction** during volatility expansion
- Avoid trading **choppy, low-momentum ranges**
---
**Pro Tip**: Add this to your chart and **watch for cloud color changes** — they often precede **high-probability breakout trades**.
Daily 4H LevelsThis indicator will automatically demarcate the 4H openings for NQ1!. Please give me feedback if you find anything as its a work in progress.
HoneG_SARBB_3min v17BBとSARとADXなどをベースにした3分取引用サインツールver17です。
前バージョン(v12)よりもエントリー回数も増え、サインのタイミングも1~2本早くなってます。
1分チャートに適用してお使いください。
BB中バンドや、BB奥バンド近辺にて、反発を食らう事が有るので、
スクイーズ判定や中バンド接近スルー機能を持たせてますが、
スルー機能を活かしても防ぎきれないケースもあり、功罪両面あるので、
スルー機能のほとんどは、デフォルト設定offとしています。
スクイーズ中や反発が危ぶまれる時は2分以内に利確するなど工夫して使ってください。
This is version 17 of the 3-minute trading signal tool based on BB, SAR, ADX, and other indicators.
Compared to the previous version (v12), it generates more entry signals, and the timing of signals is 1-2 bars earlier.
Please apply it to a 1-minute chart for use.
Since reversals can occur near the middle or outer Bollinger Bands,
it includes squeeze detection and middle band approach bypass functions.
However, even with the bypass function, some cases cannot be entirely prevented, so it has both pros and cons.
Therefore, most bypass functions are disabled by default.
During squeezes or when reversals are suspected, please use it with caution, such as taking profits within 2 minutes.
Weekly Institutional Fib Pivots v1These Fibonacci levels act as institutional order zones, meaning price reacts more powerfully when it originates from them. Use them as a weekly roadmap to anticipate where price is likely to travel each day, including during overnight or automated trading sessions.
How to trade them:
• Take the previous weeks levels and use those levels to trade the current week.
• Enter and exit around the major fib levels
• Use the 50% midpoint between levels as your first take-profit or stop-loss zone
These levels provide structure, targets, and precision for both intraday and multi-session trading.
Strategy:
Place your order at one level, and exit before it reaches the next level or at the 50% area of the zone
Weekly Institutional Fib PivotsThese Fibonacci levels act as institutional order zones, meaning price reacts more powerfully when it originates from them. Use them as a weekly roadmap to anticipate where price is likely to travel each day, including during overnight or automated trading sessions.
How to trade them:
• Take the previous weeks levels and use those levels to trade the current week.
• Enter and exit around the major fib levels
• Use the 50% midpoint between levels as your first take-profit or stop-loss zone
These levels provide structure, targets, and precision for both intraday and multi-session trading.
Strategy:
Place your order at one level, and exit before it reaches the next level or at the 50% area of the zone
NEW PRICE ACTION ALGO (v2)Updated price action indicator for day trading QQQ,SPY & IWM on the 5-6min chart
CandelaCharts - Trend Concepts 📝 Overview
Trend Concepts is a comprehensive trend analysis toolkit that combines four powerful components to identify market direction, strength, and trading opportunities.
The indicator features Bias Magnet —an adaptive baseline that tracks trend direction with dynamic strength visualization and momentum polarity bars. Flux Trend uses ATR-based bands with gradient-filled zones to mark trend reversals and continuation exits. Surge Waves applies a two-pole filter to detect sustained momentum runs and highlight strong directional moves. Velocity Bands creates dynamic deviation-based support and resistance levels with re-entry and rejection signals for mean reversion and reversal setups.
Each component operates independently, allowing you to build a custom trend analysis system tailored to your trading style. The integrated dashboard provides real-time market context through trend consensus (majority vote from enabled components), ADX strength, volatility analysis, volume trends, and momentum indicators. Trading profiles automatically optimize all component parameters for Scalping, Intraday, Swing, or Investment strategies, while Custom mode gives you full manual control. Multiple color themes and comprehensive alert options make this a complete solution for trend-following traders across all timeframes.
📦 Features
This section highlights the core capabilities you'll rely on most.
Bias Magnet — Adaptive baseline that hugs price without whipsaws, using half-trend style logic. Calculates trend strength (0–100) from slope and momentum, displays dynamic line transparency based on intensity, and provides flip signals (▲/▼) when trend changes. Includes polarity bars (☰) that show MFI-based momentum direction with intensity-based transparency.
Flux Trend — ATR-based trend bands that flip between bullish and bearish regimes. Creates gradient-filled zones between main and secondary bands, marks trend flips with symbols (✦/❖) and connecting lines, and detects exit signals when price leaves the zone after touching it. Ideal for identifying trend reversals and continuation setups.
Surge Waves — Two-pole filter that smooths price action and detects sustained momentum runs. Tracks consecutive rising or falling bars, marks sustained runs (5+ bars) with shapes, and provides confirmation signals when runs begin. The filled tube envelope provides visual context for momentum direction and strength.
Velocity Bands — Dynamic deviation-based bands that adapt to market conditions. Uses outlier-filtered standard deviation to create +1/+2 and -1/-2 bands around a weighted moving average. Detects re-entry signals when price returns from extreme zones and rejection signals when price enters bands but fails to hold. Enhanced gradient fills highlight when price is outside bands.
Trading Profiles — Pre-configured settings that automatically adjust component parameters: Scalping (fast, responsive), Intraday (balanced), Swing (slower, stable), Investment (long-term focus), or Custom (manual control). Profiles optimize Flux Trend length, Surge Waves length, and Velocity Bands deviation period for your trading style.
Dashboard — Real-time market analysis panel showing ticker, timeframe, active profile, trend direction (majority vote from enabled components), ADX strength (0–100), volatility state (High/Normal/Low based on ATR), volume trend (Bullish/Bearish/Neutral), and momentum (RSI-based). Color-coded for quick visual assessment.
Color Themes — Choose from 8 preset themes (Default, Blue-Orange, Green-Orange, Teal-Fuchsia, Aqua-Purple, Black-Green, Black-Aqua, Black-White) or create a custom color scheme. Themes apply consistently across all components for a cohesive visual experience.
Alerts — Individual alert toggles for each component's key signals: Bias Magnet flips (bull/bear), Flux Trend flips (bull/bear), Surge Waves sustained runs (bull/bear), Velocity Bands re-entries (bull/bear), and Velocity Bands rejections (bull/bear). All alerts include the symbol and timeframe in the message.
⚙️ Settings
Use these controls to customize the indicator's appearance, behavior, and component parameters.
Theme — Select a color theme: Default, Blue-Orange, Green-Orange, Teal-Fuchsia, Aqua-Purple, Black-Green, Black-Aqua, Black-White, or Custom. When Custom is selected, use the three color inputs below.
Trading Profile — Select your trading style: Scalping (fast, 30/30/300), Intraday (balanced, 50/50/500), Swing (slower, 80/70/800), Investment (long-term, 100/100/1200), or Custom (use manual component inputs). Profiles automatically adjust Flux Trend length, Surge Waves length, and Velocity Bands deviation period.
Bias Magnet — Enable/disable the adaptive baseline component. Amplitude controls the sensitivity (default: 5, higher = more responsive). Polarity Bars toggles the MFI-based momentum indicators (☰) that appear above/below the baseline.
Flux Trend — Enable/disable the ATR-based trend bands. Length sets the SMA period for the baseline (default: 60, only used in Custom profile). Bands Distance controls the ATR multiplier for band width (default: 3.0, higher = wider bands).
Surge Waves — Enable/disable the two-pole filter component. Length sets the filter period (default: 50, only used in Custom profile). Tube Width controls the ATR multiplier for the filled envelope width (default: 0.14, higher = wider tube).
Velocity Bands — Enable/disable the deviation-based bands. Deviation Length sets the period for standard deviation calculation (default: 500, only used in Custom profile). Higher values create more stable but slower-adapting bands.
Dashboard — Toggle to show/hide the integrated market analysis panel in the middle-right of the chart.
⚡️ Showcase
Bias Magnet
Flux Trend
Surge Waves
Velocity Bands
Dashboard
📒 Usage
Follow these steps to effectively use Trend Concepts for trend analysis and trading decisions.
1) Select your trading profile — Choose the profile that matches your trading style: Scalping for fast intraday trades, Intraday for day trading, Swing for multi-day positions, or Investment for long-term holds. The profile automatically optimizes all component parameters. Use Custom only if you need specific manual settings.
2) Enable components strategically — Start with one or two components to avoid visual clutter. Enable the dashboard to see the overall trend consensus.
3) Interpret Bias Magnet — The adaptive baseline shows trend direction: below price = bullish (acts as support), above price = bearish (acts as resistance). Line transparency indicates trend strength (darker = stronger). Watch for ▲ (bullish flip) and ▼ (bearish flip) signals. Polarity bars (☰) show momentum direction: above baseline = bullish momentum, below = bearish momentum. Intensity of bars reflects momentum strength.
4) Use Flux Trend for reversals — The gradient-filled zones between bands act as support (bullish) or resistance (bearish). Trend flips are marked with ✦ (bull to bear) or ❖ (bear to bull) symbols. Exit signals (✦/❖ outside bands) indicate when price leaves the zone after touching it, suggesting continuation. Trade flips for reversals or exits for continuations.
5) Track Surge Waves momentum — The filled tube shows momentum direction (green = bullish, red = bearish). Sustained runs of 5+ consecutive bars in one direction are marked with shapes (square = rising, diamond = falling). Confirmation signals appear when runs begin. Use these to identify strong momentum moves and potential continuation setups.
6) Trade Velocity Bands extremes — Price beyond +2/-2 bands indicates extreme conditions. Re-entry signals (▼ from above, ▲ from below) suggest mean reversion opportunities. Rejection signals occur when price enters a band but fails to hold, indicating potential reversals. The enhanced gradient fills highlight when price is outside bands, drawing attention to extreme moves.
7) Use dashboard for context — The dashboard provides a quick market snapshot. Trend shows the majority vote from enabled components (useful when multiple components disagree). Strength (ADX) indicates trend quality: < 20 = weak, 20–40 = moderate, ≥ 40 = strong. Volatility, Volume, and Momentum help assess market conditions before entering trades.
8) Combine components for confirmation — When multiple components agree on trend direction, confidence increases. For example, if Bias Magnet flips bullish, Flux Trend is in bull mode, and Surge Waves shows rising momentum, you have strong confirmation. Divergences between components can signal potential reversals or weak trends.
9) Set up alerts strategically — Enable alerts for the components you actively trade. Bias Magnet and Flux Trend alerts catch trend changes early. Surge Waves alerts identify momentum shifts. Velocity Bands alerts catch mean reversion and rejection setups. Use alerts to monitor multiple charts without constant watching.
10) Adjust for your timeframe — Higher timeframes (daily, weekly) provide more reliable signals but fewer opportunities. Lower timeframes (15m, 1h) offer more signals but require faster decisions. Consider using a higher timeframe profile (e.g., Swing) on lower timeframes for more stable signals, or a lower timeframe profile (e.g., Scalping) on higher timeframes for more responsive signals.
🚨 Alerts
Trend Concepts provides comprehensive alert options for each component's key signals. Alerts fire once per bar close to avoid spam.
Bias Magnet Alerts
BM Bull — Triggers when Bias Magnet trend flips to bullish (baseline crosses above price and confirms).
BM Bear — Triggers when Bias Magnet trend flips to bearish (baseline crosses below price and confirms).
Flux Trend Alerts
FT Bull — Triggers when Flux Trend flips from bearish to bullish (price crosses above upper band).
FT Bear — Triggers when Flux Trend flips from bullish to bearish (price crosses below lower band).
Surge Waves Alerts
SW Bull — Triggers when Surge Waves detects a sustained rising run (5+ consecutive bars rising, confirmed on bar close).
SW Bear — Triggers when Surge Waves detects a sustained falling run (5+ consecutive bars falling, confirmed on bar close).
Velocity Bands Alerts
VB Re-entry Bull — Triggers when price re-enters Velocity Bands from below the lower -2 band (bullish mean reversion signal).
VB Re-entry Bear — Triggers when price re-enters Velocity Bands from above the upper +2 band (bearish mean reversion signal).
VB Rejection Bull — Triggers when price enters the lower band but rejects back above it (bullish reversal signal).
VB Rejection Bear — Triggers when price enters the upper band but rejects back below it (bearish reversal signal).
⚠️ Disclaimer
These tools are exclusively available on the TradingView platform.
Our charting tools are intended solely for informational and educational purposes and should not be regarded as financial, investment, or trading advice. They are not designed to predict market movements or offer specific recommendations. Users should be aware that past performance is not indicative of future results and should not rely on these tools for financial decisions. By using these charting tools, the purchaser agrees that the seller and creator hold no responsibility for any decisions made based on information provided by the tools. The purchaser assumes full responsibility and liability for any actions taken and their consequences, including potential financial losses or investment outcomes that may result from the use of these products.
By purchasing, the customer acknowledges and accepts that neither the seller nor the creator is liable for any undesired outcomes stemming from the development, sale, or use of these products. Additionally, the purchaser agrees to indemnify the seller from any liability. If invited through the Friends and Family Program, the purchaser understands that any provided discount code applies only to the initial purchase of Candela's subscription. The purchaser is responsible for canceling or requesting cancellation of their subscription if they choose not to continue at the full retail price. In the event the purchaser no longer wishes to use the products, they must unsubscribe from the membership service, if applicable.
We do not offer reimbursements, refunds, or chargebacks. Once these Terms are accepted at the time of purchase, no reimbursements, refunds, or chargebacks will be issued under any circumstances.
By continuing to use these charting tools, the user confirms their understanding and acceptance of these Terms as outlined in this disclaimer.
TrenVantage TRADER - Market Structure Intelligence 📘 TrenVantage TRADER – Market Structure Intelligence
Hello Traders!
We are excited to introduce TrenVantage TRADER! This indicator is a professional-grade market structure tool designed for active traders and analysts who require deeper insight and more precise control. It combines advanced pivot-based level detection, a dynamic ZigZag engine, multi-timeframe trend awareness, and Fibonacci integration into a clear and actionable visual layout. The TRADER edition offers enhanced logic that highlights multiple key levels (up to 8) with strength ratings, making it ideal for traders who need full market context without oversimplification. Whether you are day-trading, swing-trading, or managing multiple assets, TrenVantage TRADER empowers you to understand price structure, identify confluence zones, and monitor directional bias in real time.
✨ Key Features
🔹 Smart Support & Resistance (Max 8 Levels – TRADER Version)
- Auto-detected levels using precision candle-body logic
- Prioritizes the strongest zones with strength ratings
- Includes tested vs. untested levels for professional analysis
- Ideal for reaction-based trading and advanced setups
🔹 Advanced Pivot Engine
- Timeframe-aware, body-focused pivot detection
- Dynamic lookback for professional-level accuracy
- Filters weak pivots to reduce chart clutter
🔹 Dynamic Trend Detection (ZigZag Core)
- Real-time uptrend / downtrend state with swing-based mapping
- Adjustable deviation and sensitivity for professional precision
- Tracks higher highs, higher lows, lower highs, lower lows
🔹 Multi-Timeframe Trend Integration
- Detects trends across multiple higher timeframes
- Displays trend confluence scores for actionable insight
- Helps identify alignment with larger market bias
🔹 Status Box Dashboard
- Displays current trend, price, price change, and SMA & EMA trend position
- Nearest S/R with distance and strength information
- Multi-timeframe trend direction and confluence
- Market position summary (above, below, or between levels)
- Active S/R count and proximity detection status
🔹Dual SMA & EMA Overlay
- Fully adjustable period and visual style
- Acts as a directional filter and confluence tool
- Integrated into status box for instant comparison
- Crossover signals printed
🔹 Proximity & Trend Alerts
- Alerts when price approaches key S/R within defined distance
- Alerts on trend changes (Uptrend / Downtrend)
- Level break alerts for advanced breakout and reversal strategies
- Once-per-bar logic to avoid excessive notifications
🔹 Fibonacci Levels Overlay
- Auto-detects recent swing high/low for retracements and extensions
- Retracements: 23.6%, 38.2%, 50%, 61.8%
- Extensions: 127.2%, 161.8%
- Labels percentage levels directly on chart
- Works alongside S/R for confluence-based analysis
🔍 In-Depth Feature Breakdown
1. Smart Support & Resistance Levels
TrenVantage TRADER uses a refined pivot-based engine combined with candle-body logic to detect the strongest support and resistance zones. Unlike simpler tools, it can maintain up to 8 key levels with visual strength ratings.
How It Works
- Prioritizes zones with multiple touches and tested/untested status
- Tracks both current timeframe and higher timeframe context
- Highlights levels with color-coded clarity:
- Green = Support
- Red = Resistance
How It Helps Traders
- Provides comprehensive market structure overview
- Helps identify strong confluence zones for trading setups
- Reduces guesswork and supports data-driven decisions
2. Advanced Pivot Engine
Professional-grade pivot detection ensures only significant pivots are plotted, improving the reliability of support/resistance levels.
How It Works
- Dynamically adapts lookback periods based on volatility
- Focuses on candle bodies for more robust zone detection
- Filters out weak or irrelevant pivots
How It Helps Traders
- Clean, reliable chart with actionable levels
- Supports both breakout and reaction strategies
- Works across scalping, day, and swing-trading approaches
3. Dynamic Trend Detection (ZigZag Core)
Tracks real structural swings for professional trend analysis, avoiding guesswork or noise.
How It Works
- Detects higher highs/lows and lower highs/lows
- Adjustable deviation filtering for precision
- Smoothly updates trend direction without excessive repainting
How It Helps Traders
- Quickly identifies trend shifts and continuation setups
- Aligns positions with market structure for higher probability trades
- Reduces false signals by focusing on meaningful swings
4. Multi-Timeframe Trend Integration
Professional traders need to see trend alignment across multiple timeframes.
How It Works
- Detects trend direction on 2–3 higher timeframes
- Displays MTF confluence in status box
- Provides a clear bias score for informed decision-making
How It Helps Traders
- Confirms entries and exits with higher timeframe alignment
- Improves risk management with multi-level awareness
- Supports advanced strategy building
5 . Status Box Dashboard
A compact information hub displaying essential market data in real time.
What It Shows
- Trend direction & momentum bias
- SMA position & influence
- Nearest support & resistance levels
- Distance and strength of each level
- Multi-timeframe trend confluence
- Market position summary
- Active S/R count and proximity alerts
How It Helps Traders
- Reduces need to constantly scan the chart
- Improves situational awareness and trade timing
- Supports multi-asset monitoring with clarity
6. Dual SMA & EMA Overlay
Adds professional-grade trend filters with both SMA and EMA, giving traders more clarity and confluence without chart clutter.
How It Works
- Plots two adjustable moving averages: one SMA and one EMA
- SMA serves as a directional trend filter, EMA highlights momentum shifts
- Both moving averages can be integrated into the status box for instant comparison
- Optional cross signals indicate potential trend reversals or acceleration
How It Helps Traders
- Confirms trend alignment across both smooth (SMA) and reactive (EMA) perspectives
- Detects momentum shifts early to support entries, exits, and trade management
- Adds confluence when combined with support/resistance levels and multi-timeframe trends
- Provides a clear visual guide for swing, day, and position trading
7. Proximity & Trend Alerts
Professional-grade alerts ensure traders never miss actionable events.
How It Works
- Alerts when price approaches key levels within set distance
- Alerts on trend change or level break
- Configured once-per-bar for clarity
How It Helps Traders
- Supports breakout, reaction, and reversal strategies
- Reduces chart monitoring time
- Ensures key market shifts are noticed immediately
8. Fibonacci Levels Overlay
TrenVantage TRADER integrates dynamic Fibonacci retracements and extensions directly into your chart, giving you an advanced tool to anticipate potential reversal, continuation, and breakout zones.
How It Works
- Automatically detects the most recent significant swing high and swing low
- Draws retracement levels: 23.6%, 38.2%, 50%, 61.8%
- Draws extension levels: 127.2%, 161.8%
- Retracements follow the direction of the last swing; extensions project potential breakout targets
- Optional labels show the percentage level directly on the chart for clarity
- Fully adjustable opacity and visibility settings for clean visual representation
How It Helps Traders
- Highlights areas where price is likely to react or stall
- Supports both trend-following and counter-trend strategies
- Works in conjunction with support/resistance levels for confluence-based decision-making
- Adds an objective, mathematically-based reference for target setting and trade management
🚀 Getting Started (Quick Guide)
🔹Add the Indicator to Your Chart
- Works instantly on any timeframe or market
🔹Adjust the Settings
- Configure S/R levels, SMA, MTF trend, and alerts
🔹Watch Key Levels
- Red = Key Resistance Levels, Green = Key Support Levels
🔹Level Types
- By default, Tested Levels = Dotted, Untested Levels = Solid
🔹Monitor Status Box
- Check trend, SMA position, nearest levels, and market context
🔹Set Alerts
- Enable proximity, trend change, and level break notifications
📈 Best Practices for TrenVantage TRADER
🔹 Trend Confirmation:
- Combine ZigZag trend state, SMA, and MTF trend alignment.
🔹 Level Reactions:
- Observe price at the nearest support/resistance zones; proximity alerts help anticipate reactions.
🔹 Market Positioning:
-Use status box to quickly assess whether price is above, below, or between levels.
🔹 Confluence Building:
- Combine multiple levels, SMA, and MTF alignment for higher probability setups.
🔹 Professional Clarity:
- Up to 8 key levels are shown with strength ratings, balancing insight and chart readability.
📌 Disclaimer
This indicator is a technical analysis tool provided for informational and educational purposes only. It does not constitute financial advice, trading advice, or investment recommendations. All trading involves risk, and past performance does not guarantee future results. Always perform your own analysis and use proper risk management. You are solely responsible for any decisions made based on this tool.
If you'd like access or have any questions, feel free to reach out to me directly via DM.





















