Expert Advisors: MQL5 Wizard - Trade Signals Based on Price Crossover with Moving Average Indicator - page 2

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
Hello Carl Schreiber, thank you very much for your quick response. My question relates to this article here https://www.mql5.com/en/code/248. It describes how to create an Expert Advisor with this signal using the wizard. I can't get to this point. I first made sure that the indicator is in the correct directory. If I then click on File New -> Generate Expert Advisor -> Assign Name -> Parameters of Signal Module in the Meta Editor, Signals based on price crossover with MA should appear there according to the article described. Unfortunately, the selection does not appear. I have version 5.0 Build 3211
Unfortunately, your build is too small for me to recognise anything.
The iMA indicator is integrated, it does not need to be in a specific directory.
I have no problem creating an EA ( generate with Expert Advisor) according to this article with the moving average: https://www.metatrader5.com/de/metaeditor/help/mql5_wizard/wizard_ea_generate
After adding the moving average continue ...
Then this EA is created:
The code compiles without any problems, but I don't know whether it also generates profits, nor do I know whether the code could be optimised.