OPEN-SOURCE SCRIPT
ที่อัปเดต:

Aquila Reale - Wyckoff MASTER+

1 475
Aquila Reale — Wyckoff MASTER+ | Auto Accumulation/Distribution + Smart TPs

**BETA version — feedback highly appreciated.** First public release of this indicator. Logic carefully designed and syntax tested, but not yet personally traded live by the author. Treat findings as preliminary.

---

## What it does

Detects whether the current market is in **ACCUMULATION** (smart money buying at lows) or **DISTRIBUTION** (smart money selling at highs) using a weighted 15-point scoring system across 5 Wyckoff dimensions:

1. **HTF Trend** — price vs EMA 50/200 on the higher timeframe
2. **Range Structure** — Higher Lows vs Lower Highs detection
3. **Volume Behavior** — up-bar vs down-bar volume balance + climax bars
4. **VSA Patterns** — Stopping Volume, No Demand, No Supply, SOS, SOW
5. **Price Position** — where price sits within the current range

After detection, it plots **automatic operational levels** on the chart:

- **Stop Loss** at the range extreme
- **Entry** at the optimal Wyckoff zone
- Up to **5 Take Profits**, prioritizing real historical pivot levels over geometric projections

---

## Why this is different

Most Wyckoff indicators on TradingView fall in 3 categories:

- **Too simple** — they only label "Spring" or "UTAD" without an operational setup
- **Too theoretical** — they show measured moves with no realistic targets
- **Black boxes** — they give you a buy/sell signal with no transparency

This script does the opposite:

- **Full transparency** — the dashboard shows each of the 5 sub-scores so you understand WHY the indicator says what it says
- **Operational** — gives you SL, Entry, and TPs with realistic distances
- **Smart TPs** — when possible, uses real historical swing levels (where price has reacted before), not arbitrary geometric projections
- **Multi-mode** — you can force LONG/SHORT manually or let the indicator decide

---

## Reliability (realistic, not marketing)

| Signal | Accuracy |
|--------|----------|
| ACCUMULATION / DISTRIBUTION with HIGH confidence | 75-80% |
| FORCED LONG / FORCED SHORT (fallback mode) | 45-55% |
| TP1 hit probability | 70-80% |
| TP2 hit probability | 45-55% |
| TP3 hit probability | 20-30% |

These are estimates based on the underlying logic. Actual results vary by asset, market conditions, and timeframe. **No indicator is 100% accurate.**

---

## Recommended timeframes

- **Daily** — Wyckoff lives here. Best signals, fewer trades.
- **4-Hour** — Sweet spot for swing trading setups.
- **1-Hour** — Good for entry timing, more noise.
- **30/15-Minute** — Acceptable for scalping confirmation.
- **5-Minute and below** — Not recommended (too much noise).

## Recommended assets

- **Crypto (BTC, ETH)** — Real market volume, most reliable
- **Indices (SPX, NDX)** — Reliable volume aggregation
- **Stocks** — Reliable exchange volume
- **Forex / CFDs / Commodities** — Volume comes from your broker only, less reliable

---

## How to use it

**Step 1 — Read the verdict in the dashboard:**

- **"ACCUMULATION" or "DISTRIBUTION"** = strong signal, consider trading
- **"FORCED LONG" / "FORCED SHORT"** = weak signal (fallback), levels are technically valid but use your own analysis to confirm direction
- **"WAIT"** = no clear setup, stay out

**Step 2 — Filter by confidence:**

- HIGH (>80%) = full position size acceptable
- MEDIUM (60-79%) = half position size, tighter management
- LOW or ZERO = reduce or skip

**Step 3 — Trade management:**

- Enter at the ENTRY level
- Stop Loss at the STOP LOSS level
- Take partial profits at TP1 (70-80% probability)
- Move stop to break-even after TP1 is hit
- Let the rest run to TP2 / TP3
- Never risk more than your predefined risk per trade (1-2%)

**Step 4 — Multi-timeframe:**

- Higher TF (Daily/Weekly) = directional bias
- Mid TF (4H) = setup confirmation
- Lower TF (1H/15min) = exact entry timing
- Never take a trade against the higher timeframe bias

---

## Dashboard modes

- **COMPLETE** — full panel with all 5 sub-scores, totals, verdict, confidence, signal, TP mode
- **COMPACT** — only totals, verdict, confidence and signal (no labels column)
- **MINIMAL** — single TRADE/WAIT cell
- **HIDDEN** — no dashboard at all

Position is configurable (9 positions) with X/Y offset for fine placement.

---

## Configurable parameters

29 inputs across 6 groups, each with detailed tooltips:

1. **Range & Pivot Detection** — lookback bars, pivot sensitivity
2. **Setup Direction** — AUTO / SHORT / LONG override
3. **Smart Take Profits** — TP multipliers, anchor mode (ENTRY or RANGE_EDGE), spacing, fallback
4. **Higher Timeframe Context** — HTF and EMA periods
5. **Volume Analysis** — volume MA, climax/high/low thresholds
6. **Visualization** — dashboard mode, size, position, offsets, label size, TP count

Every parameter has guidance on which timeframe / asset class works best.

---

## Alerts

Three configurable alerts:

- **ACCUMULATION detected** — fires when score crosses the detection threshold
- **DISTRIBUTION detected** — fires when score crosses the detection threshold
- **ENTRY zone touched** — fires when price reaches the calculated entry level

---

## Feedback wanted

This is a community-driven project. Specific questions for users:

- Which timeframes work best for you?
- Which assets give the most reliable signals?
- Are the default TP multipliers realistic for your trading style?
- Have you found settings that consistently outperform the defaults?
- Any recurring false signal patterns that should be filtered?

