Use OnTester(). See documentation.
coiler:
Thanks Alain,
but i need to dump the number of the optimitazion pass not the backtests result.
Regards.
I understood the question.
Forum on trading, automated trading systems and testing trading strategies
Counting optimization passes during optimization process
Alain Verleyen, 2016.12.28 09:25
Use OnTester(). See documentation.Alain Verleyen:
I understood the question.
Thanks Alain, could you give me an example?.
Regards
coiler:
Thanks Alain, could you give me an example?.
Regards
Please do some researches.
Once you have something coded, come back if you have still some problems.
Alain Verleyen:
Thanks for the reference Alain.
Please do some researches.
Once you have something coded, come back if you have still some problems.
use this
Double pass = GlobalVariableGet( "pass" ); pass=pass+1; GlobalVariableSet( pass );
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
Hi all,
how can i count optimization passes to write them into a csv?
{
if (IsOptimization()){
// Counting passes
}
}
Wich approach use?
Thank you