Signal Days MT4

Signal Days On-Chart — v4.5
Visual Price Action Label System · Synced 1:1 with ACB Signal Scanner APEX v14.1 · Burke Methodology
MT4 (MQL4) + MT5 (MQL5)

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
WHAT'S NEW IN v4.5 — SIX PRECISION FIXES
Synced to ACB Signal Scanner APEX v14.1
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

FIX A — 1-2-3 Coil: Full Three-Close Validation
v4.4 only verified Day2 closed higher than Day1 — it missed the case where
Day3 (the Inside Day) reversed against the pattern. v4.5 now requires Day3
to also extend in the same direction as Day2, so all three closes must build
consecutively toward the extreme. Methodology-correct per Burke pp.40-42.
Bounds guard also extended to bar+3 to match the scanner exactly.

FIX B — 3-Day High/Low: Forward-Bar Check Added
v4.4 only confirmed the two prior bars had lower highs or higher lows. A
historical bar could be labelled H3D/L3D even when a later bar had already
exceeded it. v4.5 now also scans forward bars to confirm none have broken
the level. The live bar (bar=0) is excluded — still forming. This matches
the logic used by monthly and weekly extreme detection.

FIX C — FDTM Forming Bar Label
When the FDTM bar is bar=0 (today, still building), the FDTM H and FDTM L
level labels now append "(forming)" so traders know the range is live and
not yet final. Prevents treating a partial day's range as a confirmed level.

FIX D — Body Filter Documented as Practitioner Addition
The InpMinFRDBodyPct / HasMinimumBody filter is now explicitly noted as a
practitioner addition NOT in Burke's manual. Set InpMinFRDBodyPct=0 for
strict Burke-only FRD/FGD detection where any red/green day after 3HC/3LC
qualifies.

FIX E — Misaligned Suppression Design Note Clarified
The Draw() function now carries an explicit comment explaining that misaligned
signals are scanned and scored normally but are NOT drawn on the chart by
design. If the ACB Scanner panel shows a signal with no chart label, the
signal is misaligned — reduce size or avoid.

FIX F — Context Bonus Cap: Worked Example Documented
CalcContextBonus() now includes the explicit cap math:
Back=2 + Align=1 + FDTM=1 + Wed=1 = 5 raw → MathMin(4) → 4.
The cap is intentional: keeps the base maximum at 12 so total max stays 13
with the EMA Coil bonus. No scoring change — documentation only.

UPGRADE NOTE: All six fixes are direct syncs from ACB Signal Scanner APEX
v14.1. If you use both tools together, detection and scoring now match
exactly for every signal type.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
OVERVIEW
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Signal Days On-Chart v4.5 is a professional price action label indicator that
paints Burke methodology signal annotations directly onto your D1 chart —
right where the price action happened. Every signal detected is scored,
classified, and displayed with its full context so you can read the market
story at a glance without switching screens or consulting a separate panel.

Built as a companion to the ACB Signal Scanner APEX, this indicator shares
the identical detection engine, 13-point scoring system, extreme hierarchy,
and context logic — synced 1:1 to scanner v14.1.

WHO IS THIS FOR?
Traders studying or practising the Stacey Burke ACB methodology who want
signal labels painted directly on their price chart — for live analysis, plan
building, and in particular for backtesting and trade review, where seeing the
signal, its score, and what followed on subsequent bars is invaluable.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
WHAT YOU SEE ON THE CHART
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Each signal prints a two-row label at the relevant D1 bar:

Row 0 — Signal name + Extreme + Direction + Day of week
         F=FDTM  W=Wednesday  BK=Backside
Row 1 — Star rating + Tier + E(extreme)+S(signal)+C(context)=Total/13

Example labels:
  CHAIN>FRD@HCOM SELL Thu F+W BK
  5* CHAIN   E5+S3+C4=12/13

  1-2-3@HCOW SELL Wed W BK        ← FIX A: all 3 closes validated
  4* 1-2-3   E4+S2+C4=10/13

  FGD@LCOM BUY Mon F
  5* ELITE   E5+S2+C4=11/13

  FDTM H 1.09842 (forming)        ← FIX C: live FDTM range not final

