Blog
PERF EA MT4 – Full Input Settings Analysis

Perf EA is a professional consultant (EA) specifically designed for the MetaTrader 4 (MT4) trading platform. With its set files set beforehand meticulously optimized for ultimate performance, this EA exploits high-level algorithms that identify high-probability trading setups in the forex market.
Buy PERF EA product here

Basic parameters
- Magic: 127738 – Unique identifier utilized by the EA to identify the trades as different from trades done manually or other EAs.
- Lots: 0.01 – Predefined initial trade volume of 0.01 lots.
Martingale Strategy / Increasing Volume
- LotExponent: 1.35 – Multiplier for lot in the following trades of a Martingale sequence. When a trade is losing, the lot for the following trade is equal to the last lot × 1.35.
- PipStep: 190 – Number of pips between Martingale entries; EA will open the following trade only if price has moved 190 pips away from the previous entry.
Profit target and stop loss
- TakeProfit: 200 – Take-profit level in points (20 pips); the EA closes a position when this profit level is reached.
- UseEquityStop: True – Enables equity-based stop loss to limit overall account drawdown.
- TotalEquityRisk: 50.0 – When account equity falls by 50%, the EA stops trading or closes any existing positions.
Trailing Stop
- UseTrailingStop: True – Activates the trailing stop feature to lock profits when the market moves in the correct direction.
- TrailStart: 40.0 – Trailing stop is activated when profit reaches 40 pips.
- TrailStop: 20.0 – Used to define the trailing stop level as 20 pips, trailing along with the price.