Hi Exito
There were problems with earler versions of the Forum DLL varible exponential move function but I've not been aware of any problems with the current version. From the syntax you use it appears very much that do not have one of the earlier versions.
I've just run a 2500 bar exploration over the S&P500 and it takes 4 seconds with the Forum DLL and 3 seconds with the Mov() function (alternating between the expressions below). How long would similar exploration take for you? How many bars are loaded on the charts you have the problem with?
ExtFml("Forum.Mov",C,200,E); Mov(C,200,E);
I often run timing tests on various pieces of code and the only glitch I've had recently was when I ran explorations with something marked on the chart. I subsequently found out that this was normal and could be called "the P variable effect". It appears that using the P variable requires more resources and therefore takes longer to execute, but this doesn't apply to just the Forum DLL.
Sorry but I can't shed any more light on your problem.
Roy