インジケーター

Liquidity sweep strategy (M2, swing)This indicator automates advanced Smart Money Concepts (SMC) by tracking major session liquidity sweeps, precise market structure shifts (CHOCH), and optimal trade entries using dynamic Fibonacci retracements.
Built for intraday traders, this script eliminates the noise and visually guides you through the entire institutional order flow cycle—from the initial liquidity grab to the final pullback entry.
🔥 Key Features:
🕒 Session Liquidity Sweeps: Automatically tracks and highlights the Highs and Lows of the Asian, London, and NY Initial Balance (IB) sessions. The script patiently waits for price to sweep these key liquidity pools.
🔍 Advanced CHOCH Detection (M2 Method): Instead of relying solely on lagging fractals, this script introduces the "M2 Method." It identifies the exact sponsor candle/FVG that engineered the liquidity sweep. A valid Change of Character (CHOCH) is only confirmed when price cleanly breaks this specific structural point. (Traditional N-period Fractal CHOCH is also available in the settings).
🎯 Dynamic "Rubber" Fibonacci Entries: Once a CHOCH is confirmed, the script doesn't just guess the entry. It anchors a dynamic Fibonacci tool to the extreme of the sweep and trails the momentum wave. It waits for a precise 50% retracement (Premium/Discount pricing) to trigger the entry limit, drawing target and risk boxes automatically.
👁️ Clean Visuals: Uncluttered charts. The script only draws Fibo lines and Risk/Reward boxes when a high-probability setup is fully confirmed.
⚙️ How it works (The 3-Step Institutional Model):
Sweep: Price sweeps a major session High/Low.
Shift: Price breaks the M2 sponsor candle (CHOCH), confirming a shift in momentum.
Mitigation: Price pulls back to the dynamic 50% Equilibrium level for optimal entry.
Perfect for prop firm traders and SMC enthusiasts looking to systemize their execution and train their eyes on mechanical setups. インジケーター

