MS
MS
Friends

Add friends via their profile or user search and you will be able to see if they are online

MS
Registered at MQL5.community
MS
Added topic ALMA Smoothing of StochK - Needed
Can anybody make ALMA Smoothing of Stochastic K for MT4? Screen shot attached. Here is the code in Amibroker AFL : function ALMA(priceField, windowSize, sigma, Offset) { m = floor(Offset * (windowSize - 1)); s = windowSize / sigma; w = 0; wSum = 0;