u/Active_Version2665

Image 1 — Day 0 — FTMO 100k Challenge | 1:30 Leverage
Image 2 — Day 0 — FTMO 100k Challenge | 1:30 Leverage

Day 0 — FTMO 100k Challenge | 1:30 Leverage

Starting a 100k FTMO challenge under 1:30 leverage conditions.

The main goal here isn’t speed-running the challenge, but stress-testing the system under stricter prop firm constraints:

drawdown behavior

margin control

execution stability during volatility

multi-strategy risk management

The EA will begin with a few very small trades first, just to verify that execution, margin behavior, and order handling are working correctly under live FTMO conditions before moving to normal risk sizing.

Currently running 46 strategies simultaneously on EURUSD.

Will post daily updates.

u/Active_Version2665 — 3 days ago

I’ve been developing a swing trading EA in MQL5 for quite a while now and the codebase has grown to around 19k lines.

Since it’s swing-based and average trades target around 30 pips, live execution has been completely fine so far.

The issue is backtesting speed.

I’m using real ticks in the MT5 strategy tester, but longer backtests are becoming painfully slow as the system gets more complex.

For those building large EAs in MQL5:

What optimizations made the biggest difference in backtest speed for you?

(architecture changes, indicator handling, tick filtering, caching, etc.)

u/Active_Version2665 — 9 days ago