Moving Avarage M15 Period Values ?

 
There Is An EA  With The Intersection Of The Moving Average.

What Should be the Healthiest Moving Average Values ​​in M15 Period in Currency?



 
Burak Baltacı:
There Is An EA  With The Intersection Of The Moving Average.

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

Optimizing a strategy using balance graph and comparing results with "Balance + max Sharpe Ratio" criterion
Optimizing a strategy using balance graph and comparing results with "Balance + max Sharpe Ratio" criterion
  • www.mql5.com
In this article, we consider yet another custom trading strategy optimization criterion based on the balance graph analysis. The linear regression is calculated using the function from the ALGLIB library.
 
Carl Schreiber:

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

Files:
Adshz.png  112 kb
 

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.

Reason: