terminal.exe command line commands to run the tester

 

Hi,

were cam I find the documentation to use the tester in command line mode?

I saw this example:

copyini = ShellExecuteA(0,"Open","xcopy", "\"" + PuthTerminal +
FileOptim1 + "\" \"" + PuthTester + "\" /y",
"", 3);

I just need to call the tester from dos commandline

Thanks

SB

 
See client terminal help topic "Tools - Configuration at Startup"
 
stringo wrote >>
See client terminal help topic "Tools - Configuration at Startup"

Thanks for ypur help, but my optimization reports looks like this:

Optimization Report
FxGest REAL V4R2



Pass Profit Total trades Profit factor Expected Payoff Drawdown $ Drawdown %
1 22.00 1 0.00 22.00 20.00 0.20
2 20.00 1 0.00 20.00 22.00 0.22
3 22.00 1 0.00 22.00 20.00 0.20
4 20.00 1 0.00 20.00 22.00 0.22
5 22.00 1 0.00 22.00 20.00 0.20
6 20.00 1 0.00 20.00 22.00 0.22
7 22.00 1 0.00 22.00 20.00 0.20
8 20.00 1 0.00 20.00

How can I "see" the parameters that gave this results?

Thanks

SB

 

Put mouse over needed pass and tooltip with inputs will appear.


 
If the MT4 Terminal is currently open, running a command line Terminal.exe (plus parameters) does not do anything but bring the Terminal back into focus. Is there a way to open a second instance of the Terminal when the current one is open?
 
No, only one instance for each executable file of terminal.exe.
 
shulic:
If the MT4 Terminal is currently open, running a command line Terminal.exe (plus parameters) does not do anything but bring the Terminal back into focus. Is there a way to open a second instance of the Terminal when the current one is open?

See if this is: try copying metatrader instalation to another folder. Run copied version of the terminal on that folder. This way you avoid trying to run a second instance of the first terminal. Both terminals will not be able to share information, unless you use external windows API functions.

Reason: