mt4 how to make two moving average signal ea

 

Hi everyone, I'm new to this forum and new to creating an ea. I'm an aspiring mt4 ea maker and I would like to know how to make an ea that takes a trade after my two signals  are met. my sample is . when first ema crossed(sample value200 and 100) happens wait for another ema to cross(sample value 80 and 60) so the action to trade take place. Thank you in advance everyone.

 
Your topic has been moved to the section: MQL4 and MetaTrader 4 — Please consider which section is most appropriate — https://www.mql5.com/en/forum/172166/page6#comment_49114893
 
  • Usually people who cannot code do not receive free help on this forum.
  • If you show your attempts and describe your problem clearly, you will most probably receive an answer from the community. Use the CODE button (Alt-S) when inserting code.
  • To learn MQL programming, you can research the many available Articles on the subject, or examples in the Codebase, as well as reference the online Documentation.
  • If you do not want to learn to code, that is not a problem. You can either look at the Codebase if something free already exists, or in the Market for paid products (also sometimes free). However, recommendations or suggestions for Market products are not allowed on the forum, so you will have to do your own research.
  • Finally, you also have the option to hire a programmer in the Freelance section.
 
Fernando Carreiro #:
Your topic has been moved to the section: MQL4 and MetaTrader 4 — Please consider which section is most appropriate — https://www.mql5.com/en/forum/172166/page6#comment_49114893
Thanks
 
MQL4 Tutorial - Simple Moving Average Crossover Expert Advisor
MQL4 Tutorial - Simple Moving Average Crossover Expert Advisor
  • 2022.04.18
  • www.youtube.com
https://mql4tutorial.comWhat you see on the chart is a yellow and a red line. The yellow line is a simple moving average for ten candles and the red line is ...