Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
I am sure anyone who has used MT4 often especially to do long backtests knows how big the log files can get ! I have coded a batch file which deletes the biggest files from MT4 (you need to close the program first) thought I would share it...
Just place it in your metatrader folder and press 'y' when it prompts if you want to delete. This can clear gigabytes from your drive !!
I am sure anyone who has used MT4 often especially to do long backtests knows how big the log files can get ! I have coded a batch file which deletes the biggest files from MT4 (you need to close the program first) thought I would share it...
Just place it in your metatrader folder and press 'y' when it prompts if you want to delete. This can clear gigabytes from your drive !!
Thanks Leeb, but into which MT folder do we place it? Logs? (there are 2) or indicators?
Thank you for replying.
__________________ "Risk comes from not knowing what you are doing" The Tao of Warren Buffett.
"Avoiding mistakes, makes people STUPID and having to be RIGHT, makes you OBSOLETE." Robert Kiyosaki.
Hi everyone, glad you like this little tool.
ValeoFX: Thanks for your great posts on this forum, yes as enforcer says it should be in your main metatrader folder eg: c:\program files\metatrader 4
Just by running the batch yesterday I freed up about 20GB from one folder
good idea your Tool to delete temporary metatrader logs.
But as a system administrator i must say it's with the command "del *.*" too dangerous for normal users in case of accidental erasure!
Think the version i posted below is saver.
It deletes only all log-files in ...\experts\logs-folder, only all log-files with the actual date in ...\logs-folder, only all fxt-files in ...\tester\history-folder and only all log-files in ...\tester\logs-folder.
Hi everyone, glad you like this little tool.
ValeoFX: Thanks for your great posts on this forum, yes as enforcer says it should be in your main metatrader folder eg: c:\program files\metatrader 4
Just by running the batch yesterday I freed up about 20GB from one folder
Thanks Leeb, I also have much respect for you and your contributions, for which I thank you.
Best wishes for a Blessed Easter.
__________________ "Risk comes from not knowing what you are doing" The Tao of Warren Buffett.
"Avoiding mistakes, makes people STUPID and having to be RIGHT, makes you OBSOLETE." Robert Kiyosaki.
Thanks ValeoFX, happy Easter to you and all other contributors to this great forum :-)
Beppi - thanks for your addition, yes I work in IT too so agree that the system could be improved, it is for more advanced or careful users but your method is great.