OnTester(): How to obtain the passes/optimized EA parameters?

 

Is there a way to do this?

I looked thru the  TesterStatistics(), but i cant find any way for it to obtain the EA parameters. The can do obtain, for eg.

STAT_INITIAL_DEPOSIT

The value of the initial deposit

double

STAT_WITHDRAWAL

Money withdrawn from an account

double

STAT_PROFIT

Net profit after testing, the sum of STAT_GROSS_PROFIT and STAT_GROSS_LOSS (STAT_GROSS_LOSS is always less than or equal to zero)

double

STAT_GROSS_PROFIT


but not the EA parameters, that pass....any advice?

 
you question is wrong!
 
EA parameters is constant when starting
Reason: