EA misses trades. No errors in journal. Works perfectly in testing.

 
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.
 
Adam Novek:
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.
explain "misses trades" ?
how, what misses ?
screenshots ? proofs ?
 
Adam Novek:
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.

Have you considered Slippage

 
Is it a news trader EA?
 
Soewono Effendi:
explain "misses trades" ?
how, what misses ?
screenshots ? proofs ?

So I am watching the chart, and there is a signal to sell, but the EA doesn't react. No trade is executed.

Then I go and test the EA to see whether it should have made the trade and in testing it shows that it makes the trade.

 
iRick:

Have you considered Slippage

I have considered slippage but if it was slippage shouldn't an error come up in journal?

 
Carl Schreiber:
Is it a news trader EA?

No just uses standard indicators like moving averages.

 
What time? With many brokers but maybe not all, at first minute of the first session of the day, usually they don't execute trades. It always happens to me. I don't know why because I never bother to check. Maybe there's a technical issue on that. 
 
Joel Protusada:
What time? With many brokers but maybe not all, at first minute of the first session of the day, usually they don't execute trades. It always happens to me. I don't know why because I never bother to check. Maybe there's a technical issue on that. 

It happened today actually.

 
Joel Protusada:
What time? With many brokers but maybe not all, at first minute of the first session of the day, usually they don't execute trades. It always happens to me. I don't know why because I never bother to check. Maybe there's a technical issue on that. 

Thanks for your reply. It is at random times to my understanding. The broker has stated they don't know why trades are missed and they can't see any issues on their side.

 
Adam Novek: I built an EA in EA Builder and the code works perfectly in testing.

In live trading the code works perfectly most of the time but misses trades.
  1. Just because your testing didn't see the problem, doesn't mean its not there.

  2. Do you really expect an answer? We can't see your broken code. There are no mind readers here and our crystal balls are cracked.

  3. Etasoft forex generator, EA builder, EATree, Forex Strategy Builder, FOREXEADVISOR STRATEGY BUILDER, FX EA Builder, fxDreema, FxPro, Molanis, Online Forex Expert Advisor Generator, 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.

    Learn to code it, or pay someone (Freelance) someone to code it.
              Hiring to write script - General - MQL5 programming forum

Reason: