You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Where is the commercial version? And it would be good (even necessary) to include the current loss ( e.g. AccountEquity()-AccountBalance()<.....) in the condition to start optimisation in case the conditions in the optimised parameters deteriorate sharply.
When I select variables, I get a window like this:
Can you tell me what's wrong?
When I select variables, I get a window like this:
Can you tell me what's wrong?
Need more information, can you insert a block of variables from the EA code?
Made an update.
Corrected errors found by users (many thanks to them):
1) Added conversion of string date to number, at stage of reading variables from Expert, type-(D'14.02.2009 02.:31:30')
2) Fixed selection of position type (Long, Short, Long & Short)
3) Fixed mode Revers in report settings.
Download here - ftp://fx-soft.biz/tcom.1.0.4.zip
When selecting variables, I got the following error:
Assigned each external variable an extern type, i.e. not a comma. And removed the spaces in these external variables before and after the assignment operator.
It worked:
Is it possible to use TestCommander to take a history of the last three months,
and then every 24 hours it will use the parameters from the last three days of optimisation?
And it's not clear how to select the parameters I need after the optimization.
For example, there are external variables involved in optimization: "a" and "b".
When optimizing by "Balance" gen.algorithm, I need to take one maximum value of "Profitability" out of twenty maximum values of "Math Expectation".
The identified values "a" and "b" were substituted. Is this to be done through the "Analyzer settings" form?