MS / Publications
Forum
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; for(i = 1; i < windowSize; i++) { w =