while cleaning database hundreds of stocks delete confirmation window pops up, is there any option to clean bad ticks frm databse by single click? thnks
Yes it can be done. Look in the Script folder and you should see a *.doc file which contains instructions for modifying the Cleanup.js file. You can open this file in a word processor and change the four settings and then save. One of the settings is "DeleteByDefault" and another is "AskUser". The first wants to know if the program should delete as a default if the user does not respond within the timeout setting (one of the four settings). AskUser setting can be set to FALSE and then the program will delete files without asking which is what you are looking for. The fourth setting is Threshold which is the number of non-trading days needed before deletion is considered.