Home >EA List >BITCOIN COMET EA

bitcoin-comet

🚀 CRYPTO TREND EA

BITCOIN COMET EA

BTCUSD-only · bidirectional trend-following
Proven by 8.0-yr live MT5 BT (2018-2025 / M1 every tick)

Cumulative

+1,370%

8.0 yr

PF

2.77

Max DD

7.1%

Trades

137

Sharpe 1.81

✅ Live "MT5 backtest" values, not Python BT

This EA's figures are live measurements from the MT5 Strategy Tester (BTCUSDm H4 / Model = every tick / initial $10,000 / 2018.01-2025.12).The development-time Python simulation value (+146%) contained a bug in the Donchian breakout detection (it compared the signal bar to itself, producing 0 trades live). We fixed that bug, re-verified live, and publish the finalized figures.

⚡ Minimum deposit: from 100k JPY (Standard or Micro account, either is fine)

You can operate from 100k JPY. If you want to run it more safely with a smaller amount, we recommend a Micro (cent) account (the real exposure of a 0.01 lot becomes about 1/100, making the same 100k JPY far lower-risk). Since BTC is highly volatile, running it on a Micro account is especially safe.

BTCUSDH4Bidirectional8.0-yr live MT5Donchian+ATRPF 2.77

🚀 BITCOIN COMET EA

A BTCUSD-only bidirectional trend-follower. It confirms breakouts of the Donchian channel (20 bars) with an ATR×0.5 margin and trades only in the direction of the SMA200 slope. Profits are extended via an ATR×4 trailing stop. BTC tends to form sustained trends in both bull and bear markets, so it captures both directions. One risk per trade (clear stop-loss); lot is derived from tickValue.

Pair

BTCUSD

Timeframe

H4

Recommended Broker

Exness

Live BT Period

8.0 yr

🔗 Get it from the MEGAMAX page

STRATEGY

📊 Strategy Logic

1. Donchian Breakout

A closed bar breaks the high/low of the last 20 bars (H4) (buy: above the high / sell: below the low)

2. Breakout Confirmation Margin

Breakout width of ATR×0.5 or more = excludes false wick breakouts

3. Trend Strength Filter

Trade only with the SMA200 slope (up = buy only / down = sell only) → suppresses range whipsaws

4. ATR Trailing

Extends unrealized profit via an ATR×4 trailing stop. No fixed TP = captures big moves in full

5. Lot Management

Risk = balance × RiskPercent% / lot = Risk / SL distance. Default risk 2% (recommended)

REAL MT5 BACKTEST

📈 Live MT5 BT Measured (BTCUSDm H4 / every tick / $10,000)

MetricMeasured (risk2 default)Assessment
Verification Period2018.01 – 2025.12 (8.0yr)Near BTC's entire history; passes all regimes
Net Profit / Cumulative+$136,958 (+1,370%)$10,000 → $146,958
Profit Factor2.77Clears the flagship standard (PF≥1.5)
Max Balance DD7.09%Clears the flagship standard (DD≤15%)
Trades / Win Rate137trades / 40.2%Trend types have a low win rate, with big wins and small losses
Sharpe Ratio1.81Good

OOS / ROBUSTNESS

⚙️ OOS Robustness & Risk Settings (live measured)

CategoryPFBalance DDCumulativeNote
Default (risk2 / ATRMult4)2.777.1%+1,370%Recommended, best balance
OOS first half 2018-20212.936.2%+255%Not period-dependent
OOS second half 2022-20252.767.0%+306%Both halves PF≥1.78
Aggressive version (pyramiding + risk3)1.5423.3%+2,527%Separate file BTC_TREND_AGGRESSIVE / for advanced users

Adopted ATRMult 5→4 in the 2026-06-05 PDCA (both OOS halves robust at PF 1.78-2.02 = not over-optimized). The aggressive version increases DD via pyramiding (DD 56% at risk10); operate only with surplus funds.

⚠️ Risk Warning

  • The return depends on the 2018-2025 BTC bull market (about 40x). Future replication is not guaranteed
  • BTC is a high-volatility asset that moves 5-10% per day. Win rate 36% = the type that takes many small stop-losses to capture a big win
  • Cryptocurrencies carry regulatory risk (trading bans in various countries, etc.)
  • The aggressive version (high risk) has DD 23-56%. Manage capital strictly and run one strategy per account

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.

Entry
Breakout of the 20-bar Donchian channel with an ATR×0.5 confirmation buffer, only in the direction of the SMA200 slope (both long and short).
Stop / trail
An ATR×4 trailing stop also serves as the initial stop, ratcheting up as the trade moves in profit.
Take profit
No fixed target — holds while the trend persists and lets the trailing stop maximise the run.
Risk
Balance × 2%, max 5 lots. Adjustable via Run-Mode.
Timeframe
H4 best captures BTC's medium-term trends — short enough to act, long enough to avoid noise.

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.5

Half of standard risk. Both max drawdown and expected return are roughly halved. For capital preservation or first-time automated trading.

Approx. return: +20%/yrApprox. max DD: 3.5%

Standard (recommended)

×1.0

The backtest figures shown on this page use this setting. Start here.

Approx. return: +39.9%/yrApprox. max DD: 7.09%

Aggressive

×2.0

Double the standard risk. Return and max drawdown roughly double, raising the risk of ruin. Use only with money you can afford to lose.

Approx. return: +93%/yrApprox. max DD: 49.2%

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.

