Australian (ASX) Stock Market Forum

How do I delete old stocks in Amibroker?

Joined
8 February 2007
Posts
18
Reactions
0
I found this Cleanup.js on google, but I have to keep pressing YES to delete the old stocks.

How do you guys keep your database tidy?
 
Re: How to I delete old stocks in Amibroker

You can modify the script file to get rid of the acknowledgement option. Edit it in Notepad or similar and change the line where (I assume) it says:

var AskUser = true;

to:

var AskUser = false;

I have modified my copy in a few ways, but I think that was in the original.

Cheers,
GP
 
Top