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 want to record my stratergy tester to a file. I want to record all its bids and asks and how it sees my indicators. Then I want to read that into an C# (from sharp development http://www.icsharpcode.net/OpenSource/SD/) program and really debug my EA. I am suffering with the first step - writing the file. I am trying the following to no avail.
Any suggestions?
I want to record my stratergy tester to a file. I want to record all its bids and asks and how it sees my indicators. Then I want to read that into an C# (from sharp development http://www.icsharpcode.net/OpenSource/SD/) program and really debug my EA. I am suffering with the first step - writing the file. I am trying the following to no avail.
Any suggestions?
Hi cardio,
It's a good idea.
Let me check the code and return to you with my comment(s).
Thanks a million
I will test it during lunch. Now I intend to write a C# program that has a modified version of the EA I am working on – the program will see the EA as a function that returns buy or sell and will write up anther array keeping track of trades. The program will first read the stratergy tester results into an array and then loop through the array, at each row sending the data to the function. Then I will be able to debug the EA and see where it is going wrong.
Thanks a million
I will test it during lunch. Now I intend to write a C# program that has a modified version of the EA I am working on – the program will see the EA as a function that returns buy or sell and will write up 2 other arrays one for buys and one for sells. Then I will be able to debug the EA and see where it is going wrong.
You make it look to easy. Thanks for all the encouragement - man I need it. I unistalled IBFX as their file functions don't work on weekends - and installed stratergybuilderfx's MT4 - now the pricecheck1.mq4 runs in stratergy tester - but I don't get a file - in experts\files - if I create a blank file experts\files\eurud_1min.csv - it still doesn't touch the file.
Can stratergy tester write out files?
I beleve if you add the pricecheck to a chart and let it run - then it will get data. But can it data through the tester?
Geez
Can stratergy tester write out files?
I beleve if you add the pricecheck to a chart and let it run - then it will get data. But can it data through the tester?
I must be missing something.
Please help
cardio,
Yes, strategy tester writes out to files (the eurud_1min.csv file I sent produced in strategy tester).
But the File functions don't work in weekends for me (I'm using InterbankFX server)
I will try it on Monday, because the file functions must also not work on Stratergybuilderfx on the weekend.
Otherwise just getting things going in C# - this free IDE is very cool.
Cheers
Actually the IDE is not so cool, I uninstalled it and did the 400mb download of c# express. And will now try that.
I got another answere from metaquotes when I asked them if file functions work in startergy tester, they answered
'file functions work. but in case of testing all the processed files must be placed in the tester\files directory'
Cheers
Stephen
Last edited by cardio; 11-14-2005 at 12:53 PM.
Reason: IDE not so cool