**Please leave a comment under the script with your experience.** Meaningful feedback will be credited in future version notes.

---

## Disclaimer — please read

**Not financial advice.** This indicator and its output are for educational and informational purposes only. It does NOT constitute financial, investment, or trading advice.

**No guarantee of profitability.** Past performance is not indicative of future results. Reliability percentages are estimates, not guarantees.

**Use at your own risk.** Trading carries a high level of risk and may not be suitable for all investors. You may lose some or all of your capital.

**No liability.** The author (giua64) shall not be held liable for any loss or damage arising from the use of this indicator. By using it you accept full responsibility for your trading decisions.

**DYOR.** Always conduct your own research. Cross-check signals against other tools, fundamental analysis, and market context.

**Paper trade first.** Test on a demo account or with paper trading before risking real capital.

**Not tested live by author (yet).** This is the first public release. Treat findings as preliminary.

**Volume limitations.** Volume data on Forex and CFDs comes from individual brokers and may not reflect true market volume, reducing the reliability of volume-based signals on those instruments.

**Open source license.** Free to use for personal trading. If you build on this work please credit the original author.

---

## Credits

Built on Wyckoff Method principles (Richard D. Wyckoff, early 1900s) and Volume Spread Analysis (Tom Williams, 1990s). Original Spring detector code by giua64. Smart historical TP logic and dashboard system designed for the **Aquila Reale** indicator suite.

🦅 *Aquila Reale — nate per volare, nate per osare*

---

**Tags:** wyckoff, accumulation, distribution, volume-spread-analysis, vsa, smart-money, take-profit, automatic-levels, multi-timeframe, swing-trading, order-block, market-structure
Release Note
//version=6
// ============================================================================
// AQUILA REALE - WYCKOFF MASTER+
// Automatic Accumulation / Distribution detection with smart historical TPs
// Author: giua64
// Brand: Aquila Reale - "nate per volare, nate per osare"
// Version: 1.0 (BETA - first public release)
Release Note
🦅 Aquila Reale — Wyckoff MASTER+ v1.0.5
A Wyckoff-based accumulation/distribution scanner that scores five market dimensions and turns them into a clear directional signal, with automatic entry, stop and take-profit levels drawn on the chart.
What it does
The indicator analyzes the current trading range and rates it across five independent dimensions, for a combined score out of 15 on each side (accumulation vs distribution):

HTF Trend — higher-timeframe EMA alignment (50/200)
Structure — higher highs / lower lows from pivot analysis
Volume — up/down volume balance plus climax detection
VSA — Volume Spread Analysis bars (no demand, no supply, stopping volume, SOS/SOW, tests)
Position — where price sits within the range

3-level directional signal

⏸️ WAIT — scores low or balanced
🟢 WEAK LONG / 🟠 WEAK SHORT — a setup is forming (score ≥ 5, leading side)
🟢 TRADE LONG / 🔴 TRADE SHORT — mature setup (score ≥ 8 with a clear lead)

A "TO TRADE" row shows how many points are missing before a full TRADE signal, so you can see a setup maturing in real time.
Auto-drawn levels
When a setup is active the indicator plots Entry, Stop Loss and up to 5 Take Profits. TPs are placed on historical pivot levels (real support/resistance), with a geometric fallback if none are found.
What's new in v1.0.5

Branded header: 🦅 AQUILA REALE — WYCKOFF (white banner, black text)
Fully localized in English (labels, tooltips, signals)
Adjustable WEAK and TRADE thresholds via inputs
4 dashboard modes: Complete / Compact / Minimal / Hidden, with working horizontal & vertical offset

Disclaimer
This is an analysis and educational tool, not financial advice. The "TRADE" label means a Wyckoff setup is mature according to the score — it is not a buy or sell recommendation. Always use your own risk management and stop-loss.
Release Note
🦅 Aquila Reale — Wyckoff MASTER+

A Wyckoff-based dashboard that scores Accumulation vs Distribution across 5 dimensions — HTF trend, market structure, volume, VSA and range position — and plots STOP / ENTRY / TP levels with historical-pivot or geometric take-profits.

What's new in v1.0.6

Added label offset controls under "6. Visualization":

Label horizontal offset (bars, +/−) — shifts STOP/ENTRY/TP labels right (positive) or left (negative), measured in bars.
Label vertical offset (% of range, +/−) — shifts the same labels up (positive) or down (negative), as a percentage of range size.

Lines stay anchored to the real price level; only the labels move — so you can declutter the chart without losing accuracy.
How it works

The script tracks pivots to define the active trading range, then assigns Accumulation and Distribution scores (max 15 each). A 3-level directional signal (WAIT → WEAK → TRADE) shows when a setup is forming versus mature. Take-profits are pulled from historical pivots when available, with a geometric fallback if none are found.

Dashboard modes: Complete, Compact, Minimal, Hidden — with fully configurable position and offset.
Note

"TRADE" means a Wyckoff setup is mature according to the score — it is not a buy/sell recommendation. Entry and risk management remain your own responsibility. This script is for educational purposes only and is not financial advice.

🦅 Royal Eagles — born to fly, born to dare.

คำจำกัดสิทธิ์ความรับผิดชอบ

ข้อมูลและบทความไม่ได้มีวัตถุประสงค์เพื่อก่อให้เกิดกิจกรรมทางการเงิน, การลงทุน, การซื้อขาย, ข้อเสนอแนะ หรือคำแนะนำประเภทอื่น ๆ ที่ให้หรือรับรองโดย TradingView อ่านเพิ่มเติมใน ข้อกำหนดการใช้งาน