Installation and first run
The EA is supplied as a MetaTrader 5 file with a configuration set that includes predefined parameters. After placing the file in the MQL5/Experts folder and restarting the terminal, you attach it to one chart. The system can then monitor multiple currency pairs from that single chart if the symbol list is left open. The vendor documentation recommends keeping the terminal running during the trading week, as the logic does not need manual intervention once the parameters are entered.
The supplied set file reflects a conservative approach. Averaging is switched off and the martingale coefficient is set to 1.0, meaning lot size does not multiply after a losing trade. The vendor states that this configuration keeps risk bounded, making the file a practical starting point for traders who want to run the system without further optimisation.
Choosing the account environment
Because the strategy uses a fixed stop for every trade, it is compatible with both personal accounts and prop-firm environments that restrict daily loss and maximum drawdown. The vendor mentions that the system can be used on a 1:500 leverage account, but the actual margin requirement depends on the broker and the number of pairs being traded at the same time. Traders should verify that their account equity can support the concurrent positions the portfolio may open.
Entry and exit logic
Trades are based on a combination of technical filters that look for short- to medium-term corrections and potential reversals. Bollinger Bands and a modified ATR define volatility context, while a moving average filter is used to assess trend direction. The ProfessionalSwing component and RSI logic provide additional confirmation. When the signals align, the EA opens a position in the direction of the expected reversal. Each order is protected by a stop loss from the moment it is placed.
Exits are automated through functions the vendor calls Smart Sigma Close and RSI-based exit logic. The set file can also activate exits based on Bollinger Band conditions or MACD, allowing a trader to choose which closing method is active. The structure of these modules is not described in the documentation, so the exact exit rules may vary depending on the set file version. What is clear is that the system does not rely on manual intervention to close a trade once the parameters are set.
Portfolio and risk parameters
One of the main characteristics is the ability to trade up to 17 currency pairs from one installation. This spreads exposure across different forex markets instead of concentrating risk in a single instrument. The set file can define which pairs are active, but the vendor has not published the exact default symbol list. Traders who want to mirror the live signals should check the accompanying documentation for the pair selection used on those accounts.
The risk profile is shaped by several configurable settings. Trading-hour controls, a Friday closing rule and intraday trading breaks let the user decide when positions may be opened. Combined with the fixed stop loss and the disabled averaging, these constraints are intended to keep the maximum drawdown moderate. The vendor reports that the M15 configuration showed a maximum deposit load of 2.4%, while the Double Shot version reached 5%. Those figures come from vendor-published signals and are not guarantees for a new installation.
Where the system may struggle
Because the strategy focuses on corrections and reversals, it can be vulnerable during strong trending markets. If a major currency begins a sustained move, the EA may open positions against that trend based on reversal signals that do not materialise. One of the user reviews supplied by the vendor mentions a losing month during a period of broad US-dollar strength, followed by recovery. This suggests that the system can experience extended drawdowns even if the long-term balance curve is positive.
The multi-currency design also means that a sudden news event affecting several pairs at once can create a cluster of simultaneous losses. There is no grid recovery or martingale to average down, which protects the account from catastrophic risk but also means the only way back is through new winning trades. Traders should therefore size positions conservatively and test the EA on a demo account before committing capital.