shared author's Victor article
Kernel Density Estimation of the Unknown Probability Density Function
Kernel Density Estimation of the Unknown Probability Density Function

The article deals with the creation of a program allowing to estimate the kernel density of the unknown probability density function. Kernel Density Estimation method has been chosen for executing the task. The article contains source codes of the method software implementation, examples of its use and illustrations.

Yassar Soetopo
Yassar Soetopo
int start()
{
//----
double da = iCustom(Symbol(), 0,"Donchian Bands",IPeriod, 0,0 ) ;// garis atas modenya 0
double db = iCustom(Symbol(), 0,"Donchian Bands",IPeriod, 1,0 ) ;// garis bawah modenya 1
double dt = iCustom(Symbol(), 0,"Donchian Bands",IPeriod, 2,0 ) ;// garis tengah modenya 2

Comment("garis atas ",da,"garis tengah ",dt, "garis bawah ",db);
//----
return(0);
}
//+------------------------------------------------------------------+



________________________________________|
|https://saldotambah.blogspot.co.id/2018/01/robtrad-805-eko.html?m=1
|____________________________________|
Yassar Soetopo
Yassar Soetopo 2018.01.23
hasil olahan bung JUM
Yassar Soetopo
Yassar Soetopo
Saya mencoba mengajak rekan untuk belajar sedikit atau menggaet EA sederhana.

Karena bagi trader yang sudah lama mengejar forex itu kurang lengkap jika Anda tidak bisa membuat EA sendiri, meski sangat sedehana.


Sudah banyak forum2 membahas masalah bahasa mql4, mungkin melihat sekilas writing2 yang banyak akan pusing ...................

Tapi sebenarnya tidak juga kalau mau belajar niat ====== > nikmati aja!


Kunci belajar membuat EA rajin dan rajin bertanya!

dan juga rajin ngumpulun skrip naskah skrip ...................................
heeeeeeee jadi
ngumpulun ngeblog ngapain bagaimana ya?


BPi.
Yassar Soetopo
Registered at MQL5.community