New Year's present - TestCommander lite - page 3

 
rustein писал(а) >>
when will the commercial version be available ? ))

I don't think so :-) More likely you'll be friends with the net framework :-)

 
Maybe, but in the meantime we can live without the net.)
 
xeon >>:

Вот вроде закончил таки бета версию :-)

Программа в тему автооптимизации :

https://www.mql5.com/ru/articles/1467

https://www.mql5.com/ru/code/7614

для автоматической оптимизации эксперта.

Просьба потестировать и высказать свое мнение, пожелания критику и т.д.

Особая просьба к тем кто хорошо владеет английским или китайским указать на ошибки перевода, буду очень признателен.

Программа переводилась электронным переводчиком, так что сами понимаете какое качество перевода :-)

ну и собственно ссылка на программу: ftp://fx-soft.biz/tcom.1.0.3.1.rar 2.5 mb (файл проверен http://www.virustotal.com)

p.s. надеюсь программа вам понравится.

What translation errors are you interested in? The word - licension‖ in English is spelled -License.

Opening "Projects/Settings Master" - opens blank page

Does not read Variables from GoldenProfit_AUTO

 

Under Projects /Select Expert Advisor - should be Projects /Select Expert Advisor

page - TersCommander.ru-RU.htm? TestCommander?

TestAnalizer.ru-RU.htm? TestAnalyzer

##################################### ERROR

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text
System.ArgumentOutOfRangeException: Text length must be less than 64 characters long.
Parameter name: Text
Actual value was TestCommander
Meta Trader: C:\Program Files\MetaTrader - ForexMeta.
at System.Windows.Forms.NotifyIcon.set_Text(String value)
at TestForm.TestForm.Move_Mouse(Object sender, MouseEventArgs e)
at System.Windows.Forms.NotifyIcon.OnMouseMove(MouseEventArgs e)
at System.Windows.Forms.NotifyIcon.WmMouseMove(Message& m)
at System.Windows.Windows.Forms.NotifyIcon.WndProc(Message& msg)
at System.Windows.Forms.NotifyIcon.NotifyIconNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


**************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
TestCommander
Assembly Version: 1.0.3.1
Win32 Version: 1.0.3.1
CodeBase: file:///C:/Program%20Files/Fx-Soft/TestCommander%20lite/TestCommander.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


 
igoresha55 писал(а) >>

What translation errors are you interested in? The word - licension‖ in English is spelled -License.

When opening "Projects/Settings Master" - opens blank page

Variables from GoldenProfit_AUTO cannot be read

Thanks for the error found, I will correct it.

Regarding "GoldenProfit_AUTO"

It is assumed that your Expert Advisor on the chart is "GoldenProfit AUTO"

and the program works with "GoldenProfit_AUTO".

I have not found a way round this error yet programmatically (function does not work with files that have a space in their names), as a temporary solution, rename the EA (on the chart) without spaces.

 
xeon >>:

Спасибо за найденные ошибки, поправлю.

что касательно "GoldenProfit_AUTO"

предположительно у вас на графике стоит эксперт - "GoldenProfit AUTO"

а программа работает с "GoldenProfit_ AUTO".

Пока не придумал как обойти эту ошибку программно (функция не работает с файлами у которых в имени пробел), как временное решение переименуйте советник (на графике) без пробелов.

Happy to help.

GoldenProfit_AUTO-EURUSD-M5.ex4, TestCommandersees it on the chart, but does not display it in the sheet and does not read Variable.

I think the problem is in ability to compile it. Recompile fixed the problem, but the optimization takes more than 4000 hours?

 
igoresha55 писал(а) >>

GoldenProfit_AUTO-EURUSD-M5.ex4 advisor

it is about ex4 - read help (you need an mq4 file to work)

>But the optimization takes more than 4000 - it looks like you have a problem with your Expert Advisor.

What kind of Expert Advisor needs half a year to be optimized? :-)

 
xeon >>:

дело в ex4 - прочтите help (для работы нужен файл mq4)

>но оптимизация занимает более 4000 - похоже у вас проблемы с экспертом

что ж за эксперт такой что его нужно полгода оптимизировать? :-)

What can I say, EA is not bad, from 4 to 7 raised demo account from 5000 to 6720.61

It took 15 minutes to optimize it manually with MetaTrader 4. It didn't work with TestCommander yet or it didn't work or just didn't show the right time

I will try to optimize simple Moving_Average from my MetaTrader 5 package.

 

igoresha55: "but the optimisation takes over 4000 hours?"

Isa genetic algorithm used? Optimisation over all ticks?

 
yuripk >>:

Is a genetic algorithm being used? - Yes.

Optimisation across all ticks? - Yes


Optimization of "Moving_Average" coming with "MetaTrader" - time 1:21:18

Report attached

Question - How do I save it as a set file?


Reason: