MTF Trend Dashboard LITE (Daily & 4H)Overview
The MTF Trend Dashboard LITE by G.C provides instant directional clarity between the Daily and 4-Hour timeframes using refined EMA (9 / 21) logic.
It’s built for traders who want simple, accurate trend confirmation without switching between multiple charts.
Why It Matters
One of the biggest causes of trading errors is timeframe conflict — seeing a bullish setup on one chart and a bearish signal on another.
This tool solves that problem by showing both the Daily and 4H structure side-by-side, using objective EMA-based logic.
When both agree, bias is strong. When they conflict, it’s a signal to wait.
Core Features
• Two-timeframe dashboard ( Daily + 4H )
• Non-repainting EMA (9 / 21) logic
• Color-coded states ( Bullish / Bearish / Neutral )
• Lightweight and easy to read
• Adjustable panel position: Top Right / Top Left / Bottom Right / Bottom Left
How to Use
Add the indicator to any chart.
Wait for both timeframes to align before entering trades.
Mixed signals often indicate sideways or transitional markets.
Combine with your existing trading strategy for confirmation.
Trend Condition Glossary
▲ STRONG BULLISH – EMA(9) well above EMA(21) and both sloping upward. Strong upward momentum with price above both EMAs.
BULLISH – EMA(9) above EMA(21) but weaker slope or price confirmation. Moderate uptrend or early recovery.
NEUTRAL – EMAs crossing or flat. Market lacks structure — consolidation or indecision.
▼ BEARISH – EMA(9) below EMA(21) with limited slope. Mild correction or early reversal.
▼ STRONG BEARISH – EMA(9) below EMA(21), both sloping down, price below both. Strong downtrend, clear seller control.
Who It’s For
Traders who want a clean, no-noise confirmation tool to simplify directional bias decisions in swing and intraday setups.
Disclaimer
This indicator is for analytical and educational purposes only. Always trade with discipline, patience, and sound risk management.
Multitimeframe
Multi-Timeframe MA - TCMasterThis indicator displays up to four moving averages from different timeframes on a single chart.
It’s designed for traders who want to track higher-timeframe trends while analyzing price action on lower timeframes — a key technique in multi-timeframe confluence trading.
You can freely customize the type, length, timeframe, and color for each moving average line.
⚙️ Features
4 configurable Moving Averages (each with its own type, length, and timeframe).
Supported types:
SMA, EMA, WMA, RMA, HMA, VWMA, DEMA, TEMA.
Real-time values are fetched from higher timeframes using request.security() (no repaint).
Individual visibility toggle and line width for each MA.
Dynamic info label shows current distance between price and each MA.
Built with Pine Script v6, ensuring optimal performance and flexibility.
📊 Typical Use Cases
Identify trend direction across multiple timeframes.
Confirm entries/exits using higher timeframe trend alignment.
Spot potential reversal or continuation zones when short-term price interacts with long-term MAs.
Build confluence setups for swing, scalp, or intraday strategies.
🧠 Example Setup
MA Type Length Timeframe Purpose
MA #1 SMA 200 1m Micro trend
MA #2 EMA 200 5m Short-term trend
MA #3 EMA 200 15m Medium trend
MA #4 SMA 200 30m Macro trend
🔔 Tips
Combine with oscillators (e.g., RSI, Stoch, MACD) for stronger confluence.
Use color coding to distinguish short vs long timeframe trends.
Consider adding alerts when price crosses any MA (can be extended easily in code).
⚠️ Notes
All higher-timeframe data is handled safely using lookahead=barmerge.lookahead_off to prevent repainting.
Label updates only on the latest bar for efficiency.
VWMA, DEMA, TEMA, and HMA are computed via internal formulas for compatibility with Pine Script v6.
🏁 Summary
Multi-Timeframe MA is a powerful tool for traders who want to merge the clarity of moving averages with the precision of multi-timeframe analysis.
It helps you see the bigger picture without switching charts — perfect for intraday, swing, and trend-following strategies.
Multi-Timeframe MA - TCMaster🧩 Overview
This indicator displays up to four moving averages from different timeframes on a single chart.
It’s designed for traders who want to track higher-timeframe trends while analyzing price action on lower timeframes — a key technique in multi-timeframe confluence trading.
You can freely customize the type, length, timeframe, and color for each moving average line.
⚙️ Features
4 configurable Moving Averages (each with its own type, length, and timeframe).
Supported types:
SMA, EMA, WMA, RMA, HMA, VWMA, DEMA, TEMA.
Real-time values are fetched from higher timeframes using request.security() (no repaint).
Individual visibility toggle and line width for each MA.
Dynamic info label shows current distance between price and each MA.
Built with Pine Script v6, ensuring optimal performance and flexibility.
📊 Typical Use Cases
Identify trend direction across multiple timeframes.
Confirm entries/exits using higher timeframe trend alignment.
Spot potential reversal or continuation zones when short-term price interacts with long-term MAs.
Build confluence setups for swing, scalp, or intraday strategies.
🧠 Example Setup
MA Type Length Timeframe Purpose
MA #1 SMA 200 1m Micro trend
MA #2 EMA 200 5m Short-term trend
MA #3 EMA 200 15m Medium trend
MA #4 SMA 200 30m Macro trend
🔔 Tips
Combine with oscillators (e.g., RSI, Stoch, MACD) for stronger confluence.
Use color coding to distinguish short vs long timeframe trends.
Consider adding alerts when price crosses any MA (can be extended easily in code).
⚠️ Notes
All higher-timeframe data is handled safely using lookahead=barmerge.lookahead_off to prevent repainting.
Label updates only on the latest bar for efficiency.
VWMA, DEMA, TEMA, and HMA are computed via internal formulas for compatibility with Pine Script v6.
🏁 Summary
Multi-Timeframe MA is a powerful tool for traders who want to merge the clarity of moving averages with the precision of multi-timeframe analysis.
It helps you see the bigger picture without switching charts — perfect for intraday, swing, and trend-following strategies.
Mitigation Blocks — Lite (ICT) + Stats + Entry75Mitigation Blocks — Lite (ICT) + Stats + Entry75
What it does
This indicator finds recent Mitigation Blocks (ICT-style) and draws a single active bullish and bearish block on the chart.
It also plots the 75% entry level for each active block and shows a compact performance HUD (“Отработано / Worked”) so you can quickly judge how well blocks have been reacting on the current symbol and timeframe.
Logic (brief)
Structure impulse
A new block is created when price breaks the last swing (pivot-based) with an optional ATR body filter.
After an upswing break → search the most recent bearish candle within a lookback window → its body defines the bullish block (top/bottom = max/min of that candle’s open/close).
After a downswing break → search the most recent bullish candle → defines the bearish block.
Touch & mitigation
First time price touches a block, the block is marked mitigated (border becomes dashed).
Entry line for that block is removed (no history clutter to the left).
75% entry levels
Long (bullish block): entry = top − 0.75 × (top − bottom) (deeper inside from the top).
Short (bearish block): entry = bottom + 0.75 × (top − bottom) (deeper inside from the bottom).
Lines are drawn only to the right (history on the left is hidden).
Stats (HUD)
The HUD shows Worked% per side: percentage of first touches that reached a simple target in the check window.
Current version uses a conservative proxy: success if, within the next bars, price moved away from the block by at least ~1×ATR (internally calculated) without first invalidating the block’s opposite boundary.
Values are accumulated while the script runs on the loaded chart range.
Inputs
Structure
Swing length (pivot) — pivot size to detect last swing.
Require minimum impulse / Min body × ATR / ATR length — filter for strong displacement bars.
Search last opposite candle (bars back) — lookback to find the candle that defines the block.
Style
Fill & border colors for bullish/bearish blocks.
Mitigated border color (dashed on first touch).
Entry 75% lines
Show 75% entry lines (on/off)
Colors and line width.
Autoscale
Optional hidden anchor plots for better autoscaling.
On-chart elements
Active bullish/bearish block (rectangle, extended right).
Dashed border once the block is mitigated (first touch).
75% entry line for each non-mitigated block (drawn only to the right; removed on mitigation).
HUD (top-right):
LONG | Worked: XX.X% |
SHORT | Worked: XX.X% |
If there is no active (non-mitigated) block on a side, the entry cell shows “ожидаем” (“waiting”).
How to read it
Trade from block to block: use the 75% line as a reference entry inside the zone; stops are commonly placed beyond the opposite side of the block.
Worked% helps compare symbols/timeframes: higher with a decent sample typically means more reliable reactions.
The indicator shows only the latest valid block per side to keep the chart clean.
Notes & tips
This is a discretionary tool intended to support ICT-style execution; it is not a strategy and does not place trades.
Try different timeframes. Many users prefer M5–H1 for entries and H4–D1 for context.
You can turn off entry lines if you only want the zones.
Because stats are computed on the visible history while the script runs, switching symbols/TFs will reset the counters.
Inputs (defaults)
Pivot length: 5
ATR length: 14
Min body × ATR: 1.0 (enable/disable filter)
Opposite candle lookback: 5
Entry 75% lines: ON
MACD-V+ (ATR Normalized MACD)MACD-V+ is an ATR-normalized MACD tool that focuses on true turning points inside Overbought/Oversold zones. It marks a signal only when the MACD’s slope changes direction and shows real progress back toward the zero line, with an optional dwell (depth & time) filter so you don’t get faked out by shallow pokes into a zone. Clean visuals, “first-in-zone” gating, and configurable labeling make it practical for discretionary and systematic traders alike.
For best results, adjust Overbought and Oversold levels based on stock volatility. The default settings of 150 and -150 are for highly volatile tickers. Reduce for less volatile tickers.
Please help me improve the code for everyone.
Professional Multi-Coin Breakout Scanner [Blofin Perpetuals]Professional Multi-Coin Breakout Scanner
The **Professional Multi-Coin Breakout Scanner ** is a sophisticated technical analysis tool designed to monitor multiple cryptocurrency perpetual contracts simultaneously on the Blofin exchange. It identifies high-probability breakout opportunities using a confluence-based approach that combines multiple proven technical indicators.
This scanner employs a **multi-indicator confluence system** that generates trading signals only when multiple technical conditions align. This approach significantly reduces false signals and increases the probability of successful trades. The scanner operates on **hourly timeframes (H1)**, 15 mins, 4hour & Daily. I personally experience 1 hour and 4hour timeframe with good results, providing a balance between signal frequency and reliability.
#### Why It's Effective:
- **Institutional Activity**: High volume often indicates institutional participation
- **Breakout Validation**: Real breakouts typically have volume support
- **Liquidity Confirmation**: Ensures sufficient market interest in the move
### Signal Strength Levels:
1. **NEUTRAL** (Default State)
- Insufficient confluence of indicators
- Mixed or conflicting signals
- Market in consolidation
2. **BUY/SELL** (Normal Signal)
- Minimum 2 indicators confirming direction
- Clear directional bias
- Moderate confidence level
3. **STRONG BUY/SELL** (High Conviction)
- 3 or more indicators aligned
- Strong momentum confirmation
- High probability setup
### Signal Strength Levels:
1. **NEUTRAL** (Default State)
- Insufficient confluence of indicators
- Mixed or conflicting signals
- Market in consolidation
2. **BUY/SELL** (Normal Signal)
- Minimum 2 indicators confirming direction
- Clear directional bias
- Moderate confidence level
3. **STRONG BUY/SELL** (High Conviction)
- 3 or more indicators aligned
- Strong momentum confirmation
- High probability setup
---
## 📋 Display Components
### 1. **Scanner Table**
- **Real-time Overview**: Shows all monitored perpetual contracts
- **Price & Change**: Current price and percentage change
- **Signal Status**: LONG/SHORT/NEUTRAL positions
- **Indicator Status**: Individual indicator confirmations (↑/↓/•)
- **Score**: Numerical representation of signal strength
### 2. **On-Chart Labels**
- Appears when viewing a scanned symbol
- Shows signal type and strength
- Displays confluence score (e.g., "3/4")
- Positioned above/below price for visibility
### 3. **Market Overview Panel**
- **Active Contracts**: Number of monitored symbols
- **Market Bias**: Overall bullish/bearish sentiment
- **Signal Distribution**: Count of long vs short signals
- **Strong Signals**: Number of high-conviction setups
### 4. **Visual Elements**
- **Moving Averages**: 20 and 50-period MAs for trend context
- **Background Tinting**: Subtle green/red based on market sentiment
- **Color Coding**:
- Green: Bullish/Long signals
- Red: Bearish/Short signals
- Orange: Strong signals
- Gray: Neutral state
---
## 🎯 Trading Application
### Entry Strategy:
1. **Wait for Signal**: Monitor table for BUY/SELL signals
2. **Confirm Strength**: Prioritize STRONG signals (3+ indicators)
3. **Check Volume**: Ensure volume spike confirmation
4. **Verify Trend**: Use MA lines for trend context
5. **Execute Trade**: Enter position in signal direction
### Risk Management:
- **Stop Loss**: Use ATR value for volatility-adjusted stops
- **Position Sizing**: Stronger signals (higher scores) = larger positions
- **Multiple Timeframes**: Confirm H1 signals with H4/D1 trends
- **Correlation**: Monitor overall market bias from scanner
### Best Practices:
1. **Focus on Strong Signals**: Higher confluence = higher probability
2. **Trade with Trend**: Use MAs to confirm overall direction
3. **Volume Confirmation**: Prioritize signals with volume spikes
4. **Market Context**: Consider overall scanner bias (bullish/bearish)
5. **Risk Control**: Never risk more than 1-2% per trade
This scanner combines four powerful technical indicators into a unified system that identifies high-probability breakout opportunities across multiple perpetual contracts. By requiring confluence between indicators, it significantly reduces false signals while capturing strong trending moves. The visual presentation and alert system enable traders to monitor multiple markets efficiently and act quickly on opportunities.
**Key Advantages:**
- Multi-indicator validation reduces false signals
- Automatic scanning saves time and captures opportunities
- Professional visualization aids quick decision-making
- Adaptable parameters suit different trading styles
- Proven technical analysis principles ensure reliability
The scanner is particularly effective for:
- Swing traders seeking hourly breakouts
- Day traders monitoring multiple contracts
- Systematic traders requiring objective signals
- Risk-conscious traders preferring confluence confirmation
ADR% / CDR% Range Analyzer - PajameinThe "ADR%/CDR% Range Analyzer" is a versatile TradingView indicator designed for traders who want to monitor and compare the "Average Daily Range (ADR%)" and "Current Daily Range (CDR%)" in real-time. ADR% represents the average percentage range (high-low relative to low) over a user-defined number of daily bars, helping you gauge a stock's typical volatility. CDR% shows the current session's range as a percentage, either intraday (customizable from start to end price) or full daily, allowing you to assess how the current bar's movement stacks up against historical norms.
Key features include:
- "Visual Comparison": Displays both values as clean labels on the chart with customizable positions (separate or combined).
- "Dynamic Background Coloring": CDR% label background changes color based on its relation to ADR%—light green for low volatility (< low threshold), light blue for neutral (between thresholds), and light red for high volatility (> high threshold). This helps quickly spot expansion or contraction in daily moves.
- "Flexibility": Works on any timeframe, with options for intraday customization and anti-clipping adjustments for multi-pane layouts.
This indicator is ideal for day traders, swing traders, or anyone tracking volatility breakouts, range-bound setups, or risk management based on expected daily moves.
Input Settings Guide
Here's a breakdown of each setting and how it enhances your trading workflow:
- "Show ADR%" (Boolean, default: true)
Toggle to display/hide the ADR% label. Use this to declutter your chart when focusing solely on current range.
- "Show CDR%" (Boolean, default: true)
Toggle to display/hide the CDR% label. Ideal for charts where you only need historical average or current metrics.
- "ADR% Length" (Integer, default: 20, min: 1)
Number of daily bars for averaging the range percentage. Shorter lengths (e.g., 10) for recent volatility; longer (e.g., 50) for broader trends.
- "CDR%: Start" (Source, default: low)
Starting price for intraday CDR% (e.g., open, previous close). Customize for specific range measurements like gap fills.
- "CDR%: End" (Source, default: high)
Ending price for intraday CDR% (e.g., low, close). Pair with Start for targeted ranges, like open-to-low for downside capture.
- "Intraday Display" (String dropdown: "Intraday CDR%", "Daily CDR%", default: "Daily CDR%")
Switch between real-time intraday calculation (dynamic updates) or fixed daily value (stable, non-repainting).
- "Low Threshold %" (Float, default: 40.0, range: 0-100)
Percentage of ADR% below which CDR% gets the low (green) background. Lower it (e.g., 30%) for stricter low-volatility alerts.
- "High Threshold %" (Float, default: 60.0, range: 0-100)
Percentage of ADR% above which CDR% gets the high (red) background. Raise it (e.g., 70%) to highlight only extreme expansions.
- "ADR% Text Color" (Color picker, default: black)
Foreground color for ADR% text. Choose contrasting colors for dark/light themes.
- "CDR% Text Color" (Color picker, default: black)
Foreground color for CDR% text. Ensures readability over dynamic backgrounds.
- "Low CDR% Background (below low threshold)" (Color picker, default: light green with 70% transparency)
Background for subdued ranges. Adjust opacity for subtlety.
- "Mid CDR% Background (between thresholds)" (Color picker, default: light blue with 70% transparency)
Neutral background for typical moves.
- "High CDR% Background (above high threshold)" (Color picker, default: light red with 70% transparency)
Alert-style background for breakouts.
- "Cell Height %" (Integer, default: 8, range: 1-20)
Vertical padding for labels as a percentage of chart height. Increase (e.g., 12) in multi-pane layouts to prevent text clipping; decrease for compact views.
- "ADR% Position" (String dropdown: Top/Bottom/Middle Left/Right/Center, default: Bottom Right)
Placement of ADR% label. Use separate positions for side-by-side comparison.
- "CDR% Position" (String dropdown: Top/Bottom/Middle Left/Right/Center, default: Bottom Right)
Placement of CDR% label. Matching positions auto-stacks them vertically.
- "Text Size" (String dropdown: Tiny/Small/Normal/Large, default: Normal)
Font size for labels. "Small" for dense charts; "Normal" for clarity.
Usage Tips
- "Volatility Trading": Set thresholds to 50%/80% for spotting range expansions during news events.
- "Multi-Timeframe": Apply on 5-min charts with daily ADR for intraday targets (e.g., aim for 80% of ADR).
- "Customization": For forex/crypto, tweak Start/End to session opens. Test in replay mode to verify non-repainting.
- "Limitations": Intraday mode updates live but may not repaint until bar close; daily mode is fixed.
PO3 Price action with target levels *Overview
The PO3 Price Action V2 is a sophisticated multi-timeframe trading indicator that combines advanced price action analysis with Fibonacci retracement levels, trend detection, and comprehensive risk management features. this tool provides clear visual signals and structured trading setups.
*Possible trend change arrow signals:
The indicator identifies valid candlesticks (those with a body larger than 55% of the total candlestick range) and Candlesticks with significant tails (long wicks)
Possible uptrend is identified by a blue arrow below the candle that close above bearish valid (strong) candle while possible downtrend is identified by a red arrow above the candle that close below bullish valid (strong) candle
(onedrive.live.com)] (onedrive.live.com)
*Trend detection line and dynamic stop loss
The use of ATR (default: 1.5) in this indicator provides a dynamic and volatility-adjusted method for determining trend direction and setting stop loss levels. This approach helps in following trends while managing risk according to market conditions.
(onedrive.live.com)] (onedrive.live.com)
* Entry Confirmation and Targets detection by Fibonacci levels :
After trend detection by the ATR line , Fibonacci Levels: Six key levels (0%, 61.8%, 100%, 127%, 161.8%, 227%) with dynamic coloring are automatically drawn based on the swing high before buy signal and subsequent swing low
• 61.8% level acts as confirmation - trade only active when breached (turns blue and thick when price closes above it)
• Four profit targets for partial taking: Gold Lines: Key Target levels (127%, 161.8%) - become green when touched and Higher extensions (227%) for extended trends
(onedrive.live.com)] (onedrive.live.com)
(onedrive.live.com)] (onedrive.live.com)
Bright target table is an active trade
Non-bright target table (Grayed Out) is last completed trade (non-active)
(onedrive.live.com)] (onedrive.live.com)
(onedrive.live.com)] (onedrive.live.com)
*Multi-time frame table
(onedrive.live.com)] (onedrive.live.com)
Best Buy Entry Conditions:
1- The higher time frame in MTF table is Positive
2- Start of uptrend (ATR) line and SL label
3- Change of fibo 0.618 level into thick blue line
Example of buy entry condition in day timeframe trading
(onedrive.live.com)] (onedrive.live.com)
Volume detection by candle colors;
(onedrive.live.com (onedrive.live.com
3-Candle Reversal Alert [Vicky Atiya]This code alert when CSS appears enabling the trader to wait for an A+ setup looking on the chart about 20 second each alert meaning by looking at the chart about 15 min a day you can find all setups a day
MTF Traffic Lights (EMA 9 & 20 + MACD) — realtimeMTF Traffic Lights (4H / 1H / 15m / 5m / 3m / 1m)
What it does
This indicator paints a compact “traffic-light” panel in the top-right of your chart showing the trend state on six timeframes: 4H, 1H, 15m, 5m, 3m, 1m.
For each timeframe it evaluates:
EMA Trend: EMA(9) vs EMA(20)
(Optional) Momentum Check: MACD histogram (≥0 or ≤0)
Color logic
Green = EMA(9) > EMA(20) (and MACD hist ≥ 0 if enabled)
Red = EMA(9) < EMA(20) (and MACD hist ≤ 0 if enabled)
Yellow = Mixed / disagreement between EMA and MACD (or EMAs roughly equal)
Realtime behavior
The 1-minute row uses live chart calculations so it can flip intra-bar as price evolves.
Higher timeframes (3m/5m/15m/1H/4H) are computed on confirmed closes (no lookahead), so they update only when their candle closes—preventing repaint on those rows.
Why it’s useful
Top-down alignment at a glance: Quickly see if your entry timeframe (1m/3m) is flowing with the “big current” (15m/1H/4H).
Noise filter: Avoid counter-trend traps by waiting for green-on-green (or red-on-red) alignment before pulling the trigger.
Momentum confirmation: Enabling the MACD check requires trend and momentum to agree (fewer but higher-quality signals).
Trade management: Use shifts to yellow as an early heads-up that momentum is diverging from the EMA trend—tighten stops, scale down, or wait for re-alignment.
How it works (under the hood)
EMAs: Fast = 9, Slow = 20 (fully adjustable).
MACD: (12, 26, 9) by default; we use the histogram to judge momentum sign.
Security calls: All higher-TF rows use request.security(..., lookahead_off) to avoid repainting; the 1m row uses the live chart stream for responsiveness.
Suggested ways to use it
Entry filter: Only take 1m setups when minimum 3 timeframes align ( example 1m + 3m +15min are green; mirror for shorts in red.)
Regime detection: Treat 4H/1H as the regime "bigger current"; if they’re both red, favor short setups even if lower TFs flicker green.
Momentum mode: Turn Use MACD ON for stricter confirmation; OFF for a pure EMA view that’s more responsive.
Inputs
EMA Fast / Slow (default 9 / 20)
Use MACD for color (on/off)
MACD Fast / Slow / Signal (default 12 / 26 / 9)
Notes & best practices
No alerts included: This is a visual dashboard. Pair it with your entry/exit indicator or strategy for alerts and execution.
Repainting: HTF rows do not repaint (confirmed closes). The 1m row updates intra-bar by design; if you prefer it to wait for close, switch it to a confirmed calculation in code.
Markets: Works on futures, stocks, FX, and crypto—any symbol supported by TradingView.
Bottom line: MTF Traffic Lights gives you a fast, reliable read on trend + momentum alignment across key timeframes so you can trade with the flow, reduce noise, and time entries with greater confidence.
Fair Value Gap / iVFG / Imbalance / MTF SuiteDescription
This indicator detects Fair Value Gaps (FVGs) and Imbalances across up to 10 user-selected timeframes and manages them with precise retest handling and clean visualization options.
What’s unique
3-candle FVG detection per timeframe (no lookahead).
Retest handling: on the first touch the touched edge snaps to the retest wick and the zone recolors (fresh → retested).
Right-side projection limits to avoid endless extensions.
Deterministic multi-TF overlay: HTF zones are computed independently (lookahead off) and drawn in a stable, priority-based order.
iFVG / parked zones: optionally convert a filled gap into an iFVG (parked/blue) instead of deleting/greying it.
Optional Imbalance Add-on (3-candle), with split halves + 50% midline.
How it works (technical)
FVG logic (3 candles):
Bullish when low > high (gap up); Bearish when high < low (gap down).
The created box spans the untraded range of candle B and starts at time .
Retest behavior:
On the first wick-touch, the nearest boundary adapts to the wick extreme. If enabled, the box recolors to a “retested” palette.
Projection:
Boxes extend to the right; optional bar limit constrains length.
Display limits:
FIFO pruning per direction keeps only the newest N boxes; iFVG/grey pools can share or use separate limits.
Imbalance Add-on (optional):
Classic 3-candle imbalance; draws upper/lower halves and an optional 50% midline.
No lookahead / confirmation:
Calculations run with barmerge.lookahead_off; detection finalizes on bar close (repaint-free on close).
How to use
Treat fresh gaps as potential reaction zones or confluence with liquidity / structure.
Use retested gaps for continuation or rejection logic.
Limit right-projection and visible count to keep charts readable on lower TFs.
Combine with your own execution rules (entries, stops, partials).
Key settings
General: adjust/recolor on retest, right-side limit (bars).
Display Limits: max visible per direction; separate iFVG cap if desired.
Visuals: filled vs. outline, transparency, TF labels (auto or custom), label alignment.
Theme: presets (Pegasus Classic, Icefire, Solarized, Heatmap, Pastel, Monochrome) or Custom colors.
Timeframes: enable up to 10 TF slots (e.g., M1/M5/M15/H1/H4/D1…).
Add-on — Imbalance: enable/disable, midline on/off, filled/outline, colors.
Alerts
New Bullish FVG
New Bearish FVG
Add-on: New Bullish Imbalance
Add-on: New Bearish Imbalance
Notes & limitations
FVG detection is confirmed on bar close; intrabar retest recolor can occur as price interacts.
Historical rendering depends on chart history & session settings.
Many TFs + large box counts can be heavy; use projection limits and display caps for performance.
This tool does not generate trade signals; it visualizes inefficiencies for discretionary or rules-based workflows.
Disclaimer
For educational and informational purposes only. Not financial advice.
Access / Support: Invite-only. For access or assistance, please DM.
High Time Frame (HTF) Swing PointsIdentify and display swing highs and lows across multiple higher timeframes on a chart, overlaying horizontal lines and customizable labels at these swing points.
Timeframes
Five user-defined higher timeframes (default settings: 5-minute, 15-minute, 1-hour, 4-hour, and daily)
Manually show/hide individual timeframes
When chart’s timeframe is set higher than one of the five configured, the indicator will automatically hide it. This helps to prevent clutter when navigating between timeframes on the chart
Swing Levels
Configure the line color, opacity, width and weather it’s solid/dotted/dashed
Once swing levels are identified, the indicator will look for the chart candle where the line starts
When price crosses the swing level, the line will be terminated
Tags
Customize the tag text for each individual timeframe, using blank if a tag is not desired for that timeframe
A tag text color can be set for all tags or base it on the line color
Set tag text size based on: Auto, Tiny, Small, Normal, Large
Choose how far to the right of the line the tag text should appear, as an integer representing the size of a candle
Choose to clear the tag or leave it in place after price crosses a swing level
Use Cases
Visualize key swing points from higher timeframes to identify potential reversal or breakout zones
Identify possible low resistance liquidity run (LRLR) areas
Use swing points for stop placement or as targets or draws on liquidity
Volume Pivot ZoneOverview
This indicator automatically draws boxes on your chart to show important price levels based on high trading volume.
What It Does:
Finds High Volume Spots: It detects bars where the trading volume hits a peak (a "pivot").
Draws Zones: It draws a box around the high and low of that high-volume bar and extends it to the right.
Shows Different Timeframes: You can see zones from your current chart's timeframe (CTF) and a higher timeframe (HTF) at the same time. HTF zones are usually more significant.
Manages Old Zones: Once the price touches or breaks through a zone, the indicator can automatically hide or remove it, keeping your chart clean.
Settings:
Higher Timeframe Section
- CTF Show / HTF Show: Turn the zones for the current (CTF) or higher (HTF) timeframe on or off.
- 1Min:, 5Min:, etc.: Set which higher timeframe to use for your current chart. For example, you can tell it to show 1-hour zones on your 5-minute chart.
Volume Pivot Zone Section
- Show High: Draws zones based on volume peaks. (Most common)
- Show Low: Draws zones based on volume valleys.
- Lookback Length: How many bars to the left and right to check for a volume peak. A higher number finds only the most significant peaks.
- Invalidation Condition: When to consider a zone "used up." For example, Touch means the zone is invalidated as soon as the price touches it.
- Action: What to do with an invalidated zone. Remove deletes it, while Hide just makes it disappear.
- Color Settings: Customize the colors of the zones to your liking.
Multi-Timeframe MACD with Color Mix (Nikko)Multi-Timeframe MACD with Color Mix (Nikko) Indicator
This documentation explains the benefits of the "Multi-Timeframe MACD with Color Mix (Nikko)" indicator for traders and provides easy-to-follow steps on how to use it. Written as of 05:06 AM +07 on Saturday, October 04, 2025, this guide focuses on helping you, as a trader, get the most out of this tool with clear, practical advice before diving into the technical details.
Benefits for Traders
1. Multi-Timeframe Insight
This indicator lets you see momentum trends across 15-minute, 1-hour, 1-day, and 1-week timeframes all on one chart. This big-picture view helps you catch both quick market moves and long-term trends without flipping between charts, saving you time and giving you a fuller understanding of the market.
2. Visual Momentum Representation
The background changes from red to green based on short-term (15m) momentum, giving you a quick, easy-to-see signal—red means bearish (prices might drop), and green means bullish (prices might rise). The histogram uses a mix of red, green, and blue colors to show the combined strength of the 1-hour, 1-day, and 1-week timeframes, helping you spot strong trends at a glance (e.g., a bright mix for strong momentum, darker for weaker).
3. Enhanced Decision-Making
The background and histogram colors work together to confirm trends across different timeframes, making it less likely you’ll act on a false signal. This helps you feel more confident when deciding when to buy, sell, or hold.
4. Proactive Alert System
You can set alerts to notify you when the percentage of bullish timeframes hits your chosen levels (e.g., below 10% for bearish, above 90% for bullish). This keeps you in the loop on big momentum shifts without needing to watch the chart all day—perfect for when you’re busy.
5. Flexibility and Efficiency
You can turn timeframes on or off, adjust settings like speed of the moving averages, and tweak transparency to fit your trading style—whether you’re a fast scalper or a patient swing trader. Everything is shown on one chart, saving you effort, and the colors make it simple to read, even if you’re new to trading.
How to Use It
Getting Started
Add the Indicator: Load the "Multi-Timeframe MACD with Color Mix (Nikko)" onto your TradingView chart using the Pine Script editor or indicator library.
Pick Your Timeframes: Turn on the timeframes that match your trading—use 15m and 1h for quick trades, or 1d and 1w for longer holds—using the enable_15m, enable_1h, enable_1d, enable_1w, and enable_background options.
Reading the Colors
Background Gradient: Watch for red to signal bearish 15m momentum and green for bullish momentum. Adjust the Background_transparency (default 75%, or 25% opacity) if the chart feels too busy—try lowering it to 50 for clearer candlesticks in fast markets.
Histogram and EMA Colors:
The histogram and its Exponential Moving Average (EMA) line show a mix of red (1-week), green (1-day), and blue (1-hour) based on how strong the momentum is in each timeframe.
Brighter colors mean stronger momentum—white (all bright) shows all timeframes are pushing up hard, while darker shades (like gray or black) mean weaker or mixed momentum.
Turn off a timeframe (e.g., enable_1h = false) to see how it changes the color mix and focus on what matters to you.
Setting Alerts
Set Your Levels: Choose a threshold_low (default 10%) and threshold_high (default 90%) based on your comfort zone or past market patterns to catch big turns.
Get Notifications: Use TradingView alerts to get pings when the market hits your set levels, so you can act without staring at the screen.
Practical Tips
Pair with Other Tools: Use it with support/resistance lines or the RSI to double-check your moves and build a solid plan.
Tweak Settings: Adjust fast_length, slow_length, and signal_smoothing to match your asset’s speed, and bump up the lookback (default 50) for steadier trends in wild markets.
Practice First: Test different timeframe combos on a demo account to find what works best for you.
Understanding the Colors (Simple Explanation)
How Colors Work
The histogram and its EMA line use a color mix based on a simple idea from color theory, like mixing paints with red, green, and blue (RGB):
Red comes from the 1-week timeframe, green from 1-day, and blue from 1-hour.
When all three timeframes show strong upward momentum, they blend into bright white—the brightest color, like a super-bright light telling you the market’s roaring up.
If some timeframes are weak or pulling down, the mix gets darker (like gray or black), warning you the momentum might not be solid.
Brighter is Better
Bright Colors = Strong Opportunity: The brighter the histogram and EMA (closer to white), the more all your chosen timeframes are in agreement that prices are rising. This is your signal to think about buying or holding, as it points to a powerful trend you can ride.
Dark Colors = Caution: A darker mix (toward black) means some timeframes are lagging or bearish, suggesting you might wait or consider selling. It’s like a dim light saying, “Hold on, check again.”
Benefit in Practice: Watching the brightness helps you jump on the best trades fast. For example, a bright white histogram on a green background is like a green traffic light—go for it! A dark gray on red is like a red light—pause and rethink. This quick color check can save you from bad moves and boost your profits when the trend is strong.
Why It Helps
These colors are your fast friend in trading. A bright histogram means all your timeframes are cheering for an uptrend, giving you the confidence to act. A dull one tells you to be careful, helping you avoid traps. It’s like having a color-coded guide to pick the hottest market moments!
Technical Details
Input Parameters
Fast Length (default: 12): Short-term moving average speed.
Slow Length (default: 26): Long-term moving average speed.
Source (default: close): Price data used.
Signal Smoothing (default: 9): Smooths the signal line.
MA Type (default: EMA): Choose EMA or SMA.
Timeframe and Scaling
Timeframes: 15m, 1h, 1d, 1w, with on/off switches.
Lookback Period (default: 50): Sets the data window for trends.
Background Transparency (default: 75%): Controls background see-through level.
MACD Calculation
Per Timeframe: Uses request.security():
MACD Line: ta.ema(src, fast_length) - ta.ema(src, slow_length).
Signal Line: ta.ema(MACD, signal_length).
Histogram: (macd - signal) / 3.0.
Background Gradient
15m Normalization: norm_value = (hist_15m - hist_15m_min) / max(hist_15m_range, 1e-10), limited to 0-1.
RGB Mix: Red drops from 255 to 0, green rises from 0 to 255, blue stays 0.
Apply: color.new(color.rgb(r_val, g_val, b_val), Background_transparency).
Histogram and EMA Colors
Color Assignment:
1h: Blue (#0000FF) if hist_1h >= 0, else black.
1d: Green (#00FF00) if hist_1d >= 0, else black.
1w: Red (#FF0000) if hist_1w >= 0, else black.
Final Color: final_color = color.rgb(min(r, 255), min(g, 255), min(b, 255)).
Plotting: Histogram and EMA use final_color; MACD (#2962FF), signal (#FF6D00).
Alerts
Bullish Percentage: bullish_pct = (bullish_count / bullish_total) * 100, counting hist >= 0.
Triggers: Below threshold_low or above threshold_high.
--------------------------------------------------------------------
Conclusion
The "Multi-Timeframe MACD with Color Mix (Nikko)" is your all-in-one tool to spot trends, confirm moves, and trade smarter with its bright, easy-to-read colors. By using it wisely, you can sharpen your market edge and trade with more confidence.
This README is tailored for traders and reflects the indicator's practical value as of 05:06 AM +07 on October 04, 2025.
Intraday Key OpensIntraday Key Opens plots the key session and cycle opening prices: 90-minute cycles opens, New York open, Asia open, and 9:30 US market open. Each line is labeled, color-coded, and can be toggled on/off independently. Designed for intraday traders to quickly identify important price levels and session pivots.
Aazam Jani Golden This indicator is designed to provide high-probability BUY/SELL signals only during strong trending market conditions.
It combines multiple confirmations from various indicators and Trend Strength filters to ignore sideways (choppy) markets.
New Candle Alert with Time WindowJust needed a way to specify a time window on a timeframe and get alerts for each new candle
Smart Money Concepts [varshitAlgo]🚀 Smart Money Concept (SMC) – Varshit Algo Indicator
The Varshit Algo Indicator is built for traders who want to trade like institutions and understand the true market structure behind the charts. It combines multiple Smart Money Concepts into one powerful tool to help identify high-probability trade setups.
🔹 Key Features:
Automatically detects Order Blocks, Break of Structure (BOS), and Market Structure Shifts (MSS)
Highlights Fair Value Gaps (FVG) for precise entry points
Identifies liquidity zones and reversal areas where market makers trap retail traders
Multi-timeframe confirmation for stronger signals
Clean, user-friendly, and professional visual design
🔹 Best For:
Scalping, intraday, and swing trading
Traders who want to apply institutional trading concepts
Beginners to learn SMC + Advanced traders to execute strategies with confidence
⚠️ Disclaimer: This indicator is for educational and analytical purposes only. It is not financial advice. Always trade with proper risk management.
MACDV MTF V3.0 - ImprovedHow the Overall Signal Works:
1. Individual Indicator Scoring (per timeframe)
Each indicator is scored from -1 (bearish) to +1 (bullish):
MA Momentum: 30% (was 35%)
ADX/DI: 23% (was 25%) - improved logic
MACDV: 20% (was 25%)
RSI: 12% (was 15%)
Bollinger Bands: 10% (NEW)
Volume: 5% (NEW)
2. Multi-Timeframe Aggregation
Each timeframe gets a different weight:
Lower timeframes (1m, 3m, 5m): 2-4% weight
Mid timeframes (15m-1H): 6-10% weight
Higher timeframes (2H-4H, Daily): 12-14% weight
Very high (Weekly, Monthly): 10% weight
Higher timeframes carry more weight because they represent stronger, more reliable trends.
3. Signal Output
Score Range: -1.0 (extreme bearish) to +1.0 (extreme bullish)
Signal Labels:
STRONG BUY (>0.4)
BUY (>0.2)
WEAK BUY (>0.05)
NEUTRAL (-0.05 to 0.05)
WEAK SELL (<-0.05)
SELL (<-0.2)
STRONG SELL (<-0.4)
Confidence %: Shows how strong the signal is
4. Visual Display
Table Row: Shows the overall signal prominently at the bottom
Chart Plot: Signal score plotted with reference lines for each zone
Color Coded: Green for bullish, red for bearish, gray for neutral
Signal Logic Philosophy:
The system is designed to be conservative - it requires agreement across multiple timeframes and indicators before giving strong signals. This reduces false signals but may mean fewer total signals.
The weighting favors:
Long-term trend (MA momentum - 35%)
Trend strength (ADX/DI - 25%)
Short-term momentum (MACDV - 25%)
Momentum confirmation (RSI - 15%)
You can adjust the weights in the scoreIndicator() function to match your trading style!
ADX Values:
70+: "Very Strong Trend"
50-70: "Strong Trend"
40-50: "Trending"
25-40: "Emerging Trend"
20-25: "Weak Trend"
<20: "No Trend/Ranging"
ADX/DI Relationship (now correctly shows):
"Strong Uptrend" - DI+ dominates above ADX
"Strong Downtrend" - DI- dominates above ADX
"Weak Uptrend/Downtrend" - Direction clear but weak
"Choppy Trend" - Both DI lines above ADX (indecision)
"Ranging Market" - ADX below 25
Added Bollinger Bands 📊
What it shows:
Position of price within the bands (0-100%)
Identifies overbought/oversold extremes
Helps spot potential reversals
Status Labels:
Ext. Overbought (>95%)
Overbought (>80%)
Upper/Mid/Lower Range
Oversold (<20%)
Ext. Oversold (<5%)
How it helps:
When price is at extremes (>95% or <5%), expect mean reversion
Complements RSI for better entry/exit timing
10% weight in overall signal
Added Volume Analysis 📈
What it shows:
Current volume vs 20-period average
Confirms or questions the strength of moves
Status Labels:
Very High (>2.0x average)
High (>1.5x)
Above/Below Average
Low (<0.5x)
How it helps:
High volume + bullish indicators = strong confidence
Low volume + signals = weak/questionable moves
5% weight in overall signal (confirmation role)
How to Use the Enhanced Indicator
Reading the Overall Signal:
Check the bottom row - Shows: Signal | Score | Confidence%
Look at higher timeframes first (Daily, 4H, 1H) - they carry more weight
Confirm with volume - Strong signals need volume confirmation
Check BB position - Avoid buying at extremes unless oversold bounce
Best Signal Combinations:
Strong Buy Setup:
Overall Signal: BUY or STRONG BUY
Multiple timeframes: Phase I or II momentum
ADX: Emerging or Strong Trend (>25)
ADX/DI: Strong Uptrend
Volume: Above Average or High
BB: Oversold or Lower Range
MACDV: Rallying or Rebounding
Strong Sell Setup:
Overall Signal: SELL or STRONG SELL
Multiple timeframes: Phase III, IV, or V
ADX: Strong Trend with DI- dominant
Volume: High (confirming the move down)
BB: Overbought or Upper Range
MACDV: Retracing or Reversing
Neutral/Wait:
Mixed timeframe signals
Low volume across timeframes
ADX: Ranging Market
BB: Mid Range
MACDV: Ranging
⚠️ Important Trading Notes:
No indicator is perfect - Use this with price action, support/resistance, and risk management
Higher timeframes matter more - A Daily bearish signal overrides a 5min bullish signal
Volume confirms everything - Low volume signals are suspect
BB extremes can persist - Overbought can become more overbought in strong trends
Always use stop losses - Even "STRONG BUY" signals can fail
The indicator is now significantly more robust with better ADX interpretation, volume confirmation, and mean reversion detection via Bollinger Bands!
MFx Radar (Money Flow x-Radar)Description:
MFx Radar is a precision-built multi-timeframe analysis tool designed to identify high-probability trend shifts and accumulation/distribution events using a combination of WaveTrend dynamics, normalized money flow, RSI, BBWP, and OBV-based trend biasing.
Multi-Timeframe Trend Scanner
Analyze trend direction across 5 customizable timeframes using WaveTrend logic to produce a clear trend consensus.
Smart Money Flow Detection
Adaptive hybrid money flow combines CMF and MFI, normalized across lookback periods, to pinpoint shifts in accumulation or distribution with high sensitivity.
Event-Based Labels & Alerts
Minimalist "Accum" and "Distr" text labels appear at key inflection points, based on hybrid flow flips — designed to highlight smart money moves without clutter.
Trigger & Pattern Recognition
Built-in logic detects anchor points, trigger confirmations, and rare "Snake Eye" formations directly on WaveTrend, enhancing trade timing accuracy.
Visual Dashboard Table
A real-time table provides score-based insight into signal quality, trend direction, and volume behavior, giving you a full picture at a glance.
MFx Radar helps streamline discretionary and system-based trading decisions by surfacing key confluences across price, volume, and momentum all while staying out of your way visually.
How to Use MFx Radar
MFx Radar is a multi-timeframe market intelligence tool designed to help you spot trend direction, momentum shifts, volume strength, and high-probability trade setups using confluence across price, flow, and timeframes.
Where to find settings To see the full visual setup:
After adding the script, open the Settings gear. Go to the Inputs tab and enable:
Show Trigger Diamonds
Show WT Cross Circles
Show Anchor/Trigger/Snake Eye Labels
Show Table
Show OBV Divergence
Show Multi-TF Confluence
Show Signal Score
Then, go to the Style tab to adjust colors and fills for the wave plots and hybrid money flow. (Use published chart as a reference.)
What the Waves and Colors Mean
Blue WaveTrend (WT1 / WT2). These are the main momentum waves.
WT1 > WT2 = bullish momentum
WT1 < WT2 = bearish momentum
Above zero = bullish bias
Below zero = bearish bias
When WT1 crosses above WT2, it often marks the beginning of a move — these are shown as green trigger diamonds.
VWAP-MACD Line
The yellow fill helps spot volume-based momentum.
Rising = trend acceleration
Use together with BBWP (bollinger band width percentile) and hybrid money flow for confirmation.
Hybrid Money Flow
Combines CMF and MFI, normalized and smoothed.
Green = accumulation
Red = distribution
Transitions are key — especially when price moves up, but money flow stays red (a divergence warning).
This is useful for spotting fakeouts or confirming smart money shifts.
Orange Vertical Highlights
Shows when price is rising, but money flow is still red.
Often a sign of hidden distribution or "exit pump" behavior.
Table Dashboard (Bottom-Right)
BBWP (Volatility Pulse)
When BBWP is low (<20), it signals consolidation — a breakout is likely to follow.
Use this with ADX and WaveTrend position to anticipate directional breakouts.
Trend by ADX
Shows whether the market is trending and in which direction.
Combined with money flow and RSI, this gives strong confirmation on breakouts.
OBV HTF Bias
Gives higher timeframe pressure (bullish/bearish/neutral).
Helps avoid taking counter-trend trades.
Pattern Labels (WT-Based)
A = Anchor Wave — WT hitting oversold
T = Trigger Wave — WT turning back up after anchor
👀 = Snake Eyes — Rare pattern, usually signaling strong reversal potential
These help in timing entries, especially when they align with other signals like BBWP breakouts, confluence, or smart money flow flips.
Multi-Timeframe (MTF) Consensus
The system checks WaveTrend on 5 different timeframes and gives:
Color-coded signals on each TF
A final score: “Mostly Up,” “Mostly Down,” or “Mixed”
When MTFs align with wave crosses, BBWP expansion, and hybrid money flow shifts, the probability of sustained move is higher.
Divergence Spotting (Advanced Tip)
Watch for:Price rising while money flow is red → Possible trap / early exit
Price dropping while money flow is green → Early accumulation
Combine this with anchor-trigger patterns and MTF trend support for spotting bottoms or tops early.
Final Tips
Use WT trigger crosses as initial signal. Confirm with money flow direction + color flip
Look at BBWP for breakout timing. Use table as your decision dashboard
Favor trades that align with MTF consensus
JLine RZ+|SuperFundedJLINE with Resistance Zone+ — Quick Guide
What it is
This indicator generalizes the classic “JLINE” concept by letting you choose the MA type (SMA / EMA / WMA) and by converting mixed-order phases—when the fast/mid/slow MAs temporarily overlap—into forward-projected horizontal zones. It also shows a status label (current timeframe) and an optional higher-timeframe (HTF) status so you can align entries with broader trend context.
Why this is not a simple mashup
・Structure first: Instead of merely plotting MAs, the script detects mixed-order windows and tracks the max/min envelope formed by the 3 MAs during the overlap, then freezes and extends that range to the right as tradable zones (dynamic S/R derived from regime transitions).
・Context layering: You get a clear “Bullish/Bearish Perfect Order vs Mixed Zone” state, a color-coded MA band, and forward zones that persist beyond the regime change. This provides a workflow (identify structure → watch reactions at projected zones → confirm with status).
・Top-down alignment: The HTF status overlay makes it easy to avoid counter-trend trades or, if you prefer, time mean-reversion only when the current timeframe’s mixed zones line up with HTF conditions.
How it works (concise)
1. Compute fast/mid/slow MAs using your selected type (SMA/EMA/WMA).
2. Define states: Bullish Perfect Order (fast > mid > slow), Bearish Perfect Order (fast < mid < slow), or Mixed Zone (neither).
3. While Mixed, maintain an envelope using the highest/lowest of the three MAs. When the regime exits Mixed, save that envelope as a horizontal box and extend it into the future (older boxes auto-delete to keep the chart clean).
4. Paint an MA band between fast & slow with state-aware shading.
5. Show a corner label with the current state; optionally add the HTF state via request.security.
Parameters (UI mapping)
1. Moving Average Settings
・MA Type: SMA / EMA / WMA.
・Fast/Middle/Slow Period: Default 20/100/200, editable.
・Paint MA Band: Toggle the band fill between fast and slow MA.
2. Resistance Zone Settings
・Show Resistance Zone: Draw horizontal zones from mixed-order windows and extend to the right.
・Max Number of Zones: Cap the count; oldest zones are removed automatically.
・Zone Color: Set zone color/opacity.
3. Status Display Settings
・Show Status Label: On-chart label showing the current state.
・Label Position: Top/Bottom × Left/Right.
4. Multi-Timeframe Settings
・Show Higher Timeframe Status: Display the HTF state in the label.
・Higher Timeframe: Select the HTF (empty = disabled).
Practical usage
・Plan around zones: Treat zones as potential support/resistance derived from regime transitions. Observe how price reacts when it revisits/enters a zone.
・Align with trend: Prefer entries with the PO state (e.g., longs in Bullish PO) and use HTF status to filter. Mean-reversion is still possible, but require clear reaction (wick rejections, engulfings) at a zone.
・Manage clutter: If charts get busy, increase timeframe or lower “Max Number of Zones.”
・Risk first: SL beyond the opposite side of the zone; TPs can target adjacent zones or fixed R-multiples.
Notes & limitations
・Zones reflect MA-structure (mixed) envelopes, not price consolidations per se; they are structural guides, not guarantees.
・HTF readouts rely on request.security and your chosen timeframe; data quality and timing follow TradingView constraints.
Disclaimer
This tool suggests potential reaction areas; it cannot ensure outcomes. Volatility, news and liquidity conditions may invalidate any setup. Use appropriate position sizing and only risk capital you can afford to lose.
SuperFunded invite-only
To obtain access, please contact me via TradingView DM or the link in my profile.
JLINE with Resistance Zone (Advanced) — クイックガイド(日本語)
概要
本インジは、任意のMAタイプ(SMA / EMA / WMA)で高速・中速・低速の3本を描画し、順序が混在する期間(Mixed)で形成された3MAの最大値/最小値の包絡を水平ゾーンとして将来に延長して表示します。さらに、現在の状態ラベルと、任意で上位時間足(HTF)の状態も重ねて表示できます。
新規性(単なる寄せ集めではない点)
・構造を先に特定:MAを出すだけでなく、混在期間を検出→その間の3MA包絡を凍結して水平帯に変換→右に延長。レジーム転換由来のS/Rを作ります。
・文脈レイヤー:Bullish/BearishのパーフェクトオーダーとMixedを明示、MAバンドと将来に残るゾーンで、構造→反応→確認の手順が取りやすい構成。
・トップダウン整合:HTF状態をラベルに併記して、逆行を避けたり、逆張りでも根拠を強めたりできます。
使い方のヒント
ゾーン中心で計画:ゾーンはレジーム転換に基づく潜在的S/R。再訪時のローソク足の反応(ピンバー、包み足など)を確認してからエントリー。
トレンド整合:可能ならPO方向に合わせる。逆張りは明確な反応が条件。
視認性:時間軸を上げるか Max Number of Zones を下げて整理。
リスク管理:損切りは帯の反対側、利確は隣接ゾーンやR倍数で。
免責
ゾーンは反発を保証しません。ニュース・流動性の急変で機能しない場合があります。資金管理の徹底と自己責任でのご利用をお願いします。
SuperFunded招待専用スクリプト
このスクリプトはSuperFundedの参加者専用です。
NON REPAINT SYSTEM V2.0NON REPAINT SYSTEM V2.0 is our completely redesigned premium trading system that delivers genuine non-repaint signals with institutional-grade accuracy. After months of development and testing, we've created the most reliable trading indicator that never repaints, never disappears, and never changes once a signal appears.
Auto Market Bias Dashboard |TG|Overview
The Auto Market Bias Dashboard is a Pine Script v5 indicator developed on the TradingView platform. This tool automatically calculates and visualizes the market bias for the selected asset (crypto, forex, or futures). By analyzing the market structure across different timeframes (Weekly, Daily, 4-Hour, 1-Hour), it identifies bullish, bearish, or neutral trends. Its main purpose is to provide traders with a quick summary to simplify the decision-making process. The indicator is optimized particularly for 1-hour and higher timeframes and issues warnings on lower timeframes.
How It Works?
The indicator uses a scoring system based on 7 fundamental questions for each timeframe. Each question evaluates market dynamics and assigns a score of +1 (bullish), -1 (bearish), or 0 (neutral):
Is the Trend in an Upward Direction? – The closing price is checked against the 20-period SMA.
Has the Previous Candle's High Been Breached? – For breakout analysis, the close is evaluated against the previous candle's high/low.
Was Respect Paid to PDA? (FVG/Sweep) – Market structure alignment is sought through Fair Value Gap (FVG) detection (calculated specifically for each TF).
Is Volume Increasing in the Direction of Price? – Volume is compared to its 20-period SMA and the candle direction (TF-specific).
Does the Correlated Asset Show the Same Bias? – Trend alignment is checked with the selected correlated asset (e.g., ES1!, MNQ1!, MES1!); neutral conditions are supported.
Market Structure – Reversal signals are sought through pivot high/low detection (high: bearish, low: bullish).
Has Volatility Increased? – ATR (14 periods) and its SMA (20 periods) are combined with the candle direction (TF-specific).
The total bias for each timeframe is calculated (/7). The overall bias combines the weekly score with double weighting ((Weekly × 2) + Daily + 4H + 1H = /28). Results:
Positive (>0): Bullish (Green) – Buying opportunity.
Negative (<0): Bearish (Red) – Selling opportunity.
Zero: Neutral (Silver) – Indecisive.