[3Commas] ENA Grid - Long Indicator ENA Grid - Long Indicator
🔷 What it does:
This is a signal-only indicator that mirrors a price-grid long workflow on ENA / USDT between two fixed bounds. It tracks up to 65 independent virtual slots between a configurable High and Low — each slot fires a webhook-ready buy signal when price crosses down through it, and a paired sell signal when price subsequently crosses up through the slot immediately above. The indicator computes a running average entry, total deployed capital, and open PnL from the live slot ledger and renders all of it on the chart.
- Pre-computes 7–200 grid levels in Geometric (default) or Arithmetic spacing.
- Each slot is an independent ownership flag with its own buy/sell webhook payload.
- Avg entry is derived from fill-by-fill bookkeeping — total cost and total qty are updated on every event.
- Every event emits a webhook-ready JSON alert payload tagged with the specific grid slot.
🔷 Who is it for:
- Swing traders harvesting volatility on ENA in range-bound regimes.
- Bot operators looking for a chart-driven signal source that emits per-slot JSON ready for a DCA Bot configured for grid execution.
- Traders who want to monitor a virtual grid state — avg entry, owned slots, deployed capital, open PnL — directly on the chart without a backtest engine.
- Portfolio operators using a high-trade-count contributor alongside directional strategies.
🔷 How does it work:
Grid Construction: On script load, the indicator computes N price levels between the configured High and Low bounds. In Geometric mode (default), level k is at High × (Low/High)^(k/(N-1)), giving constant percent spacing — approximately 1.0% per step at default settings. In Arithmetic mode, levels are linearly spaced by absolute price.
Per-Slot State Machine: Each grid level is an independent slot tracked by a boolean ownership flag. When close price crosses down through an empty slot's level, the slot is marked owned, virtual cost-basis is added, and the BUY webhook payload is dispatched. When close price crosses up through the level immediately above an owned slot, the slot is marked free, virtual cost-basis is subtracted, and the SELL webhook payload is dispatched.
Honest Virtual Bookkeeping: Total cost and total qty are updated incrementally on each event, so the avg entry, deployed capital, and open PnL displayed in the status table reflect the actual broker-equivalent position state — no shortcuts from base entry, no synthetic averaging. The table also accumulates the realized PnL from every closed slot (the exact round-trip profit between adjacent levels), so it shows how much the grid has actually earned over the chart history.
No Trailing, No Stop Loss: By design, each slot has a fixed exit (the level above). The indicator never trails the exit and never signals a slot-out for a loss — slots that fall below their entry stay owned until price comes back. This is the canonical grid-bot behavior.
🔷 Why it's unique:
- Per-Level Webhook Ledger: Every BUY and SELL emits a fully-formed JSON alert payload tagged with the specific grid slot ("Grid_BUY_L5" / "Grid_TP_L5"). The indicator can drive a DCA Bot configured for grid emulation without any glue layer.
- Fill-by-Fill Avg Entry: The orange avg-entry line is derived from running totals updated on every event — what you see is what the broker-equivalent position would actually have.
- Active Slot Highlighting: Owned grid levels are rendered with a thicker green stroke; empty slots stay dashed gray. Slot density and current loading are visible at a glance.
- Range Box & Bounds Labels: A semi-transparent box spans the configured High/Low range, and crisp HIGH/LOW labels mark the bounds — the grid topology is obvious without zooming.
- Calibrated for ENA 15m: Default bounds, level count, and step size are set against ENA's recent observed range. The 65-level geometric ladder gives roughly 1.0% per step — wide enough to clear taker fees on each round-trip, granular enough to keep catching 15m swings inside a broad range.
🔷 Considerations Before Using the Indicator:
Wide Range & Drawdown: The default range spans nearly 47% (0.132 down to 0.07). A grid this wide loads many slots as price falls toward the Low — the companion strategy's backtest shows a sizeable 23.52% maximum equity drawdown and a thin 1.067 profit factor. This configuration grinds volatility rather than capturing a strong edge; size accordingly and consider a narrower range.
Market Selection & Range Validity: Grid strategies are most profitable in range-bound, mean-reverting markets. On strong directional trends below the configured Low, slots keep marking as owned and won't free until price reverses. The default High/Low (0.132 / 0.07) was set against ENA's recent observed range; update both whenever the regime changes.
Capital Deployment: The default Total Investment of 10,000 USDT is a virtual reference used for the avg-entry and open-PnL computation. The real sizing happens on the bot side — match the indicator's per-slot allocation to your bot's grid configuration to keep the avg-entry display honest.
Cross Detection Granularity: Crossings are detected on bar close, comparing the current close to the previous close. A bar that spikes through a level and returns within the same bar may be missed by design — this prevents over-signaling on intra-bar wicks.
Live vs Historical State: The virtual slot ledger is rebuilt from chart history each time the indicator is recompiled. If the indicator is added mid-deployment or the live bot diverges from the signal stream (manual interventions, partial fills), the indicator state may not match the live bot. Toggle the indicator off and on to reset.
No Stop Loss: There is no exit signal on adverse moves below the lowest grid level. Risk is structurally capped on the bot side by the bounded Total Investment configured at the bot. If a hard stop is required, layer it on the bot side.
Backtesting Note: This is an indicator, not a strategy. There is no built-in P&L tester. For performance metrics over a ~4.5-month sample (1,875 closed trades, 49.55% win rate, 23.52% max drawdown, profit factor 1.067, +9.63% net return), use the companion strategy version on identical parameters. The 1,875-trade sample is far above the ~100-trade floor for statistical relevance, but the thin profit factor means real fees are decisive.
🔷 How to Use It:
🔸 Add the indicator to an ENA / USDT 15m chart.
🔸 Set the High and Low bounds to a range you expect ENA to respect (a narrower range than the default reduces drawdown).
🔸 Pick Geometric (default, recommended) or Arithmetic spacing.
🔸 Set Grid Levels (7–200) and the virtual Total Investment used for avg-entry computation.
🔸 In the DCA Bot Webhook group, paste your Bot ID, Email Token, and Pair (QUOTE_BASE format, e.g., USDT_ENA).
🔸 Create an alert on the indicator with "Any alert() function call". Paste the DCA Bot's webhook URL into the alert's Webhook field. Every grid-level buy and grid-level close will emit a dedicated JSON payload tagged with the slot index, so each level can be tracked independently downstream.
🔷 INDICATOR SETTINGS
High Price: Top of the grid. The highest level a slot can be created from.
Low Price: Bottom of the grid. The lowest level a slot can be created from.
Grid Levels: Number of price levels between High and Low (default 65, range 7–200).
Spacing Mode: Geometric (constant percent step) or Arithmetic (constant absolute step).
Total Investment (USDT): Virtual capital allocated across all slots. Used for the avg-entry and open-PnL computation only.
Bot ID / Email Token / Pair: Webhook fields injected into every alert payload.
Visualization: Toggle grid lines, range box, HIGH/LOW labels, avg entry plot, fill labels, signal triangles, status table (shows status, range, levels, owned slots, avg entry, deployed capital, open PnL, and cumulative realized PnL).
Brand Watermark: Configurable text, position, size, and transparency.
👨🏻💻💭 We hope this tool helps enhance your trading. Your feedback is invaluable, so feel free to share any suggestions for improvements or new features you'd like to see implemented.
__
The information and publications within the 3Commas TradingView account are not meant to be and do not constitute financial, investment, trading, or other types of advice or recommendations supplied or endorsed by 3Commas and any of the parties acting on behalf of 3Commas, including its employees, contractors, ambassadors, etc. インジケーター

