you question is wrong!
EA parameters is constant when starting

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
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?