Chain signals render in gold. 1-2-3 Coil in teal.
Misaligned signals suppressed at draw time (see Fix E).

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
DETECTED SIGNALS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

⬡ CHAIN>FRD / CHAIN>FGD     Burke's #1 setup. FRD/FGD at a price extreme.
◈ 1-2-3 Coil [FIX A]        Three closes building into extreme + Inside Day.
                              All three closes now validated (v4.5).
FRD / FGD                    First Red/Green Day after 3HC/3LC.
                              Body filter optional (set InpMinFRDBodyPct=0
                              for strict Burke — see Fix D).
3HC / 3LC (+COIL)            Three Higher/Lower Closes. +COIL tag when
                              a coil bar immediately follows the sequence.
H3D / L3D extremes [FIX B]  3-Day High or Low — now validated forward too.
                              No later bar may have already exceeded the level.
Inside Day (ID)              Quality inside day ≥25% of parent range.
CIB+ / CIB- / wCIB+ / wCIB- Close In Breakout — daily and weekly.
D0 (Outside Day)             Range expansion, direction from extreme.
LBO+ / LBO- (Live BO)       Intraday sweep + M5 confirmation + spread filter.
FDTM H / L levels [FIX C]   First Day of Timing Month levels to month-end.
                              Labelled "(forming)" when bar=0 (live day).

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
BUILDING CONFIDENCE IN YOUR SETUPS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

The indicator answers the key questions simultaneously — right on the bar:

• Is this a valid 1-2-3 setup?     → All 3 closes confirmed (Fix A)
• Is the 3-day extreme still intact?→ Forward-bar validated (Fix B)
• Is this FDTM level final?         → "(forming)" tag if live (Fix C)
• What is the score?                → E+S+C=Total/13 on every label
• Frontside or Backside?            → BK flag on every Backside signal
• Is today FDTM or Wednesday?       → F / W / F+W flags shown

With v4.5 you can trust the historical labels on your chart more than any
prior version — stricter detection, accurate extremes, no ambiguous levels.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
BACKTESTING & TRADE REVIEW — KEY STRENGTH
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Signal labels stay exactly where they occurred. Scroll back months and every
setup is annotated — what signal, what extreme, what score, what happened next.

v4.5 makes backtesting more reliable:
• Fewer false 1-2-3 labels on history — all 3 closes now required (Fix A)
• Cleaner 3-day extreme labels — forward confirmed, no stale H3D/L3D (Fix B)
• FDTM levels clearly mark partial days — no treating forming ranges as final (Fix C)

Benefits:
• Signal stays on the bar — permanently painted at the signal bar
• Outcome visible immediately — setup and result in a single glance
• Score breakdown every time — E+S+C on every label for pattern analysis
• Context always visible — Frontside/Backside, FDTM, Wednesday on label

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
STANDALONE USE vs. PAIRED WITH THE SCANNER
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

STANDALONE:
Attach to any D1 chart. Use filters to control what you see:
• Chain signals only (InpShowChainOnly)
• Minimum star rating (e.g. 3* STRONG minimum)
• Toggle signal types independently
• FDTM levels on/off
• Body filter: 15% default — or 0 for strict Burke (Fix D)
• Spread spike protection for live signals

PAIRED WITH ACB SCANNER APEX:
Scanner surfaces which symbols to look at. Open the chart — on-chart shows:
• Exact extreme type at the signal bar
• Recent signal history for the symbol
• FDTM H/L levels drawn (with "(forming)" tag if live)
• Chain signals in gold on the candles
• Score breakdown matching the scanner panel exactly

RECOMMENDED WORKFLOW:
Run the ACB Scanner APEX across your watchlist. When a 4-5 star signal
appears — especially a Chain on the Backside — open that symbol's D1 chart.
Signal Days On-Chart v4.5 shows the full label, score, extreme, and context.
With v4.5 you can trust the 1-2-3 and 3-day extreme labels are correct.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
13-POINT SCORING — SYNCED TO SCANNER APEX v14.1
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

