Momentum Flow FusionWhat it is
Momentum Flow Fusion is a non-repainting momentum-and-money-flow oscillator designed for crypto but robust across all markets and timeframes. It fuses an original dual-wave momentum engine with a composite money-flow score, adds adaptive bands, and optionally gates entries/exits with higher-timeframe confirmation, trend, VWAP proximity, and session filters.
What makes it original
Momentum without RSI or WaveTrend clones: The oscillator is built from a detrended price base (TP = H+L+C / 3 minus its EMA). That detrended series is normalized by a rolling z-score and mapped through a logistic function into 0–100. Two independent waves (fast/slow) are derived from this base, producing momentum cross and regime signals without borrowing RSI or open-source WaveTrend code.
Composite FlowScore (multi-factor money flow): Four clean-room components are independently normalized to 0–100, then combined with user-set weights:
MFI (custom): Typical price × volume flows, accumulated over a window and normalized.
CMF: Chaikin-style Close Location Value × volume, then mapped from to .
OBV-like: Signed cumulative volume (by close-to-close direction), normalized over a rolling min–max.
Signed Delta: Hybrid sign (close-to-close with body fallback), normalized by the rolling sum of absolute deltas (scale-invariant).
This produces a single FlowScore suitable for capital-in/out regimes that adapts to asset volatility.
Adaptive thresholds everywhere: Both the momentum fast wave and FlowScore are surrounded by dynamic bands using rolling mean ± z·stddev, which adjust automatically across regimes rather than relying on fixed levels.
MTF gating on entries and exits: With lookahead_off, the same conditions that qualify a trade on the current timeframe must also be true on a higher timeframe (momentum alignment, FlowScore above/below its mean, and optional EMA trend direction). This reduces false positives and prevents repaint artifacts.
Practical risk filters: Optional VWAP distance guard (skip extended entries far from session VWAP) and session/weekend filters to align with your venue’s trading hours. All signals can be confirmed on bar close only to avoid intrabar flicker.
How it works (concepts)
Momentum Waves (0–100)
Base series: z = (TP − EMA(TP, baseLen)) normalized by rolling mean/std.
FastWave = EMA(z, fastSmooth), SlowWave = EMA(z, slowSmooth).
Logistic mapping: WaveN = 100 · (1 / (1 + e^(−scale · Wave))).
Signals: Fast crossing above Slow with Fast above its mean-band suggests positive momentum regime; inverse for negative.
FlowScore (0–100, weighted)
MFI: Sum of positive/negative money flow (TP×Vol) across mfiLen, normalized to 0–100 by pos / (pos+neg).
CMF: CLV = (2C − H − L) / (H − L), volume-weighted over cmfLen; mapped to 0–100.
OBV-like: Cumulative sign(volume) by close-to-close direction; normalized over rolling min–max.
Delta: Volume times hybrid sign (close-to-close, fallback to body sign); normalized by rolling |delta| sum for robustness.
FlowScore = weighted average of the four normalized components with user-defined weights (internally normalized to sum to 1).
Adaptive Bands
Momentum banding: mean ± z·std of FastWave (0–100).
FlowScore banding: mean ± z·std of FlowScore (0–100).
Bands are used to frame momentum/flow expansions, pullbacks, and mean reversion.
Filters and gating
Trend: EMAfast > EMAslow (long) or EMAfast < EMAslow (short) on both current TF and HTF (optional).
VWAP guard: Reject entries when |Close−VWAP|/VWAP exceeds a threshold (%).
Session: Only allow signals within configured hours; optional weekend filter.
Confirm-on-close: All entries/exits can be gated to trigger only on confirmed bars.
How to use it
Long bias setup:
FastWave crosses above SlowWave and remains above it.
FlowScore > its mean (or above its upper band for aggressive continuation).
Optional: EMAfast > EMAslow (trend), VWAP distance within threshold, MTF gating true on HTF.
Entry: On the bar close when conditions align (if confirm-on-close is enabled).
Exit: Opposite momentum cross (Fast below Slow), FlowScore falling below mean, or trend flip; exits can also be MTF-gated.
Short bias setup: Mirror the long logic.
Interpreting FlowScore:
Sustained readings above its mean signal net capital inflow; below signal outflow.
Use adaptive bands to identify expansion (above upper band), consolidation (inside bands), and reversion (pullbacks to mean).
Tuning by market/timeframe:
Crypto intraday (scalping): baseLen 21–34, fastSmooth 3–5, slowSmooth 8–12, bandZ 1.2–1.5, mtfTf = 60–240.
Swing (any market): baseLen 34–55, fastSmooth 5–8, slowSmooth 14–21, bandZ 1.5–2.0, mtfTf = D or W.
Flow weights: Increase wDelta and wOBV for perp-heavy or derivatives-driven markets; increase wMFI and wCMF for spot-dominant venues.
Alerts: Enable long/short entry/exit alerts to integrate with automation. For the cleanest behavior, keep confirm-on-close enabled.
Why it’s closed-source
This script implements an original, clean-room momentum oscillator (detrended price → z-score → logistic 0–100 mapping) and an original composite money flow build (MFI/CMF/OBV-like/Delta individually normalized with robust scalers and weighted into a single FlowScore), plus adaptive banding and strict MTF gating on both entries and exits. It does not reproduce open-source WaveTrend/RSI or imported library logic, and it’s engineered to avoid repainting and reduce overfitting through robust normalization and gating. The protected source preserves these design choices and optimization work.
Best practices and tips
Always evaluate with confirm-on-close to avoid intrabar noise.
Use MTF gating in trending environments; consider disabling in very low timeframe scalps where responsiveness is critical.
If you get too few signals, reduce bandZ and/or relax the trend/VWAP filters; if too many, raise bandZ and/or tighten the VWAP threshold.
Keep weights simple (e.g., 0.4/0.3/0.2/0.1) and adjust slowly. Over-tuning weights to a single asset/timeframe can reduce generalization.
Limitations
Volume-derived components can behave differently across venues (spot vs derivatives); re-tune weights accordingly.
Extremely illiquid symbols or gaps may distort rolling normalizations; widen windows or rely more on momentum waves in those cases.
Индикаторы и стратегии
Elite Entries Pivot Banker PremiumElite Entries Pivot Banker — Breakout Buffer, Zones & TSL
What it does
**Elite Entries Pivot Banker** is a trend-following entry tool that:
1. Finds fresh **support/resistance pivots** using a configurable lookback.
2. Triggers **buy/sell** only when price **closes beyond** the pivot by a user-defined **Breakout Buffer** (ATR/%, or ticks).
3. Optionally **stamps a zone** from the **previous candle** (wick or body) so you can see the supply/demand area that produced the signal.
4. Manages positions with a **Trailing Stop (TSL)** (ATR/%, or points), including optional **auto break-even after +1R**.
It’s designed to cut “touch & reverse” fakes, visualize the origin zone, and keep risk management systematic.
---
How to use (quick start)
1. **Add to chart.** Works on regular or Heikin Ashi; the script uses “real” OHLC internally for entries/exits.
2. **Set Lookback (`length`).**
* Intraday: start at **150** (range: 100–200).
* Swing: start at **200** (range: 150–300).
3. **Choose Threshold Mode & Value.**
* *Percent* (default): common range **0.3–0.8%**.
* *Points*: handy for futures/indices if you think in points.
This defines how far from the pivot a candle must be before it’s even eligible to signal.
4. **Turn on the Breakout Buffer.**
* Keep **Require Breakout Close Beyond Pivot** ON.
* **ATR** buffer with **0.25–0.50** is a strong baseline; increase on choppy symbols.
* For slower charts or FX, try **Percent** (e.g., 0.10–0.25).
5. **Enable Zones (optional).**
* **Wick** zones are broader (more forgiving); **Body** zones are tighter (surgical).
* Use **Delete Zone When Broken** to auto-clean the chart.
* **Use Wick for Zone Break** if you want stricter invalidation (wick penetration kills the zone).
6. **Configure the Trailing Stop (TSL).**
* **ATR 14**, **2.0×** (Long/Short) is a classic start.
* Turn on **Auto Break-even after +1R** to protect gains on momentum pushes.
7. **Trade the signals.**
* **Green triangle** below bar = *Buy*.
* **Red triangle** above bar = *Sell*.
* If **Show BLOCKED** is enabled, “X” markers show signals that were suppressed only because a TSL trade is already active (to prevent stacking).
* **TSL line** (lime for long, red for short) shows your trailing stop; touching it exits (optional exit label shows PnL).
---
Inputs (plain-English guide)
Pivot Settings
* **Support/Resistance Lookback** — how far back to define pivots. Larger = fewer but stronger pivots.
* **Track Price** — keeps pivot plots tracking live price.
Signal Settings
* **Threshold Mode / Value** — minimum distance from pivot before a bar can even qualify.
* **Show BLOCKED markers** — visualizes otherwise-valid signals blocked by an active TSL position.
* **Signal Label Size** — shape size for the triangles.
External Filters (optional)
* **Use External Enhancers** — require pivot to be Above/Below a custom series (e.g., MA, HTF close).
Useful if you want signals only in the higher-timeframe trend.
Breakout Buffer (the key filter)
* **Require Breakout Close Beyond Pivot** — ON to reduce false breaks.
* **Buffer Mode** — ATR / Percent / Ticks.
* **Buffer Amount** — the distance that close must exceed the pivot.
Signal Zones
* **Create Zone After Signal** — draw a box from the **previous candle** (wick/body).
* **Opacity / Extend Right** — cosmetic and readability controls.
* **Delete Zone When Broken** — auto-remove once invalid.
* **Use Wick for Zone Break** — stricter (wick) vs. lenient (close) break logic.
* **Max Zones to Keep** — cap to avoid chart bloat during long replays.
Trailing Stop
* **Mode** — ATR / Percent / Points.
* **ATR Length / Multipliers** — classic 14 / 2.0× each side.
* **Percent / Points Trail** — alternatives to ATR.
* **Auto Break-even after +1R** — locks stop to entry once move equals the trail distance.
* **Show TSL Lines / Exit Labels / Risk Label at Start** — visibility + readouts.
* **PnL Display** — Currency / Points / Ticks.
* **Label styling & persistence** — pick sizes/colors and whether risk labels persist after exit.
---
Suggested presets
**Intraday baseline (indices, liquid stocks)**
* Lookback: **150**
* Threshold: **0.5%** (or 1.0 point on ES/points mode)
* Breakout Buffer: **ATR**, **0.35**
* TSL: ATR **14**, **2.0×** (both sides), Break-even **ON**
* Zones: **Wick**, Delete on Break **ON**, Wick-Break **OFF**
**Swing baseline (daily/4H)**
* Lookback: **200**
* Threshold: **0.5–0.8%**
* Breakout Buffer: **ATR**, **0.25–0.35**
* TSL: ATR **14**, **2.0×**, Break-even **ON**
* Zones: **Body** for cleaner structure, Delete on Break **ON**
---
Reading the chart
* **Triangles**: entries (green = buy, red = sell).
* **TSL lines**: dynamic stops (lime/red).
* **Exit labels**: optional PnL marker when stop is hit.
* **Zones**: shaded boxes from the *previous candle* that created the signal; auto-extend and optionally auto-delete.
---
Alerts included
* **Basic Buy Alert** — on confirmed buy signal.
* **Basic Sell Alert** — on confirmed sell signal.
* **TSL Exit (Long/Short)** — when trailing stop is touched.
---
Tips & troubleshooting
* Too many fakeouts?
→ Increase **Breakout Buffer** (e.g., ATR 0.35→0.50) or raise **Lookback**.
* Late entries?
→ Reduce **Threshold** and/or **Breakout Buffer** slightly.
* Want fewer overlapping trades?
→ Keep **TSL gate** ON (default behavior) so new signals are blocked while in a position.
* Zone clutter?
→ Lower **Max Zones to Keep** or enable **Delete Zone When Broken**.
---
## Notes & disclaimer
* This is a **research/education** tool. Always forward-test and risk-manage.
* For backtests, consider a **strategy** version that mirrors these entries and TSL exits (I can provide one if you want).
N Order EMAThe exponential moving average is one of the most fundamental tools in technical analysis, but its implementation is almost always locked to a single mathematical approach. I've always wanted to extend the EMA into an n-order filter, and after some time working through the digital signal processing mathematics, I finally managed to do it. This indicator takes the familiar EMA concept and opens it up to four different discretization methods, each representing a valid way to transform a continuous-time exponential smoother into a discrete-time recursive filter. On top of that, it includes adjustable filter order, which fundamentally changes the frequency response characteristics in ways that simply changing the period length cannot achieve.
The four discretization styles are impulse-matched, all-pole, matched z-transform, and bilinear (Tustin). The all-pole version is exactly like stacking multiple EMAs together but implemented in a single function with proper coefficient calculation. It uses a canonical form where you get one gain coefficient and the rest are zeros, with the feedback coefficients derived from the binomial expansion of the pole polynomial. The other three methods are attempts at making generalizations of the EMA in different ways. Impulse-matched creates the filter by matching the discrete-time impulse response to what the continuous EMA would produce. Matched z-transform directly maps the continuous poles to the z-domain using the exponential relationship. Bilinear uses the Tustin transformation with frequency prewarping to ensure the cutoff frequency is preserved despite the inherent warping of the mapping.
Honestly, they're all mostly the same in practice, which is exactly what you'd expect since they're all valid discretizations of the same underlying filter. The differences show up in subtle ways during volatile market conditions or in the exact phase characteristics, but for most trading applications the outputs will track each other closely. That said, the bilinear version works particularly well at low periods like 2, where other methods can sometimes produce numerical artifacts. I personally like the z-match for its clean frequency-domain properties, but the real point here is demonstrating that you can tackle the same problem from multiple mathematical angles and end up with slightly different but equally valid implementations.
The order parameter is where things get interesting. A first-order EMA is the standard single-pole recursive filter everyone knows. When you move to second-order, you're essentially cascading two filter sections, which steepens the roll-off in the frequency domain and changes how the filter responds to sudden price movements. Higher orders continue this progression. The all-pole style makes this particularly clear since it's literally stacking EMA operations, but all four discretization methods support arbitrary order. This gives you control over the aggressiveness of the smoothing that goes beyond just adjusting the period length.
On top of the core EMA calculation, I've included all the standard variants that people use for reducing lag. DEMA applies the EMA twice and combines the results to get faster response. TEMA takes it further with three applications. HEMA uses a Hull-style calculation with fractional periods, applying the EMA to the difference between a half-period EMA and a full-period EMA, then smoothing that result with the square root of the period. These are all implemented using whichever discretization method you select, so you're not mixing different mathematical approaches. Everything stays consistent within the chosen framework.
The practical upside of this indicator is flexibility for people building trading systems. If you need a moving average with specific frequency response characteristics, you can tune the order parameter instead of hunting for the right period length. If you want to test whether different discretization methods affect your strategy's performance, you can swap between them without changing any other code. For most users, the impulse-matched style at order 1 will behave almost identically to a standard EMA, which gives you a familiar baseline to work from. From there you can experiment with higher orders or different styles to see if they provide any edge in your particular market or timeframe.
What this really highlights is that even something as seemingly simple as an exponential moving average involves mathematical choices that usually stay hidden. The standard EMA formula you see in textbooks is already a discretized version of a continuous exponential decay, and there are multiple valid ways to perform that discretization. By exposing these options, this indicator lets you explore a parameter space that most traders never even know exists. Whether that exploration leads to better trading results is an empirical question that depends on your strategy and market, but at minimum it's a useful reminder that the tools we take for granted are built on arbitrary but reasonable mathematical decisions.
Bitgak [Osprey]🟠 INTRODUCTION
Bitgak , translated as "Oblique Angle" in Korean, is a strategy used by multi-hundred-million traders in Korea, sometimes more heavily than Fibonacci retracement.
It is a concept that by connecting two or more pivot points on the chart and creating equidistant parallel lines, we can spot other pivot points. As seen in the example, a line at a different height but with the same angle spots many pivot points.
This indicator spots pivot points on the chart and tests all different possible Bitgak lines with a brute-force method. Then it shows the parallel line configuration with the most pivots hitting it. You may use the lines drawn on the chart as possible reversal points.
It is best to use on Day and Week candles . In the very short range of time, the noise makes it hard to capture meaningful data.
🟠 HOW TO USE
The orange dots are the major pivot points (you can set the period of the long-term pivot) upon which the lines are built.
Change the "Manual Lookback Bars" from 300 to a meaningful period upon your inspection.
"Hit Tolerance %" means how close a pivot needs to be to the line to be considered as having touched the line.
If the line is too narrow, which is not very useful, you may consider increasing the "Long-term Pivot Bars" and experimenting with different settings for Channel Lines and Heuristics.
The result:
"Top Anchors to Test (L)" is how many L highest peaks and L lowest troughs should be weighed heavily when testing the lines. That is, with L = 1, the algorithm will reward the Bitgak lines that touch 1 highest peak and 1 lowest trough. It doesn't make much intuitive sense, so I suggest just testing it out.
🟠 HOW IT WORKS
Step 1: Pivot Detection
The indicator runs two parallel detection systems:
Short-term pivots (default: 7 bars on each side) - Captures minor swing highs/lows for detailed analysis
Long-term pivots (default: 17 bars on each side) - Identifies major structural turning points
These pivots form the foundation for all channel calculations.
Step 2: Anchor Point Selection
From the detected long-term pivots, the algorithm identifies:
The L highest peaks (default L=1, meaning the single highest peak)
The L lowest troughs (default L=1, meaning the single lowest trough)
These become potential "anchor points" for channel construction. Higher L values test more combinations but increase computation time.
Step 3: Channel Candidate Generation
For support channels: Every pair of troughs becomes a potential base line (A-B)
For resistance channels: Every pair of peaks becomes a potential base line (A-B)
The algorithm then tests each peak (for support) or trough (for resistance) as pivot C.
Step 4: Optimal Spacing Calculation
For each A-B-C combination, the algorithm calculates:
Unit Spacing = (Distance from C to A-B line) / Multiplier
It tests multipliers from 0.5 to 4.0 (or your custom range), asking: "If pivot C sits on the 1.0 line, what spacing makes the most pivots hit other lines?"
Step 5: Scoring & Selection
Each configuration is scored by counting how many pivots fall within tolerance (default 1% of price) of any parallel line in the range . The highest-scoring channel is drawn on your chart.
MACD AI Flux Pro Dashboard V. 2Acknowledgment
This indicator is built upon the MACD-V (Volatility-Normalized MACD) methodology originally created by Alex Spiroglou, CMT, whose research (2015–2022) introduced the principle of normalizing MACD momentum by volatility (MACD/ATR). Full acknowledgment and credit are hereby given to Mr. Spiroglou as the original author of the MACD-V concept and framework.
Indicator Overview — MACD-V Flux Pro Dashboard V.2
The MACD-V Flux Pro Dashboard advances Spiroglou’s volatility-normalized foundation into a comprehensive multi-system architecture that unifies momentum, trend, volatility, and compression analytics in one visual framework. It is engineered for precision decision-making in both intraday and swing-trading environments.
Key Dashboard Features:
Dynamic Probability Engine: Calculates real-time long and short probabilities by weighting momentum, slope, compression, and volume pressure components into a composite score.
Multi-Timeframe Confirmation (HTF Tiles): Displays live directional agreement across fast, mid, and slow timeframes for confidence filtering and signal validation.
Regime Detection System: Automatically classifies the market as Trend Up, Trend Down, Compression, or Transition, applying background color cues for instant context.
Risk and News Filters: Integrates ATR-based risk gating and customizable “mute windows” to block trade signals during high-volatility or scheduled news events.
VWAP and Adaptive Bands: Plots VWAP with configurable ATR or standard-deviation bands to highlight over-extension and pullback zones.
Trend-Day and Opening-Range Logic: Monitors RTH (Regular Trading Hours) price behavior to identify potential trend-day conditions.
Smart Entry Arrows: Generates visual long/short signals only when multiple subsystems confirm direction, slope strength, and proximity to VWAP within defined thresholds.
On-Chart Dashboard Panel: Presents live metrics including probability bias, regime state, ATR level, risk status, and news filters with adaptive color-coding and optional emoji cues for intuitive interpretation.
Chart Display Summary:
All elements are presented directly on the main chart, combining price structure, VWAP bands, EMAs, and regime background shading with the real-time dashboard panel. The design eliminates the need for a secondary pane, offering a consolidated and context-rich view of market dynamics
Sri Momentum Plus - CTF with adjustable hilineSri Momentum Plus – CTF with Adjustable Hiline
Sri Momentum Plus is a refined, multi-timeframe momentum analyzer designed to visualize trend strength and reversals with precision.
This tool is an enhanced version of traditional momentum oscillators, incorporating custom timeframe control, dynamic sensitivity, and a user-adjustable baseline (hiline) for flexible visualization and alignment with different trading strategies.
⚙️ Key Features
Custom Timeframe (CTF):
Analyze momentum from any selected timeframe (from 1-minute to Monthly), independent of the chart’s current timeframe.
Adjustable Hiline (Base Offset):
Shift the entire momentum structure up or down around your preferred base level. Ideal for aligning multiple indicators or customizing visual zones (e.g., -110, -50, or 0).
Dual Momentum Calculation:
Uses a blend of fast and slow moving averages to capture both short-term bursts and long-term shifts in momentum.
Normalization Options:
Choose between Volatility-based or Price-average-based normalization to adapt the indicator’s sensitivity to different market conditions.
Smart Coloring:
Four-color histogram distinguishes between bullish, bearish, and transitional phases — allowing you to visually detect momentum strength and reversals at a glance.
Signal Line Integration:
Smooths raw momentum into a clear signal line for trend confirmation and cross-over recognition.
🧩 User Controls
Timeframe Selection: Select any timeframe for the momentum calculation, independent of the chart.
Sensitivity: Fine-tune how strongly the indicator reacts to price movements.
Fast/Slow/Signal Periods: Adjust each period length for faster or slower response.
Normalization Method: Choose how momentum is scaled — either by volatility or by average price.
Hiline (Base Offset): Move the baseline up or down to align the indicator with your layout or trading framework.
📊 How to Use
Use histogram color changes and signal line crossovers to identify potential trend shifts.
Adjust the hiline to align with your preferred visual setup or to stack this indicator with other tools.
Works well in combination with volume, trend, or oscillator-based indicators for enhanced decision-making.
💡 Best For
Traders who use momentum-based strategies (swing, intraday, or positional).
Those who prefer custom multi-timeframe analysis to confirm higher-timeframe momentum.
Users seeking visual flexibility and clean separation of bullish/bearish momentum phases.
Index of Civilization DevelopmentIndex of Civilization Development Indicator
This Pine Script (version 6) creates a custom technical indicator for TradingView, titled Index of Civilization Development. It generates a composite index by averaging normalized stock market performances from a selection of global country indices. The normalization is relative to each index's 100-period simple moving average (SMA), scaled to a percentage (100% baseline). This allows for a comparable "development" or performance metric across diverse markets, potentially highlighting trends in global economic or "civilizational" progress based on equity markets.The indicator plots as a single line in a separate pane (non-overlay) and is designed to handle up to 40 symbols to respect TradingView's request.security() call limits.Key FeaturesComposite Index Calculation: Fetches the previous bar's close (close ) and its 100-period SMA for each selected symbol.
Normalizes each: (close / SMA(100)) * 100.
Averages the valid normalizations (ignores invalid/NA data) to produce a single "Index (%)" value.
Symbol Selection Modes:Top N Countries: Selects from a predefined list of the top 50 global stock indices (by market cap/importance, e.g., SPX for USA, SHCOMP for China). Options: Top 5, 15, 25, or 50.
Democratic Countries: ~38 symbols from democracies (e.g., SPX, NI225, NIFTY; based on democracy indices ≥6/10, including flawed/parliamentary systems).
Dictatorships: ~12 symbols from authoritarian/hybrid regimes (e.g., SHCOMP, TASI, IMOEX; scores <6/10).
Customization:Line color (default: blue).
Line width (1-5, default: 2).
Line style: Solid line (default), Stepline, or Circles.
Data Handling:Uses request.security() with lookahead enabled for real-time accuracy, gaps off, and invalid symbol ignoring.
Runs calculations on every bar, with max_bars_back=2000 for historical depth.
Arrays are populated only on the first bar (barstate.isfirst) for efficiency.
Predefined Symbol Lists (Examples)Top 50: SPX (USA), SHCOMP (China), NI225 (Japan), ..., BAX (Bahrain).
Democratic: Focuses on free-market democracies like USA, Japan, UK, Canada, EU nations, Australia, etc.
Dictatorships: Authoritarian markets like China, Saudi Arabia, Russia, Turkey, etc.
Usage TipsAdd to any chart (e.g., daily/weekly timeframe) to view the composite line.
Ideal for macro analysis: Compare democratic vs. authoritarian performance, or track "top world" equity health.
Potential Limitations: Relies on TradingView's symbol availability; some exotic indices (e.g., KWSEIDX) may fail if not supported. The 40-symbol cap prevents errors.
Interpretation: Values >100 indicate above-trend performance; <100 suggest underperformance relative to recent averages.
This script blends financial data with geopolitical categorization for a unique "civilization index" perspective on global markets. For modifications, ensure symbol tickers match TradingView's format.
Range Boxes XL (Nephew_Sam_) inspiredThis indicator is just Nephew_Sam's "Range Box" indicator modified. It gives the user the opportunity to plot multiple range boxes. This has been one of my favorite indicators for a while. Hopefully some you you all can benefit from it as I have. Thank you @Nephew_Sam.
CPR+PIVOT+HL+EMA_ by Jit'sThe **CPR+PIVOT+HL+EMA_ by Jit's** is a custom Trading View indicator designed especially for **index intraday trading** (like NIFTY, BANKNIFTY, and FINNIFTY). It integrates four powerful analytical components—Central Pivot Range (CPR), Pivot Points, Previous Day High/Low, and 9/15 Exponential Moving Averages (EMA)—to provide traders a comprehensive market structure and trend confirmation tool.
Core Components
**1. Central Pivot Range (CPR)**
The CPR forms the central structure of this indicator. It is derived from the previous day’s **high, low, and close** values:
- Pivot (P) = (H + L + C) / 3
- Bottom Central (BC) = (H + L) / 2
- Top Central (TC) = (P - BC) + P
These three levels together represent the market’s “value area.”
A **narrow CPR** suggests a potential trending day ahead, while a **wide CPR** indicates likely consolidation.
**2. Pivot Points & Support/Resistance Levels**
The indicator extends beyond CPR by adding **traditional or Fibonacci pivots**, dynamically plotting resistance (R1–R5) and support (S1–S5) zones. These levels assist in spotting breakout levels and intraday reversal zones.
**3. Previous Day High and Low (PDH/PDL)**
These levels are essential for understanding market context. When price stays **above PDH**, it often signals strong bullish momentum; breaking **below PDL** indicates bearish pressure. Many traders use PDH/PDL along with CPR as key validation points for entries or exits.
**4. EMA (9 and 15 periods)**
The moving averages provide short-term trend confirmation.
- **EMA(9)** captures immediate momentum.
- **EMA(15)** represents short-term trend alignment.
A crossover of EMA(9) above EMA(15) usually supports a **buy signal**, while the opposite indicates a sell bias.
Use Case in Index Trading
This indicator setup is highly suited for **index-based intraday trading** because:
- CPR gives a bias for the day (bullish/bearish).
- PDH/PDL exhibit clear breakout or reversal areas.
- EMAs refine timing for entry/exit.
- Pivot levels mark precise target and stop zones.
SALSA Multi-Framework Analysis SuiteThis indicator, SALSA (SALSA Multi-Framework Analysis Suite), is an original compilation designed to provide a multi-dimensional view of the market by integrating several distinct analytical frameworks into a single tool. It is not a simple aggregation of standard indicators without purpose.
The core concept is to combine the analytical power of different technical methodologies:
1. Multi-Length Moving Averages (MAs):A customizable set of 6 MAs (with user-defined types and lengths) provides trend direction, potential support/resistance levels, and generates signals through crossovers. Their rainbow color scheme (Red to Violet) helps visualize different timeframes.
2. **Volume Profile (VP):** Displays the distribution of trading volume at different price levels over a defined lookback period. Key levels like the Point of Control (PoC), Value Area High (VAH), and Value Area Low (VAL) are highlighted with specific, user-adjustable colors (e.g., red PoC, orange VAH, blue VAL) to identify significant price zones where institutional interest may have occurred.
3. Divergence Detection: Implements an algorithm to identify regular and hidden bullish and bearish divergences between an internal oscillator (`sz`) and the asset's price action. This helps anticipate potential trend reversals before they are confirmed by price.
4. Trend & Volatility Indicators: Includes VWAP, Bollinger Bands, and Ichimoku Cloud, offering additional layers for trend confirmation, volatility assessment, and dynamic support/resistance levels.
5. Momentum Indicators:** Features an internal oscillator inspired by Koncorde concepts, using CMF, OBV, RSI, and Stochastic to provide momentum-based buy/sell shapes.
6. Trading Signals (SALSA System):Generates potential buy/sell signals based on the interaction between the `sz` oscillator and ADX values.
7. Whale Detector:Aims to identify potential large player activity based on specific volume and price action patterns.
The primary goal is to allow traders to cross-reference signals from different analytical frameworks (trend, momentum, volume, volatility) simultaneously, increasing the potential for robust trade setups. The extensive input options allow for significant customization to fit various trading styles and preferences.
This script is provided for educational purposes to demonstrate the integration of multiple technical analysis concepts in Pine Script.
Market-BS Based on price action on 1 minute time frame-
Buy signal- whenever B print below the candle
Sell signal- whenever S print above the candle
Divergences: Price × RSI × OBV The Triple Confirmation Divergence indicator is a sophisticated momentum and volume-based tool designed to identify high-probability trend exhaustion points and potential reversals. It moves beyond traditional single-indicator divergence analysis by synthesizing signals from three core pillars of technical analysis: Price Action, Momentum, and Volume Flow.
This indicator works better on the time frames: 1H, 4H, 1D, 1W and 1M.
Medium-Term Valuation | MiesOnChartsThis medium-term valuation indicator integrates multiple valuation metrics to assist investors in identifying oversold and overbought market conditions with greater precision.
How to Interpret:
The indicator employs adaptive standard deviation bands to define extreme market zones. The red band signals a strongly overbought condition, while the green band indicates a significantly oversold condition.
How to Apply:
Investors can leverage these extreme levels as strategic points for taking profits or implementing dollar-cost averaging (DCA) strategies, optimizing entry and exit decisions in the market.
Disclaimer: NOT Financial advice. Past performance is not indicative of future results. No trading strategy can guarantee success in financial markets.
X-GoldThis indicator visualizes the relationship between Gold’s global strength and the U.S. Dollar Index (DXY) to help traders identify periods of confluence or divergence between the two assets.
It combines:
# Gold Spread Index (GSI) – the average normalized value of XAU quoted against several major currencies (USD, AUD, CHF, EUR, GBP, and Silver).
This helps measure gold’s strength across global markets, not just against the U.S. dollar.
# Normalized DXY line – a z-scored and smoothed version of the U.S. Dollar Index for visual comparison.
The background highlights confluence zones:
🟢 Bullish Confluence – GSI trending up while DXY trends down
🔴 Bearish Confluence – GSI trending down while DXY trends up
⚫ Neutral / Divergence – both move in the same direction (often signals indecision or ranging conditions)
Key Features:
# Works on any timeframe
# Real-time background color zones for instant trend confluence visualization
# Optional alerts for buy/sell/neutral confluence transitions
# Clean layout in a separate panel for clear comparison
Disclaimer:
This script is for educational and analytical purposes only.
It does not provide financial advice or guarantee any trading outcomes.
Always perform your own analysis before making investment decisions.
Friday’s Close – Futures Weekend AnchorPurpose:
This indicator highlights the US futures weekend close price — the exact level where CME markets end trading on Friday at 4:00 PM CT / 5:00 PM ET.
It’s designed primarily for crypto traders who want to compare weekend market behavior to the traditional finance (TradFi) close.
Why it matters:
Crypto trades 24/7, but global liquidity and sentiment still pivot around the Friday futures close. During the weekend, crypto can “drift” relative to traditional markets — this line shows exactly where the week ended for Wall Street, giving you a clean reference point until futures reopen on Sunday evening.
Features
Precise Friday close capture (CME weekend close minute, not just daily bar)
Works on any ticker — especially useful for BTC, ETH, or other crypto assets
Adjustable for time zone (New York / Chicago / custom)
Option to select prior weeks with weekOffset
Draws a single clean line from Friday’s close forward — no clutter, no vertical stitches
Optional right-edge label with the close value and timestamp
Usage Tips
Keep the chart’s timezone in sync with your anchor (America/New_York = 5 PM ET, America/Chicago = 4 PM CT).
Use weekOffset = 1 to view last week’s Friday close.
Combine with volume, funding, or open interest indicators to see how weekend moves relate to the TradFi close.
Ideal for weekend analysis — shows whether crypto is trading rich or cheap vs. the Friday benchmark before futures reopen.
Recommended For
Crypto traders, analysts, and quant enthusiasts who monitor TradFi–crypto decoupling or weekend premium behavior.
ATR-Normalized MACD w/ Visual BackgroundChatGPT said:
Absolutely! Let’s break down the YON MACD indicator in detail so you understand what it does, how it works, and how to use it.
1. Purpose
The YON MACD is a volatility-adjusted version of the classic MACD. Instead of just using EMA differences, it normalizes the MACD by the Average True Range (ATR), which means:
High-volatility markets → the MACD signal is scaled down.
Low-volatility markets → the MACD signal is scaled up.
This gives a more consistent momentum signal across different market conditions, avoiding false spikes during high volatility.
2. Components
a. Fast and Slow EMAs
fastEMA → Typically 12-period EMA of price.
slowEMA → Typically 26-period EMA of price.
The difference between them measures short-term momentum.
b. ATR Normalization
atr → Average True Range over a specified period (default 26).
Formula:
YON MACD=fastEMA - slowEMAATR×100
YON MACD=
ATR
fastEMA - slowEMA
×100
This adjusts the MACD for market volatility.
c. Signal Line
EMA of the YON MACD (default 9 periods).
Acts like a trigger line for crossovers.
d. Histogram
hist = YON MACD - Signal Line
Visualizes divergence: how far the MACD is from the signal line.
Positive histogram → bullish momentum, negative → bearish momentum.
3. Visual Features
Plot Lines
YON MACD → colored green (rising), red (falling), gray (unchanged).
Signal line → always blue.
Histogram → columns: green (positive), red (negative).
Background Coloring
Green → MACD rising + histogram positive (bullish momentum).
Red → MACD falling + histogram negative (bearish momentum).
Yellow/Orange → histogram flips (early momentum change).
This makes trend and momentum immediately visible without having to study the panel in detail.
4. Alerts
MACD Cross Alerts
YON MACD crosses above the signal → potential buy.
YON MACD crosses below the signal → potential sell.
Histogram Flip Alerts
Histogram flips from negative → positive → early bullish signal.
Histogram flips from positive → negative → early bearish signal.
This allows automation or notifications for momentum changes.
5. How to Use
Trend Confirmation
Green background + MACD above signal → trend is bullish.
Red background + MACD below signal → trend is bearish.
Entry/Exit Signals
Buy: MACD crosses above signal or histogram flips positive.
Sell: MACD crosses below signal or histogram flips negative.
Volatility Adjustment
Since the MACD is ATR-normalized, it avoids overreacting in volatile conditions and highlights true momentum shifts.
Summary
The YON MACD is a trend-following and momentum indicator with:
Volatility normalization (ATR)
MACD cross signals
Histogram divergence visualization
Background colors for instant momentum reading
Alerts for crossovers and early momentum flips
It’s a powerful all-in-one momentum tool that can work for day trading, swing trading, or even longer-term analysis.
OSOK AMERICANA [TakingProphets]OVERVIEW
OSOK is an ICT-inspired execution framework designed to help traders map the interaction between Higher-Timeframe (HTF) liquidity sweeps, qualifying Order Blocks, and Current-Timeframe (CTF) confirmation signals — all within a single, structured workflow.
By sequencing an HTF CRT → Order Block → CTF CRT model and integrating IPDA 20 equilibrium context, this tool provides traders with a visual framework for aligning intraday execution decisions with higher-timeframe intent. All plotted elements — sweeps, blocks, open prices, and equilibrium levels — update continuously in real time.
-----------------------------------------------------------------------------------------------
Core Concepts (ICT-Based)
-----------------------------------------------------------------------------------------------
Candle Range Transition (CRT) Sweeps
Bullish CRT → The second candle runs below the first candle’s low and closes back inside its range.
Bearish CRT → The second candle runs above the first candle’s high and closes back inside its range.
These patterns are frequently associated with liquidity grabs and potential directional shifts.
HTF → CTF Alignment
-Detects valid HTF CRTs (e.g., Daily CRTs derived from H4 or Weekly CRTs derived from Daily).
-Locates a qualifying Order Block within HTF Candle-2 to identify areas of potential interest.
-Waits for a modified CRT confirmation on the current timeframe before signaling possible directional bias.
IPDA 20 Equilibrium
-Plots the midpoint of the daily highest and lowest prices over the last 20 periods.
-Provides a visual reference for premium and discount pricing zones.
-----------------------------------------------------------------------------------------------
How OSOK Works
-----------------------------------------------------------------------------------------------
Step 1 — HTF CRT Check
On each new HTF candle, the script scans for a clean CRT formation on the higher aggregation (e.g., H4 → D or D → W).
If found, it tags the candles as C1, C2, and C3 and optionally shades their backgrounds for clear visual parsing.
Step 2 — HTF Order Block Identification
Searches within HTF Candle-2 for a qualifying Order Block using a compact pattern filter.
Draws a persistent OB level with clear labeling for context.
Step 3 — CTF Confirmation (Modified CRT)
Monitors your current chart timeframe for a modified CRT in alignment with the HTF setup:
For bullish setups → waits for a bullish modified CRT and close above C1’s high zone.
For bearish setups → expects a bearish modified CRT and close below C1’s low zone.
Step 4 — Real-Time Maintenance
All labels, lines, and background spans update intrabar.
If the setup invalidates — for example, if implied targets are exceeded before entry — the layout resets and waits for the next valid sequence.
-----------------------------------------------------------------------------------------------
KEY FEATURES
-----------------------------------------------------------------------------------------------
HTF CRT Visualization
-Optional “×” markers on Daily/Weekly CRT sweeps.
-Independent background shading for C1, C2, and C3.
Order Block + Open Price Context
-Draws HTF Order Block levels and plots C3 Open Price (DOP) for additional directional reference.
CTF CRT Execution Cue
-Displays a modified CRT on your current timeframe when conditions align with the HTF narrative.
IPDA 20 Line + Label
-Plots a dynamic midpoint level with an optional label for quick premium/discount context.
Optimized Drawing Engine
-Lightweight, efficient use of chart objects ensures smooth performance without visual clutter.
INPUTS
-Higher Timeframe Settings
-Toggle markers for Daily/Weekly CRT sweeps.
-Enable and color C1, C2, and C3 background spans.
-IPDA Display Options
-Control visibility, color, and line style for IPDA 20 equilibrium levels.
-Sweep, OB, and Open Price Styles
-Per-element customization for colors, widths, and labels.
-----------------------------------------------------------------------------------------------
BEST PRACTICES
-----------------------------------------------------------------------------------------------
Start on H4 or Daily to identify valid HTF CRT formations.
Confirm a qualifying OB inside Candle-2.
Drop to your execution timeframe and wait for the modified CTF CRT confirmation before acting.
Use IPDA 20 equilibrium as a reference for premium vs. discount zones.
Combine with your ICT session bias and overall market context for optimal decision-making.
-----------------------------------------------------------------------------------------------
Important Notes
-----------------------------------------------------------------------------------------------
OSOK is not a buy/sell signal provider. It’s a visual framework for understanding ICT-based execution models.
All objects reset automatically when new HTF candles form or setups invalidate.
Works on any symbol and timeframe by default, with HTF mapping set to H4 → D and D → W.
ACE哥專屬指標這是一款專為加密貨幣與外匯市場設計的多空結構分析指標。
指標核心結合了市場結構、K線反轉訊號、均線節奏與關鍵支撐壓力區間偵測,
可協助交易者在趨勢盤與震盪盤中找到相對安全的進出場點位。
本指標可應用於波段、日內與短線操作,能清楚標示多空轉折區間、結構突破與回測確認點,
特別適合搭配結構延續策略、支撐壓力策略或結構轉換策略使用。
若有興趣了解更多策略應用與交易邏輯,歡迎透過官方社群或課程進一步學習。
This is a long-short structure analysis indicator designed specifically for the cryptocurrency and forex markets.
The core of the indicator combines market structure, candlestick reversal signals, moving average rhythm, and key support and resistance zone detection to help traders identify relatively safe entry and exit points in trending and volatile markets.
This indicator can be used for swing, intraday, and short-term trading. It clearly identifies long-short turning points, structural breakouts, and backtest confirmation points.
It is particularly suitable for use with structural continuation strategies, support and resistance strategies, or structural conversion strategies.
If you are interested in learning more about strategy applications and trading logic, please learn more through the official community or courses.
Time Lines - 9:30 & 10:45 NY + 03:00 & 09:00 LDNlines indicating market open of the london and new york sessiom
EGBRisk v1.1011. **Identifies 8 types of bullish engulfing patterns**:
- 7 standard EGB types (1️–7️) with different formation conditions (e.g., exact price matches, candle wicks, relative body sizes, etc.).
- One special **EGBRisk** type — a more aggressive but flexible engulfing variant.
2. **Works across multiple timeframes simultaneously**:
- Detects patterns on three user-defined timeframes (e.g., 30m, 15m, 5m).
- Optionally checks for **price zone overlap** between timeframes.
3. **Tracks post-pattern price behavior**:
- Detects **downside breakouts** (considered pattern failure — objects are removed).
- Marks **retests** of the custom level.
- Supports **history mode** to view older patterns.
4. **Additional features**:
- Optional **info panel** showing counts of each pattern type.
- **"Perfect Mode"** for stricter price-matching conditions.
- Customizable line styles, colors, delays, and tolerance settings.
Sessions - [CLEAN SESSION LEVELS UPDATED 2.0 ]s indicator automatically plots high and low levels for all major trading sessions — Asia, London, and New York — helping traders identify key liquidity zones and structure points throughout the day. Designed for precision and clarity, it adapts seamlessly across timeframes and pairs, making it ideal for session-based strategies, sweep setups, and intraday market structure analysis.
Harmonic Patterns Pro 1.0 [abusuhil]# Harmonic Patterns Pro 1.0
## 📊 Professional Harmonic Pattern Detector - All 10 Classical Models
**Harmonic Patterns Pro** is a comprehensive, non-repainting indicator that automatically detects and displays all 10 classical harmonic patterns in real-time. Built with precision and professional traders in mind, this indicator helps you identify high-probability reversal zones based on Fibonacci ratios.
---
## ✨ Key Features
### 🎯 10 Harmonic Patterns Supported
- **Gartley** - The most common harmonic pattern
- **Bat** - High accuracy with tight stop loss
- **Butterfly** - Extended pattern with strong reversal potential
- **Crab** - Extreme extension pattern (1.618 XA)
- **Deep Crab** - Deeper B retracement variant
- **Shark** - Unique C point extension pattern
- **Cypher** - C extends beyond A, tight stop loss
- **AB=CD** - Simple equal-leg pattern
- **Alternate Bat** - Bat variation with D beyond X
- **Three Drives** - Three equal impulse moves
### 🔒 100% Non-Repainting
- Patterns are drawn **only after completion** (candle close)
- Once drawn, patterns **stay permanently** on the chart
- No future data used - completely reliable for live trading
- What you see in history is what you get in real-time
### 🎚️ 5 Sensitivity Levels
Choose the detection accuracy that fits your trading style:
- **Strict (±2%)** - Highest accuracy, fewer signals
- **Medium-Strict (±5%)** - Good balance
- **Medium (±8%)** - Recommended for most traders
- **Medium-Loose (±12%)** - More patterns detected
- **Loose (±18%)** - Maximum pattern detection
### 🎨 Advanced Visual Design
- **PRZ Zone**: Automatic Potential Reversal Zone highlighting
- **Pattern Fill**: Shaded area between pattern lines for clarity
- **XABCD Points**: Clear labeling of all pivot points
- **Color Coded**: Green for bullish, red for bearish patterns
- **Customizable**: Adjust colors, opacity, line styles, label sizes
### 📈 Complete Trading System
- **Entry Signals**: Clear BUY/SELL labels at point D
- **3 Profit Targets**: TP1 (38.2%), TP2 (61.8%), TP3 (100% CD)
- **Stop Loss**: Automatically calculated and displayed
- **Entry Timing**: Option to enter at D or next candle
- **Pattern Names**: Each pattern labeled (e.g., "Bullish Bat")
### 🧹 Simplified Mode
- Toggle to hide all decorations
- Shows only: BUY/SELL signals, targets, and stop loss
- Perfect for experienced traders who want a clean chart
### 🚫 Anti-Overlap System
- **Minimum Bars Between Patterns** setting
- Prevents cluttered charts with overlapping patterns
- Ensures only the most recent, valid patterns are displayed
- Adjustable from 5 to 50 bars
### 🔔 Smart Alert System
- **3 Alert Types**: Buy Signal, Sell Signal, Any Signal
- **Signal Tester Compatible**: Works with backtesting tools
- **alertcondition()** method for TradingView alerts
- Get notified immediately when patterns complete
---
## 🚀 Quick Start Guide
### Recommended Settings (Beginners)
```
ZigZag Length: 12
Sensitivity: Medium
PRZ Opacity: 40
Fill Opacity: 30
Entry on Next Candle: false
Simplified Mode: false
Min Bars Between Patterns: 15
```
### For Live Trading
```
Entry on Next Candle: true ← Important!
```
### For Clean Charts
```
Simplified Mode: true
```
---
## 📊 Best Practices
### Timeframes
- **Best**: 4H, Daily, Weekly
- **Good**: 1H, 2H
- **Acceptable**: 15m, 30m
### Markets
Works on **all markets**: Forex, Stocks, Crypto, Commodities, Indices
### Risk Management
- Risk per trade: 1-2% of account
- Stop Loss: Use indicator's calculated SL
- Profit Targets: Scale out at TP1, TP2, TP3
- Minimum R:R: 1:2
---
## 🎓 Trading Strategies
### Strategy 1: Conservative
- Sensitivity: Strict
- Entry on Next Candle: true
- Confirm with RSI/MACD
### Strategy 2: Aggressive
- Sensitivity: Medium-Loose
- Quick entry and exit
- Scale out at TP1, TP2
### Strategy 3: Swing Trading
- Sensitivity: Strict
- Timeframe: 4H, Daily
- Hold to TP3
### Strategy 4: Multi-Timeframe
- Identify pattern on higher timeframe
- Enter on lower timeframe pattern
---
## 🔔 Setting Up Alerts
1. Right-click on chart → **"Add Alert"**
2. Condition → **"Harmonic Patterns Pro 1.0 "**
3. Choose: Buy Signal / Sell Signal / Any Signal
4. Click **"Create"**
---
## ❓ FAQ
**Q: Does this indicator repaint?**
A: No. 100% non-repainting.
**Q: What's the best sensitivity setting?**
A: Start with "Medium".
**Q: How many patterns should I expect?**
A: Daily: 1-3/month. 1H: 5-10/week.
**Q: Can I use this for backtesting?**
A: Yes! Compatible with Signal Tester.
**Q: Should I trade every pattern?**
A: No. Focus on quality setups.
**Q: What's the typical win rate?**
A: Beginners: 40-50%, Advanced: 65-75%.
---
## 🎯 Why Choose This Indicator?
✅ **Comprehensive** - All 10 patterns in one
✅ **Reliable** - 100% non-repainting
✅ **Professional** - Clean, customizable design
✅ **Complete** - Entry, targets, stop loss included
✅ **User-Friendly** - Easy to use
✅ **Flexible** - Works on all markets and timeframes
---
## ⚠️ Disclaimer
This indicator is a tool for technical analysis and should not be considered financial advice. Trading involves substantial risk of loss. Always use proper risk management and never risk more than you can afford to lose.
---
## 🏆 Final Words
**Harmonic Patterns Pro 1.0** combines classical harmonic pattern theory with modern automation. Start identifying high-probability reversal zones today!
**Version**: 1.0 | **Author**: | **Last Updated**: October 2025
**Happy Trading! 📊✨**
---
---
---
# ═══════════════════════════════════════════════════════════
# 🌟 النسخة العربية | ARABIC VERSION 🌟
# ═══════════════════════════════════════════════════════════
---
---
---
# مؤشر نماذج الهارمونيك الاحترافي 1.0
## 📊 كاشف احترافي لنماذج الهارمونيك - جميع النماذج العشرة الكلاسيكية
**مؤشر نماذج الهارمونيك الاحترافي** هو مؤشر شامل وغير معاد الرسم يكتشف ويعرض تلقائياً جميع نماذج الهارمونيك الكلاسيكية العشرة في الوقت الفعلي. تم بناؤه بدقة ومع وضع المتداولين المحترفين في الاعتبار، يساعدك هذا المؤشر على تحديد مناطق الانعكاس عالية الاحتمالية بناءً على نسب فيبوناتشي.
---
## ✨ الميزات الرئيسية
### 🎯 دعم 10 نماذج هارمونيك
- **Gartley (جارتلي)** - النموذج الأكثر شيوعاً
- **Bat (الخفاش)** - دقة عالية مع وقف خسارة ضيق
- **Butterfly (الفراشة)** - نموذج ممتد مع إمكانية انعكاس قوية
- **Crab (السلطعون)** - نموذج امتداد متطرف (1.618 XA)
- **Deep Crab (السلطعون العميق)** - نسخة أعمق من السلطعون
- **Shark (القرش)** - نموذج فريد بامتداد النقطة C
- **Cypher (السايفر)** - C تمتد بعد A، وقف خسارة ضيق
- **AB=CD** - نموذج بسيط بأرجل متساوية
- **Alternate Bat (الخفاش البديل)** - نسخة من الخفاش مع D بعد X
- **Three Drives (الدفعات الثلاث)** - ثلاث حركات دفع متساوية
### 🔒 عدم إعادة الرسم 100%
- يتم رسم النماذج **فقط بعد الاكتمال** (إغلاق الشمعة)
- بمجرد الرسم، تبقى النماذج **بشكل دائم** على الشارت
- لا يتم استخدام بيانات مستقبلية - موثوق تماماً للتداول المباشر
- ما تراه في التاريخ هو ما تحصل عليه في الوقت الفعلي
### 🎚️ 5 مستويات حساسية
اختر دقة الكشف التي تناسب أسلوب التداول الخاص بك:
- **Strict (صارم ±2%)** - أعلى دقة، إشارات أقل
- **Medium-Strict (متوسط-صارم ±5%)** - توازن جيد
- **Medium (متوسط ±8%)** - موصى به لمعظم المتداولين
- **Medium-Loose (متوسط-مرن ±12%)** - اكتشاف المزيد من النماذج
- **Loose (مرن ±18%)** - أقصى اكتشاف للنماذج
### 🎨 تصميم مرئي متقدم
- **منطقة PRZ**: تمييز تلقائي لمنطقة الانعكاس المحتملة
- **تظليل النموذج**: منطقة مظللة بين خطوط النموذج للوضوح
- **نقاط XABCD**: تسمية واضحة لجميع نقاط المحور
- **ترميز لوني**: أخضر للنماذج الصاعدة، أحمر للنماذج الهابطة
- **قابل للتخصيص**: ضبط الألوان، الشفافية، أنماط الخطوط، أحجام الملصقات
### 📈 نظام تداول كامل
- **إشارات الدخول**: ملصقات BUY/SELL واضحة عند النقطة D
- **3 أهداف ربح**: TP1 (38.2%)، TP2 (61.8%)، TP3 (100% CD)
- **وقف الخسارة**: يتم حسابه وعرضه تلقائياً
- **توقيت الدخول**: خيار للدخول عند D أو الشمعة التالية
- **أسماء النماذج**: كل نموذج مُسمى (مثل "Bullish Bat")
### 🧹 الوضع المبسط
- تبديل لإخفاء جميع الزخارف
- يعرض فقط: إشارات BUY/SELL، الأهداف، ووقف الخسارة
- مثالي للمتداولين ذوي الخبرة الذين يريدون شارت نظيف
### 🚫 نظام منع التداخل
- إعداد **الحد الأدنى من الشموع بين النماذج**
- يمنع الشارت المزدحم بالنماذج المتداخلة
- يضمن عرض النماذج الأحدث والصالحة فقط
- قابل للتعديل من 5 إلى 50 شمعة
### 🔔 نظام تنبيهات ذكي
- **3 أنواع تنبيهات**: إشارة شراء، إشارة بيع، أي إشارة
- **متوافق مع Signal Tester**: يعمل مع أدوات الاختبار الخلفي
- طريقة **alertcondition()** لتنبيهات TradingView
- احصل على إشعار فوري عند اكتمال النماذج
---
## 🚀 دليل البدء السريع
### الإعدادات الموصى بها (للمبتدئين)
```
ZigZag Length: 12
Sensitivity: Medium
PRZ Opacity: 40
Fill Opacity: 30
Entry on Next Candle: false
Simplified Mode: false
Min Bars Between Patterns: 15
```
### للتداول المباشر
```
Entry on Next Candle: true ← مهم!
```
### للشارت النظيف
```
Simplified Mode: true
```
---
## 📊 أفضل الممارسات
### الأطر الزمنية
- **الأفضل**: 4 ساعات، يومي، أسبوعي
- **جيد**: ساعة، ساعتين
- **مقبول**: 15 دقيقة، 30 دقيقة
### الأسواق
يعمل على **جميع الأسواق**: الفوركس، الأسهم، العملات الرقمية، السلع، المؤشرات
### إدارة المخاطر
- المخاطرة لكل صفقة: 1-2% من الحساب
- وقف الخسارة: استخدم SL المحسوب من المؤشر
- أهداف الربح: خذ أرباح تدريجية عند TP1، TP2، TP3
- الحد الأدنى للمخاطرة/العائد: 1:2
---
## 🎓 استراتيجيات التداول
### الاستراتيجية 1: المحافظة
- الحساسية: Strict (صارم)
- الدخول من الشمعة التالية: true
- التأكيد مع RSI/MACD
### الاستراتيجية 2: العدوانية
- الحساسية: Medium-Loose (متوسط-مرن)
- دخول وخروج سريع
- أخذ أرباح تدريجية عند TP1، TP2
### الاستراتيجية 3: السوينج
- الحساسية: Strict (صارم)
- الإطار الزمني: 4 ساعات، يومي
- الاحتفاظ حتى TP3
### الاستراتيجية 4: متعدد الأطر الزمنية
- تحديد النموذج على إطار زمني أعلى
- الدخول على نموذج إطار زمني أقل
---
## 🔔 إعداد التنبيهات
1. انقر بزر الماوس الأيمن على الشارت → **"Add Alert"**
2. الشرط → **"Harmonic Patterns Pro 1.0 "**
3. اختر: Buy Signal / Sell Signal / Any Signal
4. اضغط **"Create"**
---
## ❓ الأسئلة الشائعة
**س: هل يعيد المؤشر الرسم؟**
ج: لا. عدم إعادة الرسم 100%.
**س: ما هو أفضل إعداد للحساسية؟**
ج: ابدأ بـ "Medium" (متوسط).
**س: كم عدد النماذج المتوقعة؟**
ج: يومي: 1-3 شهرياً. ساعة: 5-10 أسبوعياً.
**س: هل يمكنني استخدامه للاختبار الخلفي؟**
ج: نعم! متوافق مع Signal Tester.
**س: هل يجب أن أتداول كل نموذج؟**
ج: لا. ركز على الإعدادات عالية الجودة.
**س: ما هو معدل الربح النموذجي؟**
ج: المبتدئون: 40-50%، المتقدمون: 65-75%.
---
## 🎯 لماذا تختار هذا المؤشر؟
✅ **شامل** - جميع النماذج العشرة في مؤشر واحد
✅ **موثوق** - عدم إعادة الرسم 100%
✅ **احترافي** - تصميم نظيف وقابل للتخصيص
✅ **كامل** - الدخول، الأهداف، ووقف الخسارة مشمولة
✅ **سهل الاستخدام** - سهل الاستخدام
✅ **مرن** - يعمل على جميع الأسواق والأطر الزمنية
---
## ⚠️ إخلاء المسؤولية
هذا المؤشر هو أداة للتحليل الفني ولا ينبغي اعتباره نصيحة مالية. التداول ينطوي على مخاطر كبيرة للخسارة. استخدم دائماً إدارة المخاطر المناسبة ولا تخاطر أبداً بأكثر مما يمكنك تحمل خسارته.
---
## 🏆 الكلمة الأخيرة
**مؤشر نماذج الهارمونيك الاحترافي 1.0** يجمع بين نظرية نماذج الهارمونيك الكلاسيكية والأتمتة الحديثة. ابدأ في تحديد مناطق الانعكاس عالية الاحتمالية اليوم!
**الإصدار**: 1.0 | **المطور**: | **آخر تحديث**: أكتوبر 2025
**تداول موفق! 📊✨**
GC FCR OR5 (Webhook Alerts V1)⚡ FCR OR5 (Fair Value Gap + Opening Range 5-Min Strategy)
Timeframe:
1-minute chart (uses 5-minute Opening Range reference).
Core Concept:
The FCR strategy trades breakouts and reversals that form immediately after the first 5-minute Opening Range (09:30 – 09:35 ET) — combining structural momentum (Fair Value Gaps) with confirmation beyond key OR levels.
⸻
🧩 Logic Summary
1. Define the Opening Range (OR5)
• From 09:30 – 09:35 ET, the script records the high and low.
• Once that window closes, the OR is locked in for the day.
2. Detect a Displacement Fair Value Gap (FVG)
• A 3-bar pattern (bar -bar ) that leaves a clean price gap, signaling impulsive movement.
• FVG size must meet a minimum ATR or tick threshold (filters out noise).
3. Confirm Direction
• Wait for price to retrace into the FVG (fills partially).
• Then require a bar to close outside the gap and beyond the OR high/low, confirming momentum.
• Optional safety logic cancels the setup if price invalidates the FVG before confirmation.
4. First-Candle Rule (FCR) Filters
• No trades before the first 1-minute candle after 9:30 closes.
• Only the first valid setup per day can trigger (optional).
5. Trade Entry
• Enter long if a bullish FVG confirms above OR high.
• Enter short if a bearish FVG confirms below OR low.
6. Risk Parameters
• Default Stop Loss = 100 ticks, Take Profit = 175 ticks.
• 1 trade per day (if enabled).
⸻
📈 Behavior
• Works best on structured days with clean OR expansion (Tues/Wed/Fri historically).
• Avoids chop via ATR & FVG filters.
• Captures first directional move after the opening range resolves.
• Typical trade duration: 10–45 min.
• Average win rate: ~60–65 %, Profit Factor ≈ 1.7–1.8 in recent tests.