Setting Up the EA on MetaTrader 5
The package centres on a single Expert Advisor file for BTCUSD on the H1 chart. After installation, the first steps are attaching it to a BTCUSD chart, confirming that automated trading is enabled, and loading one of the provided set files. The vendor ships preset configurations with the download, so most users start by selecting a risk profile rather than tuning each parameter from scratch.
The EA is designed for MetaTrader 5 only and is not intended for MT4. Accounts with low-spread ECN execution are mentioned in the vendor material, though the EA itself does not require a specific broker. No source code is included, so the strategy logic is fixed and cannot be modified.
Opening and Managing Positions
Entries are triggered by momentum filters on the hourly timeframe. When the trend aligns, an initial position is opened. If price moves against the trade, the EA adds further positions at non-uniform spacing. The distance between grid levels is governed by a multiplier, which means gaps widen as the basket grows.
Position management is geared toward returning the entire basket to break-even rather than cutting individual losing trades quickly. The maximum number of open positions can be capped by the user, and the system can be set to close the whole basket once combined profit reaches break-even or a small gain.
Risk and Money Management Settings
The EA supports automatic lot sizing based on account equity or balance, a fixed lot mode, and a maximum lot cap. Several risk profiles are included in the set files, from conservative to aggressive, each adjusting lot size and grid spacing. Because the strategy adds to losing positions, the maximum number of grid levels is the most important safety control.
Session filters allow users to restrict trading to specific hours, disable Friday trading, and block entries around NFP releases and holidays. A minimum interval between trades can also be set. These do not alter the core strategy but can reduce exposure during thin or unpredictable conditions.
Drawdown Considerations
The vendor's own figures indicate equity drawdowns above thirty percent in live tracking and even higher in some historical reports. This is consistent with a grid-based approach that holds multiple positions during extended retracements. An appropriate account size and a conservative risk profile are prerequisites for running this EA, especially on Bitcoin, where daily swings can be large.
Where the Strategy Struggles
Bitcoin can trend for weeks and then enter prolonged ranging periods. During strong trends in the wrong direction, the grid will keep adding positions until the maximum level is reached or the account can no longer support further entries. The dynamic spacing helps, but it does not eliminate the risk of a deep drawdown. The absence of source code also means traders cannot adapt the grid logic to their own volatility models.
Holiday and NFP filters provide some relief on the Forex calendar, but Bitcoin trades around the clock, so weekend gaps and exchange-driven volatility remain outside the EA's control. Users should monitor open baskets during high-impact crypto news events.