Şartname
Hi,
I need a small MQL4 function that will take the "shift" of a bar as parameter and a customized version of ATR taken from a formula which I will provide in discussion area.
Basically I just want to take the original ATR source code and customize it a little bit and converted into a function that I can use in my own source code.
An example usage would be:
double CustomATR = GetMyCustomATR(int shift, double& SecParam) ;
{
....
}
void Start
{
double OtherParam = 0;
double MyATR = GetMyCustomATR(1, OtherParam);
}
Yanıtlandı
1
Derecelendirme
Projeler
121
25%
Arabuluculuk
5
20%
/
60%
Süresi dolmuş
17
14%
Serbest
2
Derecelendirme
Projeler
205
41%
Arabuluculuk
17
29%
/
71%
Süresi dolmuş
45
22%
Serbest
Proje bilgisi
Bütçe
10 - 20 USD