
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
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 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, 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, compilation errors.
FOREXEADVISOR STRATEGY BUILDER makes bad code, not checking return codes.
Hiring to write script - General - MQL5 programming forum
Hi,
I built an EA in EA Builder and the code works perfectly in testing.
For testing I use every tick for accuracy.
In live trading the code works perfectly most of the time but misses trades.
This is very frustrating because there are no errors in the journal to indicate where there was a problem.
Any ideas on why trades are being missed?
Thank you.
Errors of EA executions are in "Experts" logs, not "Journal". In Journal you can find errors that are on broker/server side.
You should consider Sperad and Slippages you have when trading on market, if all other things of your EA are already correct and tested.
Did you ever find a solution?
without seeing your code, you will not receive much response -- especially from moderators and other experts on the forum. As the moderators often said in past... we are not mind readers, and we can not see your "screen".
Hi,
I built an EA in EA Builder and the code works perfectly in testing.
For testing I use every tick for accuracy.
In live trading the code works perfectly most of the time but misses trades.
This is very frustrating because there are no errors in the journal to indicate where there was a problem.
Any ideas on why trades are being missed?
Thank you.
Hey Adam,
do you realise that the post was from year 2019?
I recommend you create your own, new, thread, AND post your code in your message if you want advice. If you do not post your coding, then, the only responses you get -- will be such as: We can not see your screen; We can not read your mind; OR my favourite: Our crystal balls are broken.