What the EA actually does
This is an automated trading system for a single symbol, BTCUSD, running on MetaTrader 5. The logic is built around structural breakout detection on the H1 timeframe. Every prospective trade must clear a multi-layer confirmation process that combines breakout analysis, Vortex momentum, EMA trend alignment, RSI and ADX validation, volume, and candle quality checks. If any one of these filters fails, the trade is not taken. The stated aim is to reduce the number of marginal entries rather than to trade every movement in Bitcoin.
How positions are managed
Each position carries a fixed stop loss. Take profit can be either a fixed level or an ATR-derived distance, depending on the configuration. Once price has moved sufficiently in favour of the position, an adaptive trailing stop takes over to protect accrued profit while leaving room for continuation. Position sizing is calculated from the account balance and the selected risk profile, so the same set file will trade smaller lots on a smaller account and larger lots on a larger one.
The EA imposes hard limits on exposure. Only one open position is permitted at any time, and at most two pending orders may be placed. There is no martingale, no grid, no averaging into losing trades, and no trade stacking. Broker-side constraints such as spread and slippage are checked before an order is sent. These are not optional safety settings; they are built into the trade logic.
Bitcoin-specific behaviour
Because the EA is restricted to BTCUSD, the parameters for volatility, momentum, and trend have been tuned for one market rather than spread across dozens of pairs. Bitcoin trades around the clock, including weekends, and the EA can operate during those sessions. This is both an advantage and a constraint: any market regime change in Bitcoin will affect all trades, since there is no diversification across instruments.
Installation and configuration
Installation follows the standard MetaTrader 5 procedure for expert advisors. The EA file is placed in the MQL5/Experts folder, and the corresponding set file — if supplied — is loaded from the EA properties window. The product ships without source code, so users cannot modify strategy logic. What can be adjusted are operational parameters such as lot sizing mode, risk percentage, fixed or ATR-based take profit, trailing stop behaviour, and the various filter thresholds.
The recommended chart is BTCUSD H1. Platform support is MetaTrader 5 only; the EA cannot be run on MetaTrader 4. No additional DLLs or external data feeds are mentioned in the documentation, and the system is autonomous once attached to a chart. Traders who need position monitoring when away from the terminal will still need to arrange their own hosting solution, as no VPS is included.
Realistic expectations
The vendor presents backtest results showing net profits of roughly $336,000 from a $500 deposit and $626,000 from a $1,000 deposit over unspecified periods. Those figures come from the vendor's own testing environment and should be treated as vendor-reported data, not as a forecast. Backtests of this kind are sensitive to tick data quality, spread assumptions, and execution model; live results can diverge substantially, especially with a high win rate derived from a trailing stop that may behave differently on a live feed.
The meaningful aspects of the design are the single-position limit, the fixed stop, and the absence of recovery techniques. These constraints make the strategy's risk profile easier to understand than a martingale or grid system. A trader evaluating this product should focus on how the filter stack works in current Bitcoin conditions, how often the EA actually trades, and whether the stated drawdown limits match their own tolerance. The price of the EA is a one-time cost, not a recurring subscription, but that does not include any guarantee of future performance.