What Should be the Healthiest Moving Average Values in M15 Period in Currency?
In the examples of the terminal on your pc you have an EA trading according to a moving average: ...\Experts\Examples\Moving Average\Moving Average.mq5
An (not only) this input variable
input int MovingPeriod = 12; // Moving Average period
can be optimized by the Strategy Tester.
How to do this look into e.g.:
basics:
https://www.mql5.com/en/articles/361
https://www.mql5.com/en/articles/286 (it's 9 years old a bit might have changed.)
more advanced: https://www.mql5.com/en/articles/3642

- www.mql5.com
Bilgisayarınızdaki terminal örneklerinde, hareketli ortalamaya göre bir EA ticaretine sahipsiniz: ... \ Uzmanlar \ Örnekler \ Hareketli Ortalama \ Hareketli Ortalama.mq5
Bir (sadece değil) bu giriş değişkeni
Strategy Tester tarafından optimize edilebilir.
Bu nasıl yapılır, örneğin:
temel bilgiler:
https://www.mql5.com/en/articles/361
https://www.mql5.com/en/articles/286 (9 yaşında biraz değişmiş olabilir.)
daha gelişmiş: https://www.mql5.com/en/articles/3642
ohh no Carl
I guess I explained it wrong :(
2 Moving Average
When they touch each other, they enter and exit the Trade.
As I Show In Attachment
I Need Working in M15 period moving average values Sample ; 1. Moving Avarage 11,2 Sample ; 2. Moving Avarage 10,1
Well look at the MACD (...\Experts\Examples\MACD\MACD Sample.mq5) . It shows the difference of two moving averages (and a signal line of the difference).
To understand it google for MACD to understand it and how to trade it.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
What Should be the Healthiest Moving Average Values in M15 Period in Currency?