[3Commas] ENA Grid Bot - Long Strategy ENA Grid Bot - Long Strategy
🔷 What it does:
This is a long-only price-grid strategy that harvests volatility on ENA / USDT through repeated round-trips on a pre-defined ladder of price levels between two fixed bounds. Each level is an independent slot: when price crosses down through a level, the strategy opens one slot; when price subsequently crosses up through the level immediately above, that slot is closed for a fixed round-trip profit. The grid is generated geometrically by default, so spacing adapts to the price scale.
- Up to 65 simultaneous long slots at default settings, each sized as a fixed fraction of the configured Total Investment.
- No trailing exit, no stop loss — each slot's exit is the level above its entry.
- Per-slot exposure is approximately 1.54% of equity at default settings, comfortably inside the conventional 5–10% per-trade risk band.
- Every fill and close emits a webhook-ready JSON alert payload tagged with the specific grid slot.
🔷 Who is it for:
- Swing traders harvesting volatility on ENA in range-bound regimes.
- Bot operators looking for a chart-driven signal source with per-slot webhook JSON ready to drive a DCA Bot configured for grid execution.
- Traders running a portfolio of low-correlation strategies who want a high-trade-count contributor with bounded per-trade risk.
- Range traders who prefer mechanical execution over discretionary entries.
🔷 How does it work:
Grid Construction: On script load, the strategy computes N price levels between the configured High and Low bounds. In Geometric mode (default), level k is at High × (Low/High)^(k/(N-1)), giving constant percent spacing — approximately 1.0% per step at default settings. In Arithmetic mode, levels are linearly spaced by absolute price.
Per-Slot Logic: Each grid level is an independent slot tracked by a boolean ownership flag. When bar close moves price down through an empty slot's level, a long is opened at that level for one slot's worth of capital (Investment / N). When bar close moves price up through the level immediately above an owned slot, that slot is closed, locking the round-trip profit between the two adjacent levels.
No Trailing, No Stop Loss: By design, each slot has a fixed exit (the level above). The strategy never trails the exit and never stops a slot out for a loss — slots whose entry price is below current market simply wait until price comes back. This is the canonical grid-bot behavior.
Capital Bounds: Total deployed capital cannot exceed the configured Investment. When all 65 slots are filled, no new orders are opened until price rises and starts closing slots. This structural cap is the strategy's primary risk control.
🔷 Why it's unique:
- Per-Level Webhook Ledger: Every fill and close emits a fully-formed JSON alert payload tagged with the specific grid slot ("Grid_BUY_L5" / "Grid_TP_L5"). The strategy can drive a DCA Bot configured for grid emulation without any glue layer.
- Pre-Allocated State: All up to 200 slot ledgers live in fixed-size arrays, so state lookups are constant-time and the chart can render every active slot with no performance overhead.
- Honest Backtest Surface: The avg entry line plotted on the chart and the open PnL displayed in the status table both reflect the actual broker-equivalent position state — derived from fill-by-fill bookkeeping, not synthetic averaging. The status table also reports the cumulative realized net profit (how much the grid has actually earned, in USDT and % of starting capital), so live performance is visible directly on the chart.
- Calibrated for ENA 15m: Default bounds, level count, and step size are set against ENA's recent observed range. The 65-level geometric ladder gives roughly 1.0% per step — wide enough to clear taker fees on each round-trip, granular enough to keep catching 15m swings inside a broad range.
🔷 Considerations Before Using the Strategy:
Wide Range & Drawdown (Important): The default range spans nearly 47% (0.132 down to 0.07). A grid this wide loads many slots as price falls toward the Low, which is exactly why the reference backtest shows a sizeable 23.52% maximum equity drawdown. Profit factor of 1.067 is only marginally above breakeven — this configuration grinds out volatility, it is not a high-edge setup. Size the Investment to a drawdown you can stomach, and treat the thin profit factor as a reason to demo-test thoroughly.
Market Selection & Range Validity: Grid strategies are most profitable in range-bound, mean-reverting markets. On strong directional trends below the configured Low, slots keep loading and won't close until price reverses. The default High/Low (0.132 / 0.07) was set against ENA's recent observed range; update both whenever the regime changes.
Capital Deployment: The default Investment of 10,000 USDT equals 100% of starting capital. Per-slot risk is low (~1.54% of equity), but with a wide range the aggregate unrealized loss can grow materially before price recovers — as the 23.52% drawdown shows. Scale the Investment input down to manage it.
No Stop Loss Justification: There is no exit on adverse moves below the lowest grid level. Per-trade risk is structurally capped by the per-slot allocation (Investment / N) — at defaults ~154 USDT per slot, well inside the conventional 5–10% per-trade band. Aggregate exposure is controlled separately via the Investment input.
Trade Volume & Fees: Grid bots on 15m generate a high number of round-trips — this configuration produced 1,875 closed trades. With a thin profit factor, fees are decisive: the default commission (0.06% per trade) must match your exchange's actual fees, or the edge can flip negative.
Demo Testing: Always demo-test before going live. Past results do not guarantee future performance, especially on a wide-range, low-profit-factor configuration.
🔷 STRATEGY PROPERTIES
Symbol: BYBIT:ENAUSDT.P (Perpetual) — strategy is portable to any ENA / USDT pair.
Timeframe: 15M
Test Period: January 31, 2026 — June 16, 2026 (~4.5 months).
Initial Capital: 10,000 USDT.
Total Investment: 10,000 USDT (100% of capital, high-conviction setting).
Order Size per Slot: Investment / 65 ≈ 154 USDT (~1.54% of equity).
Commission: 0.06% per trade.
Slippage: 3 ticks.
Margin for Long Positions: 100%.
Indicator Settings: Default Configuration.
Grid Bounds: High 0.132 / Low 0.07 (range −46.97%).
Grid Levels: 65 (Geometric spacing, ~1.0% per step).
Stop Loss: None — per-slot allocation is the structural risk cap.
Trailing: None.
Strategy: Long Only.
🔷 STRATEGY RESULTS
⚠️ Remember, past results do not guarantee future performance.
Net Profit: +1,135.41 USDT (+11.21%)
Max Equity Drawdown: 2,789.96 USDT (23.52%)
Total Closed Trades: 1,875
Percent Profitable: 49.55% (929 / 1,875)
Profit Factor: 1.067
🔷 How to Use It:
🔸 Adjust Settings: Open the strategy inputs and set the High and Low bounds to a range you expect ENA to respect. Pick Geometric for percent-spaced levels (default, recommended) or Arithmetic. Set Grid Levels (7–200) and Total Investment to match your risk profile — consider a narrower range to reduce the drawdown seen here.
🔸 Results Review: Run a full-period backtest and confirm Max Drawdown stays within your personal risk band — note this configuration reached 23.52%. The 1,875 closed trades are well above the ~100-trade floor for statistical relevance, but the 1.067 profit factor leaves little margin once real fees are applied.
🔸 Create alerts to trigger the DCA Bot: Add one alert on the strategy using "Any alert() function call". Paste your DCA Bot's webhook URL into the alert's Webhook field, and fill the Bot ID, Email Token, and Pair inputs on the script. Every grid-level buy and grid-level close will emit a dedicated JSON payload tagged with the slot index, so each level can be tracked independently downstream.
🔷 INDICATOR SETTINGS
High Price: Top of the grid. The highest level a slot can be created from.
Low Price: Bottom of the grid. The lowest level a slot can be created from.
Grid Levels: Number of price levels between High and Low (default 65, range 7–200).
Spacing Mode: Geometric (constant percent step) or Arithmetic (constant absolute step).
Total Investment (USDT): Total capital allocated across all slots. Per-slot size = Investment / Grid Levels.
Bot ID / Email Token / Pair: Webhook fields injected into every alert payload.
Visualization: Toggle grid lines, range box, HIGH/LOW labels, avg entry plot, fill labels, status table (shows range, levels, owned slots, investment, per-slot size, open PnL, and cumulative realized net profit).
Brand Watermark: Configurable text, position, size, and transparency.
👨🏻💻💭 We hope this tool helps enhance your trading. Your feedback is invaluable, so feel free to share any suggestions for improvements or new features you'd like to see implemented.
__
The information and publications within the 3Commas TradingView account are not meant to be and do not constitute financial, investment, trading, or other types of advice or recommendations supplied or endorsed by 3Commas and any of the parties acting on behalf of 3Commas, including its employees, contractors, ambassadors, etc. ストラテジー

