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 have several Excel sheets that utilize the DDE data from MT4. I am unable to update my sheets. They just stall and have to be terminated. I tried the MT4 DDE Excel example and it would not update. Same results. I tested with codersguru's DDE client and another DDE client. They both are successful in reading the DDE data. I think the problem may be with Excel, some automatic security update or some system setting but I have not yet found a solution. Has anyone else run into a similar problem? I suspect that the solution is simple but it eludes me. Please help.
Please make sure your DDE server is activated
on MT4 click Tools=>options then choose Server tab, then activated your DDE then OK..
hope this can help you....
backtesting in MT is very simple!
Just press ctrl+r to display the strategy tester,select the EA which you want to test, and select the symbol and time period, click start, then everything is OK.
why you try to use excel to do backtesting.
I use the library below, called Damianalisys, which is an adaption of a library available in Metaquote site. Unfortunately I made some changes in order to make comma as the decimal separator, but it is not so difficult to re-write the code.
I am also including a simple script so that you can export indicators to csv files by simply dragging the script.
I'm looking for a way to import backtests to excel to do some analysis there, is it possible?
thanks
Hi, InTrance, it seems there was already a lot of posts about your question (as they moved the thead here). So forget my stuff, it is probably useless. Any way I don't use Excel anymore, I only use csv as a intermediary format so that i can import data to R (The R Project for Statistical Computing ). if you are really serious about automated trading, besides the best simulation software (thats to say Metatrader), you will need a good statistical package (R, S-plus, etc)