19 November 2007 #1 F Fluffy 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?
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?
19 November 2007 #2 GreatPig Pigs In Space Joined 9 July 2004 Posts 2,368 Reactions 14 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
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
19 November 2007 #3 F Fluffy Joined 8 February 2007 Posts 18 Reactions 0 Thanks, it will speed up the analysis/scanning function heaps!