インジケーター

Strong Candlestick Patterns | ProjectSyndicateStrong Candlestick Patterns automatically detects, scores, and highlights 25 classic Japanese candlestick patterns using an objective, non-repainting engine built on the teachings of Steve Nison. It confirms every pattern on the bar close, grades each setup 0–10 for quality, draws it as a clean color-coded zone with a name label and ★ star rating, and surfaces the most recent signal on every timeframe through a non-intrusive multi-timeframe scanner — turning subjective candle-reading into a quantifiable, repeatable process.
🕯️ 25-Pattern Detection — recognizes the full Nison family from raw geometry: Hammer, Hanging Man, Inverted Hammer, Shooting Star, Dragonfly / Gravestone / Long-Legged Doji, Bullish / Bearish Marubozu, Bullish / Bearish Engulfing, Bullish / Bearish Harami, Piercing Line, Dark Cloud Cover, Tweezer Top / Bottom, Bullish / Bearish Windows (gaps), Morning Star, Evening Star, Three White Soldiers, Three Black Crows, and Rising / Falling Three Methods.
🔒 Close-Confirmed, Non-Repainting — patterns are evaluated on confirmed candles only; the live bar waits for its close before committing, so signals, zones, and labels are stable and never redrawn after the fact.
⭐ 0–10 Quality Scoring — every setup is graded by blending five factors Nison stresses: textbook shape fit (40%), candle significance vs ATR (22%), trend-context strength (18%), volume confirmation (12%), and EMA confluence (8%). The result is shown as a ★ star meter with a numeric score and a WEAK / MODERATE / STRONG / ELITE tier, so you can instantly gauge conviction and filter for only the best.
🧭 Trend-Context Gating — reversal patterns fire only counter-trend and continuation patterns only with-trend (toggleable), enforcing the core rule that a pattern is meaningless without the right preceding trend.
🎨 Direction-Matched Zones & Labels — each pattern is boxed as a blue (bullish), orange-red (bearish), or gray (neutral) zone spanning its candles, with a clean name label and rating placed above bearish setups and below bullish ones for instant, clutter-free read.
📡 Multi-Timeframe Scanner Row — a non-repainting top dashboard shows the symbol plus eight fully configurable timeframes (M15 → D1 by default), each displaying the latest pattern and its bars-ago count, with fresh signals highlighted so you can spot multi-timeframe alignment at a glance.
✅ Advanced Quality-Control Filters — strong-only mode (default: ELITE 8+), direction filter, ATR-based minimum candle-size gate, per-pattern shape tolerances (doji body %, shadow multiple, engulfing/tweezer/star ratios), minimum bars between signals, and individual on/off toggles for all twelve pattern groups eliminate noise and over-signaling.
🔔 Comprehensive Alerts — a single rich alert() message (direction, pattern name, 0–10 score, symbol, timeframe, close) for automation, plus three individually selectable named conditions: Bullish Pattern, Bearish Pattern, and Elite Pattern (8+).
🔧 Fully Customizable — control trend EMA and lookback, volume average, zone padding and transparency, bullish/bearish/neutral colors, label and scanner text sizes, scanner position, and the per-timeframe set.
🎯 Why this is unique: Standard candlestick tools simply paint a name on a candle with no context or grading. This is an objective, fully-gated, non-repainting engine that recognizes 25 patterns from raw OHLC geometry, confirms each on the close, validates it against trend context and volume, grades its quality 0–10, and tracks it across eight timeframes — so you act only on the highest-conviction setups instead of every random wick.
🚀 Apply to Gold (XAUUSD), Forex, Crypto, Indices, and equities on any timeframe. The ATR-based, self-scaling logic adapts from M5 scalping to H4/Daily swing trading.
🎯 How to use this? Favor higher-star (STRONG/ELITE) setups that align with the higher-timeframe trend shown in the scanner row. Use the strong-only threshold to keep the chart sparse and focus on quality; loosen the shape tolerances if a pattern fires too rarely on a given asset, or tighten them to reduce noise.
⚠️ IMPORTANT NOTICE: This indicator identifies quality-graded candlestick signals; it should NOT be used as a standalone entry trigger. Always combine it with your own trading strategy, price-action analysis, key support/resistance levels, and sound risk management to confirm setups. インジケーター

