I am trying to use the polyfit function from the afl library the same way as 
linearreg() is used, that is I want it to plot the endpoint of the curve for 
each bar.

I have successfully modified the polyfit to do what i want but Amibroker crawls 
down to a halt. Is there any way to make the calculation faster or store the 
calculations for old bars in memory or harddrive so that it does not have to 
recalculate them?

-Randal


Reply via email to