Fxtrader 6: If someone is using EA builder and knows what is wrong with the code of my EA
please reach out.
-
EA builder, EATree,
Forex Strategy Builder, FOREXEADVISOR STRATEGY BUILDER,
FX EA Builder, fxDreema, FxPro, Molanis,
Online Forex Expert AdvisorGenerator,
Quant, Strategy Builder FX, Visual Trader Studio, MQL5 Wizard,
etc., are all the same. You will get something
quick, but then you will spend a much longer time trying to get it right, than if you learned the
language up front, and then just wrote it.
- Since you haven't learned MQL4/5, therefor there is no common language for us to communicate.
If we tell you what you need, you can't code it.
If we give you the code, you don't know how to integrate it into yours.
We are willing to HELP you when you post your attempt (using SRC) and the nature of your problem, but we are not going to debug your hundreds of lines of code. You are essentially going to be on your own. - EA builder makes bad code counting up while closing multiple orders.
EA builder makes bad code Bars is unreliable (Max bars in chart), volume is unreliable (miss ticks.) Always use time.
EA builder makes bad code, not adjusting for 4/5 digit brokers, TP/SL and slippage.
EA builder makes bad code, not adjusting for ECN brokers. (pre-Build 500)
EA builder makes bad code, not checking return codes.
EATree uses objects on chart to save values — not persistent storage ( files or GV+Flush.) No recovery (crash/power failure.) - FX EA Builder makes bad code, not checking return
codes.
FX EA Builder makes bad code, loosing open tickets on terminal restart. No recovery (crash/power failure.)
FX EA Builder makes bad code, not adjusting stops for the spread.
FX EA Builder makes bad code, using OrdersTotal directly. - FOREXEADVISOR STRATEGY BUILDER makes bad code, non-updateing global variables.
FOREXEADVISOR STRATEGY BUILDER makes bad code, compilation errors.
FOREXEADVISOR STRATEGY BUILDER makes bad code, not checking return codes.
- Since you haven't learned MQL4/5, therefor there is no common language for us to communicate.
- Unmatched data errors have nothing to do with your code. You do not have history for all timeframes for the tester. Use this.
- Why did you post your MT4 question in the
Root /
MT5 General section
instead of the MQL4 section,
(bottom of the Root page?)
General rules and best pratices of the Forum. - General - MQL5 programming forum
Next time post in the correct place. The moderators will likely move this thread there soon.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi traders,
I'm very new to building an EA for testing algorithms. I decided to purchase EABuilder since I found it to be the most user friendly however, when I'm testing my EA, it keeps giving me the unmatched data error. I'm not sure what is going on with this. Additionally, I keep getting an invalid stop error which I'm not sure why. If someone is using EA builder and knows what is wrong with the code of my EA please reach out. Thanks in advance!