Prophecy Signals⚡ PROPHECY SIGNALS — Complete User Guide
Built for New & Experienced Traders
WHAT IS PROPHECY SIGNALS?
Prophecy Signals is a powerful all-in-one trading indicator built for TradingView. It combines multiple professional-grade tools into one clean, easy-to-read system. Instead of having 10 different indicators cluttering your chart, Prophecy Signals does the heavy lifting for you — identifying the trend, finding key price levels, and telling you exactly when high-probability trading opportunities appear.
Think of it as your personal trading assistant that never sleeps, never gets emotional, and always follows the rules.
WHO IS THIS FOR?
New traders who want a clear, structured way to read the market
Intermediate traders who want confluence-based signals instead of guessing
Day traders and swing traders across any market — Crypto, Forex, Stocks, Futures
WHAT DOES IT DO?
Prophecy Signals has 5 core engines working together at all times:
1. 📈 TREND ENGINE — "Which way is the market going?"
The trend engine uses three Exponential Moving Averages (EMAs):
EMA 21 (Fast) — shown in Cyan. Reacts quickly to price changes.
EMA 50 (Mid) — shown in Orange. Filters out short-term noise.
EMA 200 (Slow) — shown in Purple. The big picture trend line.
The Cloud fills the space between EMA 21 and EMA 50:
🔵 Teal/Cyan cloud = Bullish trend (price likely going UP)
🔴 Red cloud = Bearish trend (price likely going DOWN)
⚫ Grey cloud = No clear trend (stay cautious)
Simple rule for new traders:
If price is ABOVE the purple EMA 200 and the cloud is teal — you are in a BULL market. Only look for BUY signals.
If price is BELOW the purple EMA 200 and the cloud is red — you are in a BEAR market. Only look for SELL signals.
2. 🔊 PUMP & DUMP DETECTION — "Is big money moving?"
This engine watches for unusual buying or selling pressure by combining:
Volume Spikes — when volume is much higher than average, institutions are active
Engulfing Candles — when one candle completely swallows the previous one, it signals momentum
RSI (Relative Strength Index) — measures whether price is overbought or oversold
Signal Types:
SignalShapeWhat it meansPUMP🔺 Green triangle below candleBuying pressure detected — potential move UPDUMP🔻 Red triangle above candleSelling pressure detected — potential move DOWNSTRONG PUMP🟢 Green label below candleFull confluence bullish signal — high confidence BUY zoneSTRONG DUMP🔴 Red label above candleFull confluence bearish signal — high confidence SELL zoneMomentum Pump⬆ Green arrow below candleExplosive bullish breakout candle with volumeMomentum Dump⬇ Red arrow above candleExplosive bearish breakdown candle with volume
Important for new traders:
A STRONG PUMP only fires when ALL of these agree at the same time: trend is bullish, MACD is bullish, money is flowing in (CMF), Stochastic is crossing up, volume is spiking, and the candle body is strong. This is NOT a common signal — when it fires, pay attention.
A regular PUMP is an early warning. It does not mean you should immediately buy. Wait for confirmation.
3. 🧱 SUPPORT & RESISTANCE ZONES — "Where will price react?"
Support and Resistance (S/R) zones are price levels where the market has previously shown strong reactions. Prophecy Signals automatically finds and draws these zones for you.
How they work:
Resistance zones are drawn in 🔴 Red — these are price ceilings where selling pressure is strong
Support zones are drawn in 🔵 Teal — these are price floors where buying pressure is strong
Zone strength:
Solid, opaque zones = High strength (formed with volume spike + RSI extreme) — treat these with the most respect
Semi-transparent zones = Medium strength
Faint zones = Low strength — still relevant but less reliable
What happens at these zones:
Price approaches a resistance zone → Watch for a DUMP or reversal signal
Price approaches a support zone → Watch for a PUMP or bounce signal
Price breaks through a zone with volume → The zone is invalidated and removed automatically
Dashboard shows:
RESIST — the nearest resistance level above current price + % distance
SUPPORT — the nearest support level below current price + % distance
4. 📐 INSTITUTIONAL FIBONACCI — "Where do the big players trade?"
Fibonacci retracement is one of the most widely used tools by professional and institutional traders. It identifies key price levels based on mathematical ratios found in nature.
How to read the levels:
LevelLabelWhat it means0.000Swing BoundaryThe starting point of the move0.236Shallow RetracementMinor pullback level — weak support/resistance0.382Key Support / ResistanceStrong institutional level — watch for reactions0.500⚖ EQUILIBRIUM (EQ)The exact middle of the swing — decision zone0.618★ Golden RatioTHE most important level — where institutions enter0.650★ Golden Pocket ZonePart of the Golden Pocket with 0.6180.786Deep RetracementLast level before full reversal1.000Swing BoundaryThe end point of the move
The Golden Pocket (0.618 - 0.650) is highlighted with a gold filled zone. This is where institutional traders (banks, hedge funds, market makers) most commonly place their orders. When price enters this zone, be ready.
The Equilibrium (0.500) is highlighted in icy blue. This is the fair value midpoint. When price is ABOVE the EQ, it is in a premium zone (expensive). When price is BELOW the EQ, it is in a discount zone (cheap). Smart traders buy in discount and sell in premium.
Each label shows:
The ratio name and description
The exact price value
The percentage distance from current price (+ means above, - means below)
5. 📊 DASHBOARD — "What is the market telling me right now?"
The dashboard sits in the top-right corner of your chart. It gives you a real-time snapshot of every indicator at once.
RowWhat it showsTRENDBULL, BEAR, or NEUTRAL based on EMA alignmentRSICurrent RSI value — Green (oversold <40), Red (overbought >60), Yellow (neutral)MACD HISTBULLISH (histogram positive) or BEARISH (histogram negative)CMFINFLOW (money coming in = bullish) or OUTFLOW (money leaving = bearish)STOCHBULLISH (K line above D line) or BEARISH (K line below D line)VOLUMENORMAL or SPIKE! (yellow = unusual volume activity)SIGNALCurrent signal status — STRONG PUMP, PUMP, WATCH PUMP, WAITING, etc.RESISTNearest resistance level + % away from priceSUPPORTNearest support level + % away from priceSWINGFibonacci swing range (low → high)NEAR FIBClosest Fibonacci level to current price
HOW TO USE PROPHECY SIGNALS — STEP BY STEP
Step 1 — Check the Trend
Look at the EMA cloud and the dashboard TREND row.
Teal cloud + BULL = Look for BUY opportunities only
Red cloud + BEAR = Look for SELL opportunities only
Grey cloud + NEUTRAL = Stay out or reduce size
Step 2 — Find the Key Levels
Look at the S/R zones and Fibonacci levels on the chart.
Is price near a support zone or the 0.618/0.382 Fibonacci level? = Potential BUY zone
Is price near a resistance zone or the 0.786/0.618 Fibonacci level? = Potential SELL zone
Step 3 — Wait for the Signal
Do NOT enter a trade without a signal.
Wait for a PUMP signal near support in a bull trend = BUY setup
Wait for a DUMP signal near resistance in a bear trend = SELL setup
A STRONG PUMP or STRONG DUMP is the highest confidence signal
Step 4 — Check the Dashboard
Before entering, confirm that at least 4 out of 5 confluence rows agree with your signal direction:
RSI, MACD, CMF, STOCH, VOLUME should all support the signal
If only 2 agree = skip the trade
If 4 or 5 agree = high confidence, consider entering
Step 5 — Manage Your Trade
Set your Stop Loss just below the support zone (for buys) or above resistance (for sells)
Take profit at the next Fibonacci level or resistance/support zone
Never risk more than 1–2% of your account on a single trade
BEST TIMEFRAMES
TimeframeBest Use1H / 4HIdentify trend direction and key zones15mConfirm trend and watch for signals5mEntry confirmation — wait for signal here
Pro Tip: Always check the 1H or 4H chart first to understand the big picture. Then drop to 15m or 5m to find your exact entry. Never trade against the higher timeframe trend.
SETTINGS YOU CAN ADJUST
SettingWhat it doesRecommendedFast EMAHow quickly the fast EMA reacts21Mid EMAThe medium-term trend filter50Slow EMAThe long-term trend anchor200Volume Spike MultiplierHow large volume must be to count as a spike2.0RSI OverboughtLevel where RSI signals overbought70RSI OversoldLevel where RSI signals oversold30ATR MultiplierSensitivity of momentum detection1.5Pivot Left/Right BarsHow many bars define a swing point for S/R5S/R LookbackHow far back to scan for support/resistance300Fibonacci LookbackHow far back to find the swing high/low100
COMMON MISTAKES TO AVOID
❌ Do not trade every signal — Only trade signals that align with the higher timeframe trend
❌ Do not ignore the dashboard — If CMF shows OUTFLOW but you want to buy, be cautious
❌ Do not skip Stop Losses — Always define your risk before entering
❌ Do not chase signals — If you missed the candle, wait for the next setup
❌ Do not trade in a NEUTRAL trend — Choppy markets produce false signals
QUICK REFERENCE CARD
🔵 Teal Cloud = Bullish Trend → Look to BUY
🔴 Red Cloud = Bearish Trend → Look to SELL
⚫ Grey Cloud = No Trend → Stay out
🔺 PUMP = Early buy signal
🟢 STRONG PUMP = High confidence buy
⬆ Arrow = Momentum breakout
🔻 DUMP = Early sell signal
🔴 STRONG DUMP = High confidence sell
⬇ Arrow = Momentum breakdown
★ 0.618 / 0.650 = Golden Pocket — Institutional entry zone
⚖ 0.500 = Equilibrium — Decision zone (fair value)
🔵 Teal zones = Support — Price may bounce here
🔴 Red zones = Resistance — Price may reject here
ALERTS
Prophecy Signals includes 6 built-in alerts you can activate in TradingView:
Strong Pump — Full confluence bull signal fired
Strong Dump — Full confluence bear signal fired
Pump Signal — Base bullish signal detected
Dump Signal — Base bearish signal detected
Momentum Pump — Explosive bullish breakout
Momentum Dump — Explosive bearish breakdown
To set alerts: Right-click on the indicator name → Add Alert → Choose your condition.
FINAL WORDS
Prophecy Signals is a tool — not a guarantee. No indicator is right 100% of the time. The key to profitable trading is:
Patience — Wait for the right setup
Discipline — Follow the rules every time
Risk Management — Protect your capital above all else
Consistency — Trust the process over many trades, not just one
The more confluence you have (trend + key level + signal + dashboard), the higher the probability of a successful trade. Always trade what you see, not what you hope.
⚡ Prophecy Signals — Part of the Prophecy Trading Suite
Volume Profile VIP · Liquidity Zones VIP · Prophecy NUKE · Liquidity + VWAP/EMA インジケーター

