How WinX EA MT4 trades
WinX EA MT4 runs on MetaTrader 4 and targets EURUSD, GBPUSD, USDJPY, EURCHF, AUDJPY, USDCHF, and EURGBP, all on the 15-minute chart. It is built as a hedge scalper: the EA can hold both buy and sell positions at the same time, which means it is not betting on a single direction. Instead, it opens trades on both sides and then manages the combined exposure as price moves.
The vendor describes the market timing component as AI-integrated, though no technical documentation is included to verify the model. What is confirmed is that entries and exits are tied to trend detection on M15. The EA adjusts its behaviour as conditions change, which is where the adaptive claim comes from.
Position management is automated. Stop loss and take profit are placed according to the current trend, not as fixed pip distances. A trailing mechanism then moves those levels as the trade moves in favour. That means a winning long can see its stop tightened below recent lows, while a winning short has its stop lowered behind rallies.
Lot sizing is also dynamic. The EA can calculate size from available capital, equity, and margin, or the trader can set a fixed lot size manually. The exact formula is not disclosed, but the vendor states that it responds to account conditions.
Strategy logic and position handling
The core idea is to scalp short-term swings while hedging exposure. When the EA detects a trend on M15 for one of the seven pairs, it can enter in that direction. If the market reverses, the EA may open a counter position rather than closing the original trade. The result is a basket of trades on the same instrument, some long, some short.
This approach avoids a single catastrophic loss from one direction, but it also means floating drawdown can accumulate if both sides are wrong at different times. The automated stop loss and take profit are meant to close losing legs before they grow too large. However, because hedging is allowed, the EA can keep multiple positions open on the same pair, which increases spread and swap costs.
The trailing stop works on both sides. As price extends in one direction, the trailing levels move, which can lock in profit on the winning leg while the losing leg is still open. The vendor does not specify the trailing distance or the method used to determine when to close the full basket.
M15 timeframe and pair selection
The EA is designed exclusively for the M15 timeframe. No other chart periods are supported, and the vendor does not recommend changing the timeframe. Running it on H1 or M5 would likely produce trades outside the intended design.
Of the seven pairs, EURUSD and GBPUSD are the most liquid, while AUDJPY and EURCHF have different volatility profiles. The EA uses the same core logic for all pairs, so traders should test each one separately. The preset file suggests a minimum deposit of $500, but that does not guarantee all seven pairs can be traded simultaneously at that level.
Settings and set files
The download package contains the EA file, WiN_X_fix.ex4, and one preset: Mindeposit_$500.set. That preset is a useful starting point for a $500 account, but the name suggests it is the minimum, not the recommended size for every pair.
Key adjustable inputs include lot sizing mode, whether to use dynamic or fixed lots, and the parameters that control trend detection. The vendor also mentions that risk settings can be customised, but the specific input names are not listed in the marketing material.
Because the EA is a hedge scalper, changing the lot sizing mode has a large effect on how many positions can be open at once. A fixed lot size that is too large will quickly run into margin issues. A dynamic lot size that is too small may underutilise the account. Traders should start with the $500 preset and adjust from there.
What to watch out for
This EA is not a set-and-forget system for all market conditions. It is built for short-term trend scalping on M15, so range-bound or low-volatility sessions may trigger many small trades with little net movement. Hedging also means the account statement can show a long and a short position on the same pair at the same time, which some prop firms do not allow.
The vendor does not provide historical backtest results or live performance data in this listing. Performance claims about adaptability and accuracy cannot be independently checked. The minimum deposit is stated as $500, and leverage should be at least 1:100. Below that, margin calls become more likely when multiple hedged positions are open.
Traders who prefer a single-direction trend strategy, or who want a fully documented stop loss on every trade, may find the hedge approach harder to follow. The lack of source code also means the trading logic cannot be inspected or modified. The EA comes as a compiled .ex4 file only.
The licence is described as NoDLL / Fix, which means the EA does not rely on external DLL calls. That makes it compatible with most standard MT4 installations, including many VPS setups, without requiring additional library files.