PureBytes Links
Trading Reference Links
|
Ed, in the Cleanup.js script, change the var AskUser from true to
false, as shown in the fragment below...
/*
** AmiBroker/Win32 scripting Example
**
** File: Cleanup.js
** Created: Tomasz Janeczko, December 2th, 2000
** Purpose: Cleanup the database from not traded stocks
** Language: JScript (Windows Scripting Host)
*/
/* detection threshold (in days) */
var Threshold = 30; // one month for example
/* by default do not delete */
/* var DeleteByDefault = false; */
var DeleteByDefault = true;
/* ask the user for the decision */
/* var AskUser = true; */
var AskUser = false;
/* a timeout to wait until default route (no deletion) is taken */
var Timeout = 5;
--- In amibroker@xxxxxxxxxxxxxxx, "ed" <ed.yarrington@xxx> wrote:
>
> Is there a way to change the script file to do this automatically
and
> not to confirm delete all the time.
> I just downloaded new data and there are quite a lot that are not
> trading anymore.
> One by one delete will take forever.
> I found that Yahoo EOD data for ASX is not good and not all there.
>
> In anticipation
>
> Tks all keep up the good work.
>
> PS Graeme is Bundy still around the traps ??
>
> Ed
>
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.5/645 - Release Date: 1/22/2007 4:10 PM
|