ParameterDefaultDescription
General
VersionCheck_EnabletrueEnable automatic update notifications.
EA_Slugbitcoin-cometFXEA365 site EA identifier (do not change).
RunModeMODE_STANDARDRun mode (Defensive x0.5 / Standard x1.0 / Aggressive x2.0). Switches the lot multiplier.
Economic Event Filter
EconFilter_EnabletrueAvoid trading around high-impact economic events.
EconFilter_AvoidNFPtrueAvoid NFP (1st Friday each month).
EconFilter_AvoidFOMCtrueAvoid FOMC (US Federal Open Market Committee).
EconFilter_AvoidCPItrueAvoid CPI (US consumer price index).
EconFilter_AvoidWeekendtrueAvoid weekend risk (late Fri / early Mon).
EconFilter_AvoidHoursBefore2Avoid N hours before the release.
EconFilter_AvoidHoursAfter1Avoid N hours after the release.
EconFilter_ServerGMTOffset3Server-time GMT offset (summer=3 / winter=2).
EconFilter_VerbosefalseVerbose filter logging.
EconFilter_UseCalendartrueAuto-fetch from MT5 economic calendar (falls back to NFP/CPI rules where unavailable).
EconFilter_MinImportance2Min calendar importance (1=low+ / 2=medium+ / 3=high only).
EconFilter_CurrenciesUSDCalendar target currencies (CSV, e.g. USD,EUR,JPY).
EconFilter_StopImportance3Fully stop new entries at this importance or above.
EconFilter_StopBeforeMin120Stop: N minutes before release.
EconFilter_StopAfterMin60Stop: N minutes after release.
EconFilter_ReduceLotFactor0.5Lot factor on medium impact (reduce instead of stop).
EconFilter_ReduceBeforeMin30Reduce lot: N minutes before.
EconFilter_ReduceAfterMin15Reduce lot: N minutes after.
Safety Guard
Guard_EnabletrueEnable the safety guard (forward only).
Guard_EmergencyMargin120.0Close all if margin level falls below this % (0=off).
Guard_DailyLossPct8.0Stop new entries for the day at this daily loss % (0=off).
Guard_DailyLossClosefalseAlso close open positions when the daily loss is hit.
Guard_MaxConsecLoss0Stop new entries for the day after N consecutive losses (0=off).
Guard_FridayClosefalseClose everything late Friday.
Guard_FridayCloseHour20Friday close-all hour (server time).
News Protect
Guard_NewsProtectMode00=off / 1=SL to break-even / 2=half close / 3=close all.
Guard_NewsProtectMin15Run protection N minutes before high-impact events.
Dashboard / Notify
Notify_PushtrueMT5 mobile push notifications (requires MetaQuotes ID).
Notify_EmailfalseEmail notifications (requires MT5 email setup).
Notify_WebhookURLGeneric webhook URL (Discord/Slack, etc.; empty=off).
Notify_MarginAlert150.0Alert when margin level falls below this %.
Notify_DailySummarytrueSend a daily summary at a set time.
Notify_SummaryHour6Daily summary send hour (server time, 0-23).
Dash_TradeCSVtrueRecord all fills to CSV (MQL5/Files).
Dash_PauseButtontrueShow a pause button on the chart.
Notify_NewsPrewarnMin60Pre-warn N minutes before entries are halted (0=off).
Entry (Donchian break + confirmation)
EntryChannel20v1.10 PDCA: 20→15 raised PF 1.65→1.87 / +74→+101%, both OOS halves improved; ETH H4 favors a shorter channel
ATRPeriod14ATR期間(H4)
ATRMult4.0Trailing width (ATR multiple). 6=optimal for ETH (robust PF 1.46-3.73 across both OOS halves)
BreakMargin0.5Break confirmation margin (ATR multiple)
Trend-strength filter
UseTrendFiltertrueTrade only with the SMA-slope direction
TrendSMA200Uptrend SMA (buy only above it)
TrendSlopeBars14Bars used to measure SMA slope
Risk Management
RiskPercent2.0Risk per trade as a % of account balance.Def 1Std 2Agg 4
FixedBaseBalance00 = compounding (lot follows balance). >0 = use this fixed base (no compounding / daily-withdrawal mode).
MaxLot5.0Hard cap on total lots (prevents runaway / oversized positions).
TradeLongtrue
TradeShorttrue
Behavior
MagicNumber202622Unique ID so the EA never interferes with others (fixed per EA).
Slippage50Allowed slippage (points).
DetailedLogtrueLogs 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.

📈MT5 Strategy Tester ReportBITCOIN COMET EA

🏆 MT5 Official Strategy Tester Result · BTCUSD / H4Open original in new tab
BITCOIN COMET EA Strategy Tester Report

📋 About this report

  • Official MT5 Strategy Tester report (XMTrading-MT5 server)
  • 5-10 years of real price data + every tick (99.9% accuracy) model
  • Balance curve (blue) / Equity curve (green) shows floating losses too
  • Past results do not guarantee future profits

Download (free)

Try it free first

STEP 1 Prepare your account

Using the EA requires an MT5 account opened through our referral link. If you already have an account, please create an additional account.

No account yet — open a new account via the links below

Adding an account — create an additional account in your member pageSee how →

STEP 2 Register your account number and download (free)

Free registration; your account number is used only for EA license activation

Buy (paid, one-time license)

Buy 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.

5-Day Email Course (Free)

Get one email a day covering the essentials of FX automated trading, how to read backtests correctly, and tips for choosing a broker.

* Privacy strictly protected. You can unsubscribe at any time.