PureBytes Links
Trading Reference Links
|
Title: Re[2]: [amibroker] speeding up polyfit
You may be able to use a static array and only refresh the latest bar.
herman
Monday, July 20, 2009, 11:13:49 AM, you wrote:
|
try addtocomposite ?
To: amibroker@xxxxxxxxxxxxxxx
From: randal_tabarez@xxxxxxxxx
Date: Sun, 19 Jul 2009 20:39:18 +0000
Subject: [amibroker] speeding up polyfit
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
|
|
__._,_.___
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
__,_._,___
|