⚙ PENGATURAN — XAUSignal v15 FIXED
Deriv WebSocket
App ID
Deriv API App ID
Symbol
Status Koneksi
Belum terhubung.
Auto Analisis
Auto Analisis
Jalankan pipeline setiap M5 candle close
Early Alert Mode
⚡ SIAP-SIAP saat c1+c2 terbentuk (limit order)
Min R:R Ratio
Skip signal jika R:R di bawah ini
Pipeline elmethode v15 (FIXED)
1️⃣ Liquidity Check (M1+M5) Cluster wick ≥20% range, ±$1.5 tolerance BOTH_SIDES → SKIP 2️⃣ HTF POI Scan (H4/H1) FVG · Support/Resistance · SBR/RBS · OCL ✅ FIX: OCL dari open DAN close candle ✅ FIX: SBR/RBS touched hanya setelah breakout 3️⃣ POI Hit Check ✅ FIX: FVG dianggap hit saat midpoint 50% POI lain: hit saat harga masuk zona 4️⃣ M1 OB Fresh + FVG Candle terakhir sebelum impulse + gap ✅ FIX: cek OB tidak disentuh sebelum M5 close 5️⃣ M5 3-Candle Confirm ✅ FIX: hapus syarat hasBearPressure/Bull c3 hit + reject instan → FULL SIGNAL ✅ c1+c2 saja → EARLY ALERT ⚡ Entry = 50% OB M1 | TP = Liquidity pool | SL = luar OB + $1.5
Bot Telegram
Bot Token
Dari @BotFather
Chat ID
Auto Kirim Signal
Ganti Password
Password Lama
Password Baru
Konfirmasi
Sesi
Auto Logout
6 Bug Fixes dari Materi ELFXTRADE ACADEMY
BUG 1 🔴 FIXEDOCL: hanya pakai c.close
Materi poi.md: "OCL = Open-Close-Level dari opening ATAU closing candle". Kode lama hanya deteksi dari c.close — kehilangan setengah OCL valid. Fix: setiap candle signifikan generate 2 level (c.open + c.close) dengan dedup.
BUG 2 🔴 FIXEDFVG hit check salah (edge pertama, bukan 50%)
Entry.md: "FVG HTF (50%)" — gambar 082442 tunjukkan garis "50% FVG H1" sebagai trigger hit. Kode lama check jika harga masuk zona manapun. Fix: FVG hanya dianggap hit saat harga mencapai midpoint 50% gap.
BUG 3 🔴 FIXEDSBR/RBS: touched include breakout candle sendiri
Candle breakout pasti menyentuh zona (harus lewat untuk break) → touched=true selalu → SBR/RBS tidak pernah fresh → tidak pernah muncul. Fix: touched hanya cek candle SETELAH breakout (afterBreakRbs/Sbr).
BUG 4 🔴 FIXEDTidak ada guard: M1 OB disentuh sebelum M5 closing
Entry.md + gambar 084110: "M1 OB sudah dihit duluan = entry mendahului konfirmasi (SALAH)". Kode tidak ada pengecekan ini. Fix: jika currentPrice sudah masuk body OB sebelum M5 konfirmasi → INVALID.
BUG 5 🟡 FIXEDhasBearPressure/hasBullPressure terlalu ketat
Entry.md: "Anggap 3 candle M5 efek visual. Yang wajib dicek: impuls → POI fresh → konfirmasi instan." Tidak ada syarat c1/c2 harus bearish/bullish. Syarat ini menyebabkan false-negative. Fix: dihapus, cukup cek SNR range terbentuk.
BUG 6 🔴 FIXEDObZone.kt missing file
ObDetector.kt import ObZone dan AnalysisResult.kt gunakan ObZone, tapi file model tidak ada di project → compile error. Fix: ObZone.kt dibuat dengan fields bodyTop, bodyBottom, midPrice, direction, isFresh, formedAtTime, label().
XAU⚡SIGNAL
v15 FIXED EDITION — ELSIPUNGFX
XAUSignal v15 — Fixed Edition ═══════════════════════════════════════ Metodologi : elmethode ELSIPUNGFX v15 Sumber Fix : poi.md + entry.md + 15 gambar materi Bug Fixes : 6 bug diperbaiki dari kode asli Kotlin Engine : Pure Algorithmic (JS port dari Kotlin fixed) Data Source : Deriv WebSocket API (Live XAUUSD) TF Analisis : H4, H1, M5, M1 Pipeline : 1. Liquidity Check → skip if BOTH_SIDES 2. HTF POI Scan → FVG/SNR/SBR/RBS/OCL [FIXED] 3. POI Hit → FVG at 50% midpoint [FIXED] 4. M1 OB Fresh → no pre-hit before M5 [FIXED] 5. M5 Confirm → no hasBearPressure [FIXED] Academy : ELFXTRADE ACADEMY Pair : XAUUSD (Gold Spot) ⚠ DISCLAIMER Sinyal ini bersifat EDUKASI dan RISET. Tidak ada jaminan profit. Gunakan risk management.