• Extreme Level   max 5   HCOM/LCOM=5  HCOW/LCOW=4  HOM/LOM=3  HOW/LOW=2  H3D/L3D=1
• Signal Type     max 3   Chain=3  |  1-2-3/FRD/FGD/wCIB=2  |  CIB/3HC/3LC=1
• Context         max 4   Back=+2  |  Aligned=+1  |  FDTM=+1  |  Wednesday=+1
                          * Fix F: raw can reach 5, capped at 4 intentionally
• EMA Coil Bonus  +1      (live signals; keeps max total at 13)

STAR TIERS:
★★★★★  ELITE   11-13   Chain at monthly extreme on the Backside
★★★★   PRIME    8-10   Strong signal at weekly/monthly extreme
★★★    STRONG   5-7    Qualified signal with context support
★★     WATCH    3-4    Partial context, monitor for confluence
★      ALERT    1-2    Early-stage pattern, awareness only

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
VERSION HISTORY
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

v4.5 — 6 sync fixes from scanner v14.1 (Fixes A-F — see above)
v4.4 — Synced to scanner v14.0: weekend week fix, spread check, body filter
v4.3 — 13-point scoring, Chain, 1-2-3 Coil, Backside=+2, FDTM levels

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
TECHNICAL SPECIFICATIONS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Platform:          MT4 (MQL4) + MT5 (MQL5)
Type:              Custom Indicator (on-chart label overlay)
Chart Window:      Main chart — D1 timeframe
Synced to:         ACB Signal Scanner APEX v14.1 (1:1)
Max Score:         13 points
Star Ratings:      1 – 5 stars
Default Lookback:  60 D1 bars (~3 months)
Signals:           8 types + Chain + 1-2-3 = 10 distinct label types
Extremes:          10 types (HCOM, LCOM, HOM, LOM, HCOW, LCOW, HOW, LOW, H3D, L3D)
Weekly CIB:        Yes — wCIB+/wCIB-
Live Breakout:     Yes — M5 confirmed + spread spike protection
FDTM Levels:       Yes — with "(forming)" label when bar=0 (Fix C)
Chain-Only Mode:   Yes — single input toggle
Body Filter:       Optional — default 15%, set 0 for strict Burke (Fix D)

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

DISCLAIMER: This indicator is an analytical and educational aid. It does not
place trades automatically and does not constitute financial advice. All
trading decisions remain the sole responsibility of the user.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Synced 1:1 with ACB Signal Scanner APEX v14.1
Based on Stacey Burke ACB Trading Methodology
Signal Days On-Chart v4.5 — MT4 (MQL4) + MT5 (MQL5)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

作者のその他のプロダクト
ACB Signal Scanner
Siyasanga Stephen Mabokela
ACB Signal Scanner APEX Professional Price Action Scanner — Based on the Stacey Burke ACB Trading Methodology OVERVIEW The ACB Signal Scanner APEX is a professional-grade multi-symbol price action scanner built entirely around the trading principles taught by Stacey Burke in his ACB Trading Manual. It is designed to identify high-probability reversal and continuation setups across forex pairs, in
ACB Signal Scanner APEX Professional Price Action Scanner — Based on the Stacey Burke ACB Trading Methodology OVERVIEW The ACB Signal Scanner APEX is a professional-grade multi-symbol price action scanner built entirely around the trading principles taught by Stacey Burke in her ACB Trading Manual. It is designed to identify high-probability reversal and continuation setups across forex pairs, in
Signal Days MT5
Siyasanga Stephen Mabokela
Signal Days On-Chart — v4.5 Visual Price Action Label System · Synced 1:1 with ACB Signal Scanner APEX v14.1 · Burke Methodology MT4 (MQL4) + MT5 (MQL5) WHAT'S NEW IN v4.5 — SIX PRECISION FIXES Synced to ACB Signal Scanner APEX v14.1 FIX A — 1-2-3 Coil: Full Three-Close Validation v4.4 only verified Day2 closed higher than Day1 — it missed the case where Day3 (the Inside Day) reversed against the
フィルタ:
レビューなし
レビューに返信