PSP by EleventradesPSP INDICATOR:
this is a free indicator i built that plots psp (precision swing point) on the chart in correlation with the related assets.
i’ve adjusted every setting and fixed every bug myself.
Candlestick analysis
High Breakout Strategy SmartMoney// --- 1. INPUTS & CONFIGURATION ---
// Breakout
breakout_lookback = input.int(52, title="Breakout Lookback Period", minval=1)
// Trend & Trailing Stop Filter
ema_length = input.int(15, title="Stop EMA Length", minval=1)
// Risk Management
risk_percent = input.float(6.0, title="Risk Stop-Loss (%)", minval=0.1)
MINH PHUOC KINH Btrendline , polynomial , ma , fear zone , indicator('MINH PHUOC KINH B', shorttitle='MINH PHUOC KINH B', max_lines_count=500, max_labels_count=500, max_bars_back=5000, overlay=true)
CVD Candles + Divergence (Pane) [NIRALA]This indicator provides a powerful way to analyze market dynamics by visualizing Cumulative Volume Delta (CVD) as candlesticks and automatically detecting divergences between price and order flow. It is designed to help traders spot potential trend exhaustion and reversals that may not be apparent from price action alone.
Key Concepts
Cumulative Volume Delta (CVD): CVD is a running total of the difference between buying and selling volume from market orders. A rising CVD indicates aggressive buying, while a falling CVD indicates aggressive selling. Unlike price, which can be influenced by passive limit orders, CVD shows the raw intent of aggressive market participants.
Divergence: A divergence occurs when price and CVD move in opposite directions. This signals a potential conflict between price action and the underlying order flow, often preceding a reversal.
Bearish Divergence: Price makes a new high, but CVD fails to make a new high (or makes a lower high). This suggests buying aggression is weakening despite the higher price, and a reversal to the downside may be imminent.
Bullish Divergence: Price makes a new low, but CVD fails to make a new low (or makes a higher low). This suggests selling pressure is drying up, and a reversal to the upside may be coming.
Features
CVD as Candlesticks: Plots CVD in a familiar OHLC candlestick format in a separate pane, providing a more intuitive view of order flow momentum and volatility compared to a simple line.
Automatic Divergence Detection: The script automatically identifies classic bullish and bearish divergences between price pivots and CVD pivots, drawing lines on both the main price chart and the indicator pane to clearly highlight them.
Multi-Timeframe Analysis: Calculates CVD from a user-defined lower timeframe, offering a more granular and precise view of the order flow that builds up a single candle on your chart.
Customizable Pivot Lookbacks: Allows you to adjust the sensitivity of the pivot detection for finding both short-term and long-term divergences.
Alerts: Includes built-in alerts that can notify you when a new bullish or bearish divergence is confirmed.
How to Use
Look for High-Probability Setups: This indicator is most powerful when its signals appear at key areas of support or resistance. A divergence at a major price level is a much stronger signal than one in the middle of a range.
Confirm with Price Action: Do not trade on a divergence signal alone. Wait for a confirmation candle (e.g., a bearish engulfing candle after a bearish divergence, or a bullish hammer after a bullish divergence) before considering an entry.
Combine with Your Strategy: Use this indicator as a confirmation tool to enhance your existing trading strategy. For example, if your primary strategy gives a sell signal and this indicator simultaneously prints a bearish divergence, it significantly increases the probability of the trade.
This tool is designed for discretionary traders looking to add a layer of order flow analysis to their decision-making process.
HTF Open Cross — Multi-Symbol Scanner V2The HTF Open Cross — Multi-Symbol Smart Scanner is a professional-grade dashboard that continuously monitors up to 20 instruments for lower-timeframe (LTF) price crosses relative to their higher-timeframe (HTF) open.
Each detected signal represents a momentum confirmation — when a lower timeframe candle closes beyond the HTF open by a configurable Z-threshold in pips, in alignment with the previous HTF candle bias (bullish or bearish).
🔍 Key Features
📊 Multi-Instrument Scan: Evaluate up to 20 tickers simultaneously, with independent LTF/HTF pairings.
⏰ Active Signal Tracking: Displays only signals fired within a user-defined expiry window (e.g., last 10 minutes).
🧭 Session-Aware Filtering: Signals are valid only during active market sessions (customizable).
🧮 Auto Pip Detection: Automatically detects appropriate pip scaling for FX and JPY pairs.
🧱 Zebra Table Bands: Alternating row colors for visual clarity.
🔄 Smart Sorting: Arrange the dashboard by LONGs first, expiry soonest, or expiry latest.
⏳ Countdown Timer: Each signal shows remaining time until expiry for fast decision-making.
🎯 Real-Time Bias View: See at a glance which markets are currently biased LONG or SHORT relative to their HTF opens.
⚙️ How It Works
The script calls request.security() to fetch HTF and LTF data for each symbol.
It detects cross conditions:
LONG = previous HTF bullish + LTF close ≥ HTF open + threshold
SHORT = previous HTF bearish + LTF close ≤ HTF open − threshold
Each signal is timestamped, age-filtered, and stored in sortable arrays.
The table dashboard refreshes dynamically to show only active signals, color-coded and ranked.
🧭 Use Cases
Identify when momentum aligns across multiple instruments.
Spot early bias shifts between sessions.
Create alerts for systematic scalping or bias confirmation models.
Multi-Resolution RSI with Machine LearningMulti-Resolution RSI
Developed by imaclone.x.
Last Updated: August 21st 2025
A single indicator that fuses my ML-RSI.ai pipeline with a classic multi-timeframe RSI. One script, dual-resolution oscillators if desired, plus a machine-learning similarity engine and modular signal-processing layers.
What it does
* Primary RSI augmented with KNN similarity engine (K, lookback, weighting). Feature embeddings include RSI magnitude, RSI momentum, volatility surface, regression slope, and price momentum vectors.
* Adaptive smoothing stack: Kalman filter recursion, Double EMA cascades, or ALMA convolution.
* Multi-resolution control for the primary oscillator timeframe.
* Optional *second* RSI projected from any timeframe for hierarchical confluence.
* Advanced visuals: upper/lower thresholds, midline, background regime highlighting, crossovers, and B/S event labels.
* Color architectures: None, Trend-Following (50-line bifurcation), or Impulse (band-breach). Optional bar tinting for full-chart context.
Inputs (groups)
* Timeframe Settings: primary + secondary RSI TF/lengths.
* Levels & Visuals: thresholds, highlights, cross events, B/S markers.
* RSI Base: smoothing toggle, MA class, ALMA sigma.
* KNN Machine Learning: enable, K neighbors, historical window, feature dimensionality, ML weighting.
* Advanced Filtering: method + intensity.
* Coloring: None, Trend-Following, Impulse.
Signals
* B flag when ML-RSI crosses upward through the lower threshold.
* S flag when ML-RSI crosses downward through the upper threshold.
* Secondary RSI = higher-timeframe confirmation, not standalone trigger.
Usage notes
* Raise ML weight + feature dimensionality for deeper similarity recognition; lower them for classic oscillator behavior.
* Kalman recursion delivers adaptive, low-lag smoothing; Double EMA and ALMA yield stronger dampening.
* Typical config: intraday primary RSI + higher-TF secondary RSI for regime anchoring.
Changelog
* v6 merge: Unified CM-style MTF RSI framework with my KNN-enhanced kernel and filter stack. One composite indicator replaces multiple scripts.
Credits
* MTF band logic inspired by earlier open-source frameworks.
* ML kernel and implementation by imaclone.x.
Disclaimer
For research and algorithmic experimentation only. No signals guaranteed.
And please kindly, for the love of God, DYOFR.
NFTs vs SOL - Momentum Divergence DetectionNFTs vs SOL – Momentum Divergence Detection:
See when NFT activity (proxy volumes) leads or lags SOL momentum.
This is an indicator that I designed to compare Solana’s price momentum with aggregated NFT market activity. It converts both into standardized z-scores for direct comparison, then measures their divergence. The resulting signal highlights when NFT trading activity begins to move ahead of, or behind, SOL price action.
Core Function:
• Measures SOL’s momentum using Rate of Change (ROC), then standardizes and smooths it.
• Combines multiple NFT-related token volumes (BLUR, LOOKS, TNSR, MAGIC, APE, optionally ME and PENGU), applies log normalization, weighting, and smoothing to form a composite NFT activity score.
• Plots their difference (NFT Z − SOL Z) as a histogram to visualize lead/lag phases.
Interpretation:
• div > 0: NFT activity exceeds SOL momentum → potential early signal for upside.
• div < 0: NFT activity trails SOL momentum → possible cooling or lag.
• Zero-line crosses: indicate leadership changes between NFTs and SOL.
On-Chart Visualization:
• Orange histogram: divergence (lead/lag strength).
• Purple line: NFT composite z-score.
• Blue line: SOL momentum z-score.
• Green/Red markers: lead or lag signals.
• Top-right table: rolling correlation and active proxies.
Usage:
Apply to 30m–1D charts.
Enter exchange-prefixed NFT tickers (e.g., KUCOIN:BLURUSDT).
Adjust weights to emphasize liquid tokens.
Interpret lead/lag crosses within the broader market structure, using trend and volume as confirmation.
Recommended Presets:
• Swing trading: 1D or 4H charts, smoother settings for stability.
• Active setups: 2H or 1H charts, lower smoothing for responsiveness.
Key Notes:
• Requires valid tickers and sufficient lookback history.
• Use crosses as context, not direct trade signals.
• High correlation = synchronous behavior; low correlation = decoupled regime.
Summary:
A contextual radar for Solana traders tracking NFT market flow. It helps identify when NFT trading activity begins leading or lagging SOL’s momentum which often signals shifts in speculative energy and trend strength.
Copyright © 2025 imaclone (Zen Silva). All rights reserved.
License: Private. No copying, sharing, or derivative works.
Fair Value Gap ZonesDescription
This script automatically detects and highlights Fair Value Gaps (FVGs) on any chart and timeframe.
It identifies bullish and bearish imbalance zones using candle-to-candle price displacement and shades them visually on the chart for easy reference.
Bullish FVGs are marked with dark green zones, showing areas where price may later return before continuing upward.
Bearish FVGs are shaded in light red, indicating potential retracement zones in downtrends.
All zones extend forward automatically, updating dynamically as new candles form.
Designed for traders who use Smart Money Concepts (SMC) or ICT-style analysis, this tool helps visualize market inefficiencies and potential reaction points with clear, minimal visuals.
STP SMISMI INDEICATOR BY STPCO
CHANDE SMI LINE TO CANDLE
Determines peaks and troughs with the indicator.
SMA 10/20 Simple SMA 10/20. Here are two simple moving averages that can help you see the underlying trend. These are the moving averages used by the famous trader Qullamagie
Smart Structure Pro - Market Structure & Smart Money Concepts═══════════════════════════════════════════════════════════════════════════════
SMART STRUCTURE PRO
═══════════════════════════════════════════════════════════════════════════════
A comprehensive market structure analysis tool that identifies institutional trading
patterns and smart money concepts for improved trade timing and decision-making.
═══════════════════════════════════════════════════════════════════════════════
📊 WHAT IT DOES
═══════════════════════════════════════════════════════════════════════════════
This indicator automatically detects and visualizes key market structure elements:
🔹 BOS (Break of Structure)
- Identifies trend continuation patterns
- Marks when price breaks above previous highs (bullish) or below previous lows (bearish)
- Confirms trend strength and momentum
🔹 CHoCH (Change of Character)
- Detects potential trend reversals
- Alerts when market structure shifts from bullish to bearish or vice versa
- Helps identify early reversal opportunities
🔹 Order Blocks
- Highlights institutional entry zones
- Identifies the last opposite candle before a structure break
- Shows areas where smart money likely entered positions
🔹 Fair Value Gaps (FVG)
- Detects price imbalances and inefficiencies
- Shows areas where price moved rapidly leaving gaps
- Often act as support/resistance when retested
🔹 Liquidity Zones
- Marks swing high and low levels
- Identifies areas where stop losses likely cluster
- Shows potential stop hunt and liquidity grab zones
═══════════════════════════════════════════════════════════════════════════════
🎯 HOW TO USE
═══════════════════════════════════════════════════════════════════════════════
BULLISH SETUP:
1. Wait for Bullish CHoCH (trend reversal signal) or BOS ↑ (continuation)
2. Look for price to pull back into an Order Block or Fair Value Gap
3. Enter long when price bounces from these zones
4. Place stop loss below the Order Block
5. Target the next liquidity zone or resistance level
BEARISH SETUP:
1. Wait for Bearish CHoCH (trend reversal signal) or BOS ↓ (continuation)
2. Look for price to retrace into an Order Block or Fair Value Gap
3. Enter short when price rejects from these zones
4. Place stop loss above the Order Block
5. Target the next liquidity zone or support level
DASHBOARD INTERPRETATION:
• Trend: Current market direction (Bullish/Bearish)
• Volume: Confirmation strength (High volume = stronger signals)
• Signal: Latest structure break detected
• Key High/Low: Critical levels for the current trend
• Position: Price location (Premium = expensive, Discount = cheap)
═══════════════════════════════════════════════════════════════════════════════
⚙️ SETTINGS GUIDE
═══════════════════════════════════════════════════════════════════════════════
STRUCTURE DETECTION:
• Pivot Length (Default: 10)
- Lower values = More signals but potentially weaker
- Higher values = Fewer signals but stronger/more reliable
- Recommended: 8-12 for intraday, 10-15 for higher timeframes
• Structure Line Extension
- Visual preference for how far lines extend
- Does not affect signal detection
SMART MONEY CONCEPTS:
• Order Block Extension: How long OB boxes remain visible
• FVG Extension: How long gap boxes remain visible
• Min FVG Size: Filter out small gaps (0 = show all)
- Set to 10-20% to reduce noise
- Set to 0 to see all gaps
VOLUME FILTER:
• Volume Confirmation (Recommended: ON)
- Filters weak signals without volume support
- Reduces false breakouts
• Volume Multiplier (Default: 1.5)
- Higher = Stricter filtering (fewer but stronger signals)
- Lower = More signals (but may include weak ones)
DISPLAY:
• Dashboard: Toggle information panel
• Trend Background: Subtle color tint showing current trend
• Dashboard Position: Choose corner placement
═══════════════════════════════════════════════════════════════════════════════
🔔 ALERTS
═══════════════════════════════════════════════════════════════════════════════
Available alert conditions:
✓ Bullish BOS - Uptrend continuation confirmed
✓ Bearish BOS - Downtrend continuation confirmed
✓ Bullish CHoCH - Reversal to uptrend detected
✓ Bearish CHoCH - Reversal to downtrend detected
✓ Structure Break - Any significant market structure change
To set up alerts:
1. Click the "⏰" alert icon
2. Select "Smart Structure Pro"
3. Choose your desired condition
4. Configure notification method
5. Click "Create"
═══════════════════════════════════════════════════════════════════════════════
⚠️ IMPORTANT DISCLOSURES
═══════════════════════════════════════════════════════════════════════════════
REPAINTING BEHAVIOR:
• Pivot points WILL repaint until confirmed (this is by design and unavoidable)
• Structure breaks (BOS/CHoCH) use CLOSED candles and do NOT repaint after confirmation
• Order Blocks and FVGs are drawn on confirmed signals and do NOT repaint
• All signals wait for candle close before triggering
BEST PRACTICES:
• Use on higher timeframes (15min+) for more reliable signals
• Combine with other analysis (support/resistance, volume profile, etc.)
• Wait for candle close confirmation before acting on signals
• Use proper risk management - this is not a standalone trading system
• Backtest on your preferred instrument and timeframe
PERFORMANCE:
• Limited to 100 boxes, 100 lines, 100 labels for optimal performance
• Older objects automatically removed as new ones appear
• Works on all markets (Forex, Crypto, Stocks, Indices, Commodities)
═══════════════════════════════════════════════════════════════════════════════
📚 CONCEPTS EXPLAINED
═══════════════════════════════════════════════════════════════════════════════
MARKET STRUCTURE:
Market structure refers to the pattern of price movements creating swing highs
and lows. Understanding structure helps identify trend direction and potential
reversal points.
SMART MONEY CONCEPTS:
These are trading techniques based on tracking institutional order flow and
understanding where large players (banks, funds, institutions) enter and exit
positions.
ORDER BLOCKS:
The last opposing candle before a strong directional move. Institutions often
leave unfilled orders in these zones, which can act as support/resistance when
price returns.
FAIR VALUE GAPS:
Areas where price moved so quickly that it left an imbalance. These gaps often
get "filled" as price returns to find equilibrium, creating trading opportunities.
═══════════════════════════════════════════════════════════════════════════════
🎓 EDUCATIONAL VALUE
═══════════════════════════════════════════════════════════════════════════════
This indicator helps traders:
✓ Understand market structure mechanics
✓ Identify institutional trading patterns
✓ Improve trade timing and entry precision
✓ Recognize trend continuation vs reversal
✓ Learn smart money concepts through visualization
═══════════════════════════════════════════════════════════════════════════════
📋 TECHNICAL DETAILS
═══════════════════════════════════════════════════════════════════════════════
• Version: 1.0.0
• Pine Script Version: 5
• Indicator Type: Overlay
• No Repainting: Structure breaks use confirmed candles
• Performance Optimized: Limited drawing objects
• Works On: All markets and timeframes
• Alerts: Yes, fully customizable
═══════════════════════════════════════════════════════════════════════════════
👤 AUTHOR
═══════════════════════════════════════════════════════════════════════════════
Created by: Zakaria Safri
Original Work: All code and concepts are original implementations
Based On: ICT (Inner Circle Trader) educational concepts
License: © 2024 Zakaria Safri - Personal Use Only
═══════════════════════════════════════════════════════════════════════════════
⚖️ DISCLAIMER
═══════════════════════════════════════════════════════════════════════════════
This indicator is for educational and informational purposes only. It does not
constitute financial advice. Trading involves substantial risk of loss. Past
performance does not guarantee future results. Always conduct your own research
and consult with a licensed financial advisor before making trading decisions.
The author is not responsible for any losses incurred from using this indicator.
═══════════════════════════════════════════════════════════════════════════════
If you find this indicator helpful, please:
👍 Like and favorite
⭐ Leave a review
📢 Share with other traders
💬 Comment with feedback or suggestions
Happy Trading! 📈
BBBDXY-9 - Intraday/ SwingWhat it is
A chart-grade USD basket that outputs full O/H/L/C candles. It combines nine FX pairs using weighted log-returns and geometric aggregation, then rescales to 100 at an anchor. You can build from 1m, 1H, 4H, or D and analyze it like a normal chart (drawings, structure, bar replay, and a clean Source output for other tools).
Why another USD gauge?
A legacy EUR-heavy USD measure can, at times, behave close to an EURUSD proxy and under-represent moves versus other majors and Asia EM. A diversified basket helps capture USD dynamics beyond EUR-centric effects. This study is independent and does not rely on third-party brands.
Basket (defaults are editable in Inputs)
Pairs used: EURUSD (inverted), USDJPY, USDCAD, GBPUSD (inverted), USDMXN, USDCNH, USDCHF, AUDUSD (inverted), USDSGD.
Inverted means the pair is flipped internally so rising values reflect USD strength. Weights default to a diversified mix and can be customized.
How it works (high level)
Sample each component on the chosen base timeframe.
Compute log-returns versus the anchor, multiply by weights, sum, and exponentiate (geometric combine).
Re-scale so the index equals 100 at the anchor.
Optional: plot an arithmetic comparison line.
Base-TF and aggregation rules
Build from timeframe: 1m, 1H, 4H, D.
If chart TF is greater than base TF, aggregate up from the base TF (no down-mixing).
If chart TF equals base TF, show native base candles.
If chart TF is lower than base TF, sample the base TF (step-like).
For intraday precision and exact wicks, choose 1m as base and view higher TFs by aggregation.
For longer history with fewer requests, choose 1H, 4H, or D as base.
Inputs (overview)
Build-from TF (1m, 1H, 4H, D) and a feed prefix if your broker symbols require one.
Per-pair weights (editable).
Anchor date and time (chart timezone) plus optional auto-rebase to first available bar if the exact anchor is missing.
Arithmetic comparison line (optional).
Source output selector (Open, High, Low, Close) for downstream tools.
Custom candle colors.
How to use
For granular intraday structure and wick accuracy, set base TF to 1m and view higher TFs by aggregation.
For swing and weekly context, set base TF to 1H, 4H, or D.
Keep default weights unless you have a specific reason to alter the basket.
Rising index suggests USD strength versus the basket; falling index suggests USD weakness.
Notes and limitations
Depends on availability and quality of the underlying FX symbols on your data feed.
Indicator only; no financial advice, no alerts, no orders.
No external open-source code reused.
Past behavior does not guarantee future results.
Figure (publication image)
Top: a legacy EUR-heavy USD index on 1H. The horizontal line marks a local swing high; price stalls and rolls over beneath it.
Bottom: this diversified USD basket on 1H. The horizontal line marks the same calendar window; the advance extends differently into that zone before rolling later.
This side-by-side illustrates that a EUR-centric gauge can diverge from a diversified USD basket. Similar divergences appear at other points; the example is illustrative and not a signal.
- riseofatrader
SMA 10/20 Weekly on all timeframeHere are SMA 10/20 Weekly to see the underlying weekly trend across all timeframes
momo breakout signals by ANkit Pandeymomo breakout signals by ANkit Pandey
basically the strategy is
1. take buy entry when the yellow line is below the lower band
2. similarly take sell position when the yellow line is above the upper band
Position Size calculatorOverview
This indicator automatically calculates the average candle body size (|open − close|) for the current trading day and derives a position size (quantity) based on your fixed risk per trade (default ₹1000).
For example:
If today’s average candle body = ₹3.50 and risk = ₹1000 → Quantity = 285
How It Works:
The indicator calculates the absolute difference between open and close (the candle’s body) for every bar of the current day.
It averages those body sizes to estimate the average daily volatility.
Then it divides your chosen risk per trade by the average body size to estimate an appropriate quantity.
It automatically resets at the start of each new day.
Why Use It
While risk size can be derived manually or using TradingView’s built-in Long/Short Position Tool, this indicator provides a faster, more practical alternative when you need to make quick trade decisions — especially in fast-moving intraday markets .
It keeps you focused on execution rather than calculation.
Tip
You can still verify or fine-tune the quantity using the Long/Short Position Tool or a manual calculator, but this indicator helps you react instantly when opportunities appear.
Smart BUY/SELL Pop IndicatorSmart BUY/SELL Indicator
This indicator shows BUY and SELL labels directly on your TradingView chart. Green labels indicate potential upward moves, and red labels indicate potential downward moves.
How it works
It uses two moving averages: a fast (9-period) and a slow (21-period). A BUY signal appears when the fast MA crosses above the slow MA, and a SELL signal appears when it crosses below.
Why it’s useful
It gives a visual guide for entry and exit points without alert messages. Accuracy can improve by adding filters like RSI or MACD.
EDGAR Weekly Overview (EWO)EDGAR Weekly Overview (EWO) helps you trade with confidence — no more guessing where price will go next.
This indicator clearly shows where the market is likely to reach, reject, or bounce, using dynamic weekly base, support, and resistance levels.
You’ll instantly see key zones for your take profit (TP) and stop loss (SL), helping you plan trades with precision instead of emotion.
🔒 Invite-Only Script – access available only to authorized users.
🔰BOT TEAM PSS🔰This hybrid strategy integrates the institutional focus of Smart Money Concepts (SMC) with the confirmation power of technical indicators. The approach begins with an SMC framework, identifying high-probability zones such as Order Blocks (OB), Fair Value Gaps (FVG), and liquidity pools. Traders first analyze market structure, watching for a Market Structure Shift (MSS) or Change of Character (CHoCH) to signal a potential shift in direction.
Once price retraces into a key SMC zone, the trader does not enter immediately. Instead, they seek confirmation from a specialized indicator, such as a proprietary tool developed by the 'La Chan Dau Tu' (Investment Shield) team. This custom indicator is specifically designed to validate SMC signals, filtering out low-probability trades. This dual-layer analysis is key: SMC provides the high-probability "where," while the team's indicator provides the "when," confirming momentum alignment before entry.
Buy Sell Signals MKSConditions for Buying is Current candle a0 LOW = OPEN, b) Has a smaller wick than the previous cabndle size. Size here means high minus low of previous candle. More importantly Buy signal is genarated if the prious candle or series of candles were red. Condition for Sell signal is completely opposite of Buy signal. Buy signal will appear only after a Sell signal was generated earlier and vice versa for Sell signal. Signals are generated on a 5 minute timeframe. Idea is solely concieived by me.
Disclaimer: Just donot blindly take trades based on signals. Analyse the chart pattern, price action on different time frames of your own...
EDGAR 4-Hour Overview (E4H)EDGAR 4-Hour Overview (E4H) is a professional multi-timeframe indicator that shows both 4-hour bases and daily overview reference levels, giving traders a clear vision of where price is likely to bounce, reject, or continue.
The system automatically detects Support (S1–S3), Resistance (R1–R3), and the 4H Base (Main Overview Level), displayed directly on your chart with a clean dashboard that also includes a Daily Base reference for higher-timeframe confirmation.
Designed for gold and forex scalpers, swing traders, and institutional-style analysts, this indicator helps you:
Identify key reaction zones before they happen
Align 4H movement with daily direction
Instantly measure price distance from support or resistance
Trade confidently without guessing where price will reject or reverse
🔒 Invite-Only Script — exclusive access for verified EDGAR traders.
EDGAR Daily Overview (EDO)EDGAR Daily Overview (EDO) is a professional all-in-one market guide that helps traders identify where price is likely to move — no more guessing.
The indicator automatically detects key daily base, support (S1–S3), and resistance (R1–R3) levels, allowing you to instantly see potential bounce, rejection, or breakout zones.
Combined with advanced tools such as trendlines, Ichimoku Cloud, MACD, RSI, and Volume Strength, EDO gives you a full real-time picture of the market’s current direction.
Whether you trade intraday or short-term swings, this tool helps you understand where the market is heading today — empowering you to plan precise entries, take profits, and manage risk effectively.
🔒 Invite-Only Script – exclusive access for authorized users only.