77z3 Posted October 3, 2012 Report Share Posted October 3, 2012 OK, so you may have some tick data in FXT files that you’d like to use for backtesting, but each time you start the test, the files are overwritten. Here’s a quick workaround. Place the FXT files in your tester/history folder, and rename them all with “x” in the front. Then add this simple code to your EA before start() function.. (Go here for the free piece of code: http://*******/Vie1Z6 ) What is does is after the MT4 generates the new FXT file, it copies your file over the MT4 generated file, and then it will proceed with the testing using your data. Quote Link to comment Share on other sites More sharing options...
FxNewbie Posted October 3, 2012 Report Share Posted October 3, 2012 This is interesting information. The obscured link can be found by Google search on the string "Vie1Z6" If anyone finds this workaround useful, please let us know? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.