TestCommander (autooptimisation) Trader's tool

 

Well, I think I've finished the test management programme, so I'd like to present it to you now.

I hope you like it.

Purpose
The program is intended for facilitating routine work of a trader
in testing and optimizing Expert Advisors, sequential multi-currency,
multiperiod and other types of tests and optimizations.
Before testing or optimization, the program checks the availability and state of history available.
For specialized optimizations, the program has the ability to
sends commands to Expert Advisor and gets feedback from it right during optimization process
Now you can run automated optimization from an Expert Advisor at specified time.
Up to 10 variables can be optimized and tested simultaneously.
The program allows to add your own testing and optimization macro programs.

TestCommander- Script for manual launching of the tester, contains presets arrays
AutoMacroProg - library of macro programs
MacroAutoOptimization - library for starting programs from an Expert Advisor (automated optimizer) , contains arrays of presets

WorkAnalyzer - library of main optimization and testing control functions

TESTING MACRO PROGRAMS

1) The "Multy_DATA" macro-program - testing against specified time intervals
2) Multy_TF macro-program - testing by specified timeframes
3) "MultySymbol" macro program - testing by specified symbols
4) "MultyVariablel" macro-program - testing by given variables
5) "StabilityTestl" macro-program - expert stability test, sequential testing of "MultySymbol",
"Multy_DATA", "Multy_TF"
6) OneOptim macro-program - optimization of parameters with subsequent selection of the best results
7) "Complex" macro-program - optimization, then selection of best results, then checking stability of Expert Advisor
with all best optimization results in turn, then best results are selected and reported.

More detailed description in the attached archive

Files:
 

Wow... Here's a THANK YOU!!! Been waiting a long time for the sequel... Will have to spend some time mastering it though, hopefully 15 days will be enough)

 
Figar0:

Wow... Here's a THANK YOU!!! Been waiting a long time for the sequel... Will have to spend some time mastering it though, hopefully 15 days will be enough)


hope you get the hang of it :-) in fact, very much want to hear feedback
 
xeon ! Thanks for the work ! Downloaded it. I'll get to the bottom of it.
 

Everything looks great in the pictures, but how do you fix the coding
so you can read it...?


Can you tell me...?

 
agulko:

Everything looks great in the pictures, but how do you fix the coding
so you can read it...?


Can you tell me...?


maybe this will help - 'Font in MetaTrader'
 
xeon:
Figar0:

Wow... Here's a THANK YOU!!! Been waiting a long time for the sequel... Will have to spend some time mastering it though, hopefully 15 days will be enough)


Hope you get the hang of it :-) By the way, I'd love to hear some feedback.

Thank you so much, this is just extremely cool stuff! I have found errors in the EA's logic thanks to it! It took me about a day to become familiar with it. :(

 

Why would the programme Import DLL?

Strange to me

 
azfaraon:

Why would the programme Import DLL?

I find it strange


Unfortunately, the features declared in the program cannot be implemented by MQL tools alone, so I have to

to use functions from dlls included in Windows

 

Спасибо большое! Вот только непонятные глюки при установке и запуске.
1. При установке окно с текстом "Первый запуск тестера..." не появлялось.
2. Запуск TesterCommander и перебор его параметров ни к чему не приводят. Т.е. установка ShowTester и ShowTablo ни к чему не приводит.
3. Далее выводится окно "Текущие установки" - все как и описано в руководстве.
4. Следующее окно "Проверка параметров" не появлялось.
...и на этом все заканчивается ((( может я что-то упустил из виду?





 
stix 08.11.2007 02:13

Спасибо большое! Вот только непонятные глюки при установке и запуске.
1. При установке окно с текстом "Первый запуск тестера..." не появлялось.
2. Запуск TesterCommander и перебор его параметров ни к чему не приводят. Т.е. установка ShowTester и ShowTablo ни к чему не приводит.
3. Далее выводится окно "Текущие установки" - все как и описано в руководстве.
4. Следующее окно "Проверка параметров" не появлялось.
...и на этом все заканчивается ((( может я что-то упустил из виду?

Found one possible reason for this behaviour -
this can happen if you have a space in the path, i.e. for example you have installed MetaTrader in the folder "Program Files\MetaTrader" and there is a space in the path in the folder "Program Files".
I will try to solve this problem in the next update, but in the meantime you can just copy MetaTrader and TestCommander folder into a folder without spaces.
Reason: