
🚀 CRYPTO TREND EA
BITCOIN COMET EA
Dedicato a BTCUSD · trend following bidirezionale
Comprovato con BT su conto reale MT5 di 7,9 anni (2018-2025 / M1 ogni tick)
Cumulativo
+1,370%
7,9 anni
PF
2.77
DD massimo
7.1%
Operazioni
137
Sharpe 1,47
✅ Valori «backtest su conto reale MT5», non BT in Python
I numeri di questo EA sono valori reali misurati con MT5 Strategy Tester (BTCUSDm H4 / Model=ogni tick / iniziale $10.000 / 02.2018-12.2025).Il valore della simulazione Python in fase di sviluppo (+146%) conteneva un bug nella valutazione del breakout Donchian (un difetto per cui la candela di segnale veniva confrontata con sé stessa, dando 0 operazioni su conto reale); dopo aver corretto tale bug, pubblichiamo i numeri confermati riverificandoli su conto reale.
⚡ Deposito minimo: da 100.000 yen (conto Standard o Micro, entrambi validi)
È possibile operare da 100.000 yen. A chi desidera operare in modo più sicuro e con importi ridotti consigliamo il conto Micro (Cent) (l'esposizione reale di 0,01 lot si riduce a circa 1/100, con un rischio molto più basso a parità di 100.000 yen). Poiché BTC ha un'alta volatilità, l'operatività su conto Micro è particolarmente sicura.
🚀 BITCOIN COMET EA
Trend following bidirezionale dedicato a BTCUSD. Conferma la rottura del canale di Donchian (20 barre) con un margine di ATR×0,5 e opera in direzione del trend solo nella direzione della pendenza della SMA200. Lascia correre i profitti con un trailing di ATR×4. BTC tende a produrre trend persistenti sia in fase rialzista che ribassista, catturati in entrambe le direzioni. Un rischio per operazione (stop loss chiaro); il lotto è calcolato dal tickValue.
Valuta supportata
BTCUSD
Timeframe
H4
Broker consigliato
Exness
Periodo BT su conto reale
7,9 anni
STRATEGY
📊 Logica della strategia
1. Breakout Donchian
La candela chiusa rompe il massimo/minimo delle ultime 20 barre (H4) (acquisto: superamento del massimo / vendita: rottura del minimo)
2. Margine di conferma del breakout
Ampiezza del breakout pari o superiore ad ATR×0,5 = esclude i falsi breakout di ombra
3. Filtro di intensità del trend
Opera in direzione del trend solo nella direzione della pendenza della SMA200 (verso l'alto=solo acquisti / verso il basso=solo vendite) → riduce i colpi presi in range
4. Trailing ATR
Lascia correre i profitti latenti con un trailing stop di ATR×4. Nessun TP fisso = cattura per intero i grandi movimenti
5. Gestione del lotto
Risk = saldo × RiskPercent% / lot = Risk / distanza dello SL. Default risk 2% (consigliato)
REAL MT5 BACKTEST
📈 Valori reali del BT su conto reale MT5 (BTCUSDm H4 / ogni tick / $10.000)
| Indicatore | Valore reale (risk2 default) | Valutazione |
|---|---|---|
| Periodo di verifica | 2018.01 – 2025.12 (8.0anni) | Quasi tutta la storia di BTC, attraversa tutti i regimi |
| Profitto netto / cumulativo | +$136,958 (+1,370%) | $10,000 → $146,958 |
| Profit Factor | 2.77 | Supera il criterio di punta (PF≥1,5) |
| DD massimo del saldo | 7.09% | Supera il criterio di punta (DD≤15%) |
| Numero di operazioni / win rate | 137operazioni / 40.2% | I tipi trend hanno basso win rate, grandi profitti e piccole perdite |
| Sharpe ratio | 1.81 | Buono |
OOS / ROBUSTNESS
⚙️ Robustezza OOS e impostazioni di rischio (valori reali misurati)
| Categoria | PF | DD del saldo | Cumulativo | Note |
|---|---|---|---|---|
| Default (risk2 / ATRMult4) | 2.77 | 7.1% | +1,370% | Consigliato, miglior equilibrio |
| Prima metà OOS 2018-2021 | 2.93 | 6.2% | +255% | Non dipendente dal periodo |
| Seconda metà OOS 2022-2025 | 2.76 | 7.0% | +306% | Entrambe le metà PF≥1,78 |
| Versione aggressiva (piramidale + risk3) | 1.54 | 23.3% | +2,527% | File separato BTC_TREND_AGGRESSIVE / esperti |
Nel PDCA del 05-06-2026 è stato adottato ATRMult 5→4 (robusto in entrambe le metà OOS con PF1,78-2,02 = nessuna sovra-ottimizzazione). La versione aggressiva aumenta il DD per l'aggiunta di posizioni (con risk10 DD56%): opera solo con capitale in eccesso.
⚠️ Avviso di rischio
- Il rendimento dipende dal grande mercato di BTC 2018-2025 (circa 40x). La riproduzione futura non è garantita
- BTC è un asset ad alta volatilità che si muove del 5-10% al giorno. Win rate 36% = tipo che accumula molti piccoli stop loss per ottenere grandi profitti
- Le criptovalute comportano rischi normativi (divieti di trading nei vari paesi ecc.)
- La versione aggressiva (Risk alto) ha DD 23-56%. Gestisci il capitale con rigore e opera con 1 strategia per conto
How the strategy works (entry, stop, target)
On BTCUSD H4, it follows confirmed Donchian-channel breakouts and rides medium-term trends with an ATR trailing stop — a pure trend-following system.
Run Mode (Defensive / Standard / Aggressive)
Every EA exposes a "RunMode" dropdown that switches aggressiveness across three levels. It only multiplies the lot (risk) — entry/exit logic, symbol and timeframe never change.
Defensive
×0.5Half of standard risk. Both max drawdown and expected return are roughly halved. For capital preservation or first-time automated trading.
Standard (recommended)
×1.0The backtest figures shown on this page use this setting. Start here.
Aggressive
×2.0Double the standard risk. Return and max drawdown roughly double, raising the risk of ruin. Use only with money you can afford to lose.
Approximations relative to Standard (Defensive ≈ 0.5x / Aggressive ≈ 2x). Drawdown does not scale linearly; in sharp markets Aggressive can exceed this estimate. Lots auto-adjust to balance when compounding is on.
All Parameters
All 53 inputs shown in MT5 (EA core + shared modules). Strategy-core values are pre-optimized — keep them at defaults; tune only the operational ones as needed.
| Parameter | Default | Description |
|---|---|---|
| General | ||
VersionCheck_Enable | true | Enable automatic update notifications. |
EA_Slug | bitcoin-comet | FXEA365 site EA identifier (do not change). |
RunMode | MODE_STANDARD | Run mode (Defensive x0.5 / Standard x1.0 / Aggressive x2.0). Switches the lot multiplier. |
| Economic Event Filter | ||
EconFilter_Enable | true | Avoid trading around high-impact economic events. |
EconFilter_AvoidNFP | true | Avoid NFP (1st Friday each month). |
EconFilter_AvoidFOMC | true | Avoid FOMC (US Federal Open Market Committee). |
EconFilter_AvoidCPI | true | Avoid CPI (US consumer price index). |
EconFilter_AvoidWeekend | true | Avoid weekend risk (late Fri / early Mon). |
EconFilter_AvoidHoursBefore | 2 | Avoid N hours before the release. |
EconFilter_AvoidHoursAfter | 1 | Avoid N hours after the release. |
EconFilter_ServerGMTOffset | 3 | Server-time GMT offset (summer=3 / winter=2). |
EconFilter_Verbose | false | Verbose filter logging. |
EconFilter_UseCalendar | true | Auto-fetch from MT5 economic calendar (falls back to NFP/CPI rules where unavailable). |
EconFilter_MinImportance | 2 | Min calendar importance (1=low+ / 2=medium+ / 3=high only). |
EconFilter_Currencies | USD | Calendar target currencies (CSV, e.g. USD,EUR,JPY). |
EconFilter_StopImportance | 3 | Fully stop new entries at this importance or above. |
EconFilter_StopBeforeMin | 120 | Stop: N minutes before release. |
EconFilter_StopAfterMin | 60 | Stop: N minutes after release. |
EconFilter_ReduceLotFactor | 0.5 | Lot factor on medium impact (reduce instead of stop). |
EconFilter_ReduceBeforeMin | 30 | Reduce lot: N minutes before. |
EconFilter_ReduceAfterMin | 15 | Reduce lot: N minutes after. |
| Safety Guard | ||
Guard_Enable | true | Enable the safety guard (forward only). |
Guard_EmergencyMargin | 120.0 | Close all if margin level falls below this % (0=off). |
Guard_DailyLossPct | 8.0 | Stop new entries for the day at this daily loss % (0=off). |
Guard_DailyLossClose | false | Also close open positions when the daily loss is hit. |
Guard_MaxConsecLoss | 0 | Stop new entries for the day after N consecutive losses (0=off). |
Guard_FridayClose | false | Close everything late Friday. |
Guard_FridayCloseHour | 20 | Friday close-all hour (server time). |
| News Protect | ||
Guard_NewsProtectMode | 0 | 0=off / 1=SL to break-even / 2=half close / 3=close all. |
Guard_NewsProtectMin | 15 | Run protection N minutes before high-impact events. |
| Dashboard / Notify | ||
Notify_Push | true | MT5 mobile push notifications (requires MetaQuotes ID). |
Notify_Email | false | Email notifications (requires MT5 email setup). |
Notify_WebhookURL | — | Generic webhook URL (Discord/Slack, etc.; empty=off). |
Notify_MarginAlert | 150.0 | Alert when margin level falls below this %. |
Notify_DailySummary | true | Send a daily summary at a set time. |
Notify_SummaryHour | 6 | Daily summary send hour (server time, 0-23). |
Dash_TradeCSV | true | Record all fills to CSV (MQL5/Files). |
Dash_PauseButton | true | Show a pause button on the chart. |
Notify_NewsPrewarnMin | 60 | Pre-warn N minutes before entries are halted (0=off). |
| Entry (Donchian break + confirmation) | ||
EntryChannel | 20 | v1.10 PDCA: 20→15 raised PF 1.65→1.87 / +74→+101%, both OOS halves improved; ETH H4 favors a shorter channel |
ATRPeriod | 14 | ATR期間(H4) |
ATRMult | 4.0 | Trailing width (ATR multiple). 6=optimal for ETH (robust PF 1.46-3.73 across both OOS halves) |
BreakMargin | 0.5 | Break confirmation margin (ATR multiple) |
| Trend-strength filter | ||
UseTrendFilter | true | Trade only with the SMA-slope direction |
TrendSMA | 200 | Uptrend SMA (buy only above it) |
TrendSlopeBars | 14 | Bars used to measure SMA slope |
| Risk Management | ||
RiskPercent | 2.0 | Risk per trade as a % of account balance.Def 1Std 2Agg 4 |
FixedBaseBalance | 0 | 0 = compounding (lot follows balance). >0 = use this fixed base (no compounding / daily-withdrawal mode). |
MaxLot | 5.0 | Hard cap on total lots (prevents runaway / oversized positions). |
TradeLong | true | |
TradeShort | true | |
| Behavior | ||
MagicNumber | 202622 | Unique ID so the EA never interferes with others (fixed per EA). |
Slippage | 50 | Allowed slippage (points). |
DetailedLog | true | Logs wait/skip reasons, entries and exits to the Journal (forward only). |
Defaults and descriptions follow the EA source. Lot inputs show the effective value after the run-mode multiplier (Defensive x0.5 / Standard x1.0 / Aggressive x2.0). See the bundled MANUAL.html for details.
📈Rapporto MT5 Strategy Tester — BITCOIN COMET EA

📋 Informazioni su questo rapporto
- Rapporto ufficiale MT5 Strategy Tester (server XMTrading-MT5)
- 5-10 anni di dati reali + modello every tick (99,9% precisione)
- Curva saldo (blu) / Equity (verde) mostra perdite fluttuanti
- I risultati passati non garantiscono profitti futuri
Scarica (gratis)
STEP 1 Prepara il conto
Per usare l'EA serve un conto MT5 aperto tramite il link di affiliazione di questo sito. Chi ha già un conto può creare un conto aggiuntivo.
Senza conto — apri un nuovo conto dai link seguenti
Conto aggiuntivo — crea un conto aggiuntivo dalla tua area personaleProcedura qui →
Acquista (pagamento unico)
Acquista BITCOIN COMET EA
Buy on the official MetaQuotes Market (MQL5 Market). Payment, licensing and automatic updates are all handled inside the MT5 app.
Buy on MQL5 Market (MT5) →Buy on MQL5 Market (MT4) →Buy on the official MetaQuotes Market — install directly in MT5 with automatic updates. No account registration needed.