Market submission

Rejected again,
and the note says nothing.

The MQL5 Market moderator does not debug your EA for you. Send what you have and get it back in a state that passes — with the strategy untouched and a note on what was wrong, so the next one you write does not repeat it.

What actually gets EAs rejected

The moderator's reply is short by design and rarely names the line. In practice the same handful of faults account for most rejections, and none of them are about whether your strategy is any good:

Read that list again and notice what is missing: nothing about profitability. Market review is a technical inspection, not a judgement on the strategy. That is good news — it means a rejection is a fixable problem.

What gets changed, and what does not

Your strategy is not touched. Entries, exits, filters, the logic that makes it yours — all of it stays exactly as written. What gets fixed is everything standing between that logic and approval: the pre-trade checks, the normalisation, the error handling, the restart recovery.

If a rule genuinely conflicts with how the strategy works — a stop distance the symbol will not accept, say — you are told and given the options rather than having one picked for you behind your back.

What comes back

What to send

  1. The source, not the compiled file

    An .ex5 cannot be corrected. Send the .mq5 or .mq4 and any include files it depends on.

  2. The rejection message, in full

    Every one of them, if there have been several. They are terse, but together they usually point straight at the fault — and the sequence tells you what has already been ruled out.

  3. What the EA is meant to do

    Enough to fix it without breaking it: which symbols and periods it targets, how it sizes positions, and anything deliberate that looks like a bug from outside.

Honest limits

Getting a quote

Send it over

A fixed price usually comes back the same day, and nothing starts until you agree to it. If the job is not one worth paying for, you will be told that too — it is cheaper for both of us than a half-useful build.

truongpmcs@gmail.com @TruongPM

← All services