View Single Post
  #12 (permalink)  
Old 01-25-2007, 11:06 AM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 20,077
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
1. Motivation.

In this part of article the author said that it is very good that we can backtest EAs in visual mode in Metatrader. Abd he wants to present the way about how to backtest manual trading systems using Metatrader's visual mode without EA creation.

2. Preparation.

So everybody can use Metatrader's strategy tester in visual mode?
Well. First of all you need to download all necessary files to your computer:

- place vHandsTrade.mq4 in \MetaTrader 4\experts\ directory;
- place VisualTestingTools.mq4 file in \MetaTrader 4\experts\include\;
- place two indicators (vTerminal.mq4 and vHistory.mq4) in \MetaTrader 4 Work\experts\indicators\.

And after that compile vHandsTrade EA in MetaEditor. You should not get any errors:



After that you may create template for testin (tpl file). To do that please open any chart, attach vTerminal and vHistory.mq4 indicators and save this template under the name vHandsTrade.tpl:





Please note: you should switch 'Chart shift' option on:

Reply With Quote