Expert Advisors: MQL5 Wizard - Trade Signals Based on Crossover of Two Exponentially Smoothed Moving Averages - page 4

 
Vladimir Karputov:

The signal module in the article is indeed written according to the previous standard. It is necessary to rewrite it - take the standard module (from the delivery) as a basis [data folder]\MQL5\Include\Expert\Signal\SignalMA.mqh.

Added: see my signal modules with two iMA SignalMAAboveBelow modules

Vladimir!

Where is the intersection of two MAs?

 
Andy:

Vladimir!

Where is the intersection of two MAs?

There is no crossover, but there are two iMAs, so it is easy to adjust to your needs.
Besides, my modules are tested: they give signals and the EA trades.
If you have a question about these modules - please use the discussion of each module, not in this topic.
 
Vladimir Karputov:
There is no crossover, but there are two iMAs, so it is easy to adjust to your needs.
Besides, my modules are tested: they give signals and the EA trades.
If you have a question about these modules - please use the discussion of each module, not in this topic.

Which module has two MAs and why?

PS: I spent a lot of time explaining what I already know and didn't learn anything about my question... Why don't the developers correct the already published article?
 
Andy:

And which module has two MAs and for what purpose?

PS: I spent a lot of time explaining what I already know and didn't learn anything about my question... Why don't the developers correct the already published article?

The article was published a long time ago and was relevant at that time. MQL5 does not stand still and now this article is outdated. I will write a new style module for the intersection of two iMAs.

 
Vladimir Karputov:

The article was published a long time ago and was relevant at that time. MQL5 does not stand still and now this article is outdated. I will write in a new style the module of intersection of two iMAs.

Thank you, we are waiting! Let me know here when it is ready.

 
Andy:

Thanks, we're waiting!.... Let me know here when it's ready.

Signal module: SignalCrossiMA

 

Can someone please assist me on testing the EA, when i test it runs but it does not open any trades 

 
not working
 
The code is clear, what happens when I execute it is that the orders are executed 3 or 4 candles after the moving averages cross. I was analyzing the code and I activated the option Expert_EveryTick =true; so that it analyzes the crossing, and makes the appropriate operation, in each tick, but it continues executing the operations much later than the crossing.