インジケーター

インジケーター

インジケーター

Flat Top & Bottom IndicatorFlat Top & Bottom Indicator
Flat Top & Bottom Indicator is an open-source market-structure tool for identifying repeated structural highs and lows on a chart.
The script is designed to help traders see price areas where the market has previously formed a flat high or flat low and later returned to the same level. These areas may be useful as visual reference points for studying resistance, support, range behavior, breakouts, retests, or failed continuation.
This indicator does not predict future price movement and does not generate automatic buy or sell recommendations. It is intended as a charting and educational tool for traders who want to study repeated price structures more clearly.
How it works
The script searches back over a user-defined lookback period to find cases where the current high or low matches a previous structural high or structural low.
For a potential flat top, the script checks whether:
the current bar is forming a local high based on the selected pivot strength,
the current high matches a previous high within the lookback period,
the previous high was also a local structural high,
price did not create a higher or equal high between the two points,
and the current candle closes below its open.
For a potential flat bottom, the script checks whether:
the current bar is forming a local low based on the selected pivot strength,
the current low matches a previous low within the lookback period,
the previous low was also a local structural low,
price did not create a lower or equal low between the two points,
and the current candle closes above its open.
When these conditions are met, the indicator draws a horizontal line between the earlier structural point and the current bar. The label “SF Top” marks a structural flat top, and “SF Bottom” marks a structural flat bottom.
Inputs
Lookback Period controls how many historical bars the script searches for a matching structural high or low.
Pivot Strength controls how selective the script is when identifying local highs and lows. Higher values generally filter for more significant structures, while lower values may detect more frequent levels.
Flat Top Line Color and Flat Bottom Line Color allow users to customize the chart display.
Early Bird Mode controls whether the script can mark a structure during the current realtime bar or only after the bar is confirmed.
When Early Bird Mode is disabled, the script waits for the bar to close before plotting confirmed structures. When Early Bird Mode is enabled, the script can plot during the realtime bar as soon as the conditions are met. Realtime markings may update before the bar closes.
Alerts and data-window outputs
The script includes alert conditions for structural flat tops and structural flat bottoms.
It also plots hidden numeric signal outputs in the data window:
SF Top Signal: 1 when a structural flat top is detected, otherwise 0.
SF Bottom Signal: 1 when a structural flat bottom is detected, otherwise 0.
These outputs may be useful for alerts, review, or manual export.
How to use it
This indicator is best used as a visual market-structure aid. Traders can use the marked levels to observe how price behaves when it returns to a previously established high or low.
For example, traders may watch whether price rejects the level, breaks through it, retests it, or moves back into the prior range. The marked levels should be interpreted as context, not as standalone trade signals.
Users should combine this tool with their own market analysis, risk management, timeframe selection, and confirmation process.
Limitations
The indicator identifies historical structural relationships. A marked flat top or flat bottom does not guarantee that price will reverse, break out, or react in a predictable way.
Because the script requires repeated price structures, some signals may appear only after price has already interacted with a level. In fast-moving trends, low-liquidity markets, or highly volatile conditions, some levels may be less useful.
When Early Bird Mode is enabled, realtime markings can appear before the bar closes and may change as the bar develops. Users who prefer confirmed signals should keep Early Bird Mode disabled.
This script is open-source so users can inspect the logic, learn from it, and adapt it for their own educational use. インジケーター

