FPX Prop Firm Pass
- Experts
- Maksim Molodkin
- Versione: 1.0
- Attivazioni: 5
FPX Prop Firm Pass is an Expert Advisor, tailored for passing
prop-firm challenges (FTMO 1-Step, FundedNext Stellar 1-Step, 5%ERS Bootcamp 1-Step) on
real-tick MetaTrader 5. An algorithm with adaptive, volatility-scaled risk management and deterministic
exit policy.
The difference is the prop—firm protection layer on top of the trading logic. Three independent
guards monitor the account in real time and stop trading at the moment
when any prop-firm rule is close to being violated.:
1. Trailing peak-equity DD guard** — tracks the current peak of the equity curve
and closes all positions if the drawdown from the peak has exceeded the limit (default
5.5% for FN, 6.0% for FTMO, 5.5% for 5%ERS). This is the **most important** guard,
because all major prop firms count the max DD ** from the peak**, and not from
the starting balance. Without trailing-from-peak protection, EA can pass +8%
one day and fail the max-DD two days later from a 6% rollback.
2. Daily loss cap** — tracks the daily drawdown relative to equity on
It blocks trading until the next day (default 3.5%
for FN, 4.0% for FTMO/5ERS, with a buffer of 0.5-1.0pp under the actual rule).
3. Overall account loss cap** — closes all positions and blocks trading
if you lose more than X% of your EA starting balance (default 6.5% for FN/5ERS,
8.0% for FTMO).
All three are CLOSE_AND_HALT one-shot: when triggered, all
positions are closed according to the EA magic number on the trading symbol, new entries are blocked until
reinitialization (or until the next server midnight for the daily cap).
Built-in presets for firm
EA contains the enum `InpPropFirmMode', which automatically applies the necessary
limits for each provider:
Preset switching is a single line in the `.set` file, without manually reconfiguring
three independent caps.
All three firm presets for YTD 2026 showed identical returns, because the
actual drawdown (3.16%) remained below all limits with a buffer of 2.34-2.84pp
— guards did not work even once. This is the correct behavior: protection is activated.
**only** when the trading logic is really approaching the danger zone.
Requirements:
- Account type: Hedging (NETTING accounts will not work — EA opens separate accounts
positions and closes by ticket)
- Minimum capital:$5,000 (recommended challenge amount for FN/FTMO/5ERS)
- Leverage: from 1:30 (1:100 is recommended for margin efficiency)
- VPS: required for live (see VPS Setup Guide)
- Symbol: XAUUSD M15 basic (USDJPY H1 / AUDUSD H1 are supported by separate
presets — after buying once, you can run on all three)
What is it
- NOT grid EA, NOT martingale, NOT arbitrage — one position per setup,
fixed stop loss, single take profit. Compatible with all rules
prop-firm.
- NOT the "magic 95% winrate" — EA winrate = 66% on 53 transactions YTD 2026
(real ticks). Realistic: 6-12 weeks on passing +8% target with R=0.5%
conservative risk, depending on the month of entry.
- NOT based on lagging indicators — trading logic — deterministic,
rules-based engine, validation — 5 waves of cross-period parametric
search on real ticks.
- NOT a black box — `.set` is completely transparent, each input is described in
Risk Management PDF.
