Does different behaviour prove that the broker is manipulating the EA?
No. Symbol specifications, data feeds, account modes, session times and execution rules routinely differ. Collect comparable evidence before assigning a cause.
Broker-difference diagnosis guide
A practical checklist for isolating symbol, execution, account-mode and terminal differences before changing otherwise working MQL5 strategy code.
Compare symbol names and suffixes first. EURUSD, EURUSD.a and EURUSDm can have different specifications even when their charts look similar.
Price normalization must follow tick size, not assumptions copied from another broker. Log digits, point, tick size and contract size on both setups.
Check minimum, maximum and step volume plus directional limits. A lot size accepted by one broker can be invalid on another.
Stop loss, take profit and modifications can be rejected when the requested distance violates the current symbol restrictions.
Use a filling policy and order type supported by the current symbol instead of hard-coding a mode observed on the development account.
Position selection and close logic differ between account models. Record the margin mode and test the intended position-management behaviour.
Session filters, daily resets and candle boundaries can shift when broker server time, daylight-saving rules or trading sessions differ.
Confirm automated trading, DLL, email, notification and filesystem requirements. A disabled permission can look like a strategy failure.
Capture the trade-server return code, request fields and nearby Experts or Journal lines instead of reporting only that no trade opened.
Use the same EA build, inputs, symbol class and time window. Change one environmental variable at a time before editing strategy logic.
No. Symbol specifications, data feeds, account modes, session times and execution rules routinely differ. Collect comparable evidence before assigning a cause.
Usually not. Robust MQL5 software should discover supported symbol properties at runtime or expose an explicit, documented mapping when discovery is insufficient.
No. Historical prices, spreads, ticks, sessions and execution models differ. Acceptance should focus on defined software behaviour and documented tolerances.
Free diagnostic resource
Capture the relevant settings in a reviewable, privacy-conscious report before sending a bug request.
Open the free tool