インジケーター

インジケーター

Markov Regime 2.0 - Bull / Bear / SidewaysHere's a publish-ready description for the indicator — written to be honest about what it does and doesn't do (in the spirit of the method):
---
**Markov Regime 2.0 — Bull / Bear / Sideways**
A market-regime model that labels price history into Bull / Bear / Sideways states, builds the Markov transition matrix between them, and turns the regime's persistence into a directional signal. This is a corrected rebuild of the classic Markov regime indicator, with three statistical flaws fixed — so the numbers it shows are honest rather than flattering.
**How it works**
- Each bar is labelled by its rolling N-day return: ≥ +5% = Bull, ≤ −5% = Bear, otherwise Sideways (all configurable).
- It counts how often each state transitions to each other state and normalises into a 3×3 probability matrix. The diagonal is the regime "stickiness" — how likely a state is to persist.
- The signal is `P(bull next) − P(bear next)` from today's regime row: sign = direction, magnitude = conviction.
**The three corrections (what makes it 2.0)**
1. **Stride sampling (the autocorrelation fix).** The original counted a transition on *every* bar — but consecutive rolling windows share all but one bar, which manufactures fake persistence on the diagonal. 2.0 also counts transitions between *non-overlapping* windows (stride = lookback). Each matrix cell shows `honest stride % (legacy overlapping % in brackets)` so you can see the inflation directly.
2. **Label self-check.** Before displaying, it verifies that mean return of Bear < Sideways < Bull and flags a `✓`/`✗` next to the sample size — so a mislabelled state can't ship silently.
3. **Explicit signal + modes.** A real signal with a no-edge deadband (Standalone mode sizes a position by conviction; Filter mode just gates longs/shorts), instead of pure visualisation.
**On the chart**
- A compact dashboard: the transition matrix, current regime (TODAY), the live signal with a verdict (`stay flat` / `LONG x%` / `SHORT x%`), sample size and label-check.
- Optional regime ribbon and state-transition labels.
- **Edge markers:** ▲ LONG / ▼ SHORT print on the candle where the *walk-forward* signal first crosses the deadband. The per-bar signal uses only data available up to that bar (no look-ahead), so markers on closed bars don't repaint. Matching alerts are built in.
**How to read it**
Use it on a daily chart — the default is a ~20-*day* regime concept. Treat the honest (stride) column as the real one; if it sits near 33% (a 3-state coin flip) and the signal stays inside the deadband, the model is telling you there's **no edge — stay flat**, and that's a valid answer. The bracketed legacy values are shown only to expose how much the old overlapping method exaggerates persistence. Small-history assets will have a low transition count (`n=`) — the smaller that number, the less you should trust the matrix.
**Disclaimer**
This is a research and visualisation tool, not financial advice and not a strategy with a guaranteed edge. It reads regimes and reports what your own rules imply; it does not place trades. Past regime behaviour does not predict future returns. Always size and manage risk yourself.
Original framework: Roan (@RohOnChain). 2.0 corrections per the Markov 2.0 method.
---
Want a **short version** (2–3 lines for the script's one-liner subtitle), or should I drop this straight into the code as the top comment block / an `//@description` line? インジケーター

インジケーター

インジケーター

インジケーター

インジケーター

インジケーター

Estrategia DPO - ArteDeJubilarte**English Description**
This strategy combines the Detrended Price Oscillator (DPO), MACD, ADX/DI and two simple moving averages to identify higher-quality trend continuation signals.
The main entry logic is based on the DPO crossing the zero line, confirmed by MACD direction, directional movement through +DI/-DI, and a fast SMA crossing a slow SMA within a configurable confirmation window. The system includes visual BUY, SELL and EXIT signals, configurable alerts, optional session filters, Stop Loss, Take Profit and Trailing Stop management.
The DPO has been implemented in a non-repainting operational format, avoiding future-looking displacement and making the signals more realistic for backtesting and live chart analysis.
Designed primarily for Forex pairs on the 1-hour timeframe, this script is intended for educational, analytical and testing purposes.
**Signature**
Fran Contreras
Judicial Expert in Finance, Wealth, Real Estate and Civil/Commercial Mediation.
MiFID II Financial Analyst.
Quantum Algorithm Creator.
Decentralized Blockchain Assets and Tokenization.
🌐 Perito Profesional
Visit my TradingView profile for more information.
================
**Descripción en Español**
Esta estrategia combina el Detrended Price Oscillator (DPO), MACD, ADX/DI y dos medias móviles simples para identificar señales de continuación de tendencia con mayor calidad técnica.
La lógica principal de entrada se basa en el cruce del DPO sobre la línea cero, confirmado por la dirección del MACD, el movimiento direccional mediante +DI/-DI y el cruce de una media móvil rápida sobre una media móvil lenta dentro de una ventana configurable de confirmación. El sistema incluye señales visuales de COMPRA, VENTA y CIERRE, alertas configurables, filtro horario opcional, Stop Loss, Take Profit y Trailing Stop.
El DPO ha sido programado en formato operativo sin repainting, evitando desplazamientos visuales que miren datos futuros y haciendo que las señales sean más realistas tanto para backtesting como para análisis en gráfico real.
Diseñado principalmente para pares Forex en temporalidad de 1 hora, este script está orientado a fines educativos, analíticos y de prueba.
**Firma**
Fran Contreras
Perito Judicial en Finanzas, Patrimonio, Inmuebles y Mediación Civil/Mercantil.
Analista Financiero MiFID II.
Creativo de Algoritmos Cuánticos.
Activos Blockchain Descentralizados y Tokenización.
🌐 Perito Profesional
Visita los datos de mi perfil de TradingView para más información.
ストラテジー

インジケーター

インジケーター

インジケーター
