comix_ye:
It seems to me when can't. This value is only showed when "simple" backtesting, not optimization. Not 100% sure.
Hi Guys
Profit trade num is important when I choose the parameter after optimization, but I can't get this number in the optimization tab.Is any one know how can I get it?
comix_ye:
Profit trade num is important when I choose the parameter after optimization, but I can't get this number in the optimization tab.Is any one know how can I get it?
You can analyze it as a custom optimization criteria. Just a simple example:
double OnTester() { double ProfitTrades=TesterStatistics(STAT_PROFIT_TRADES); //--- return(ProfitTrades); }
Alexx:
I did not know about this feature, thank you.You can analyze it as a custom optimization criteria. Just a simple example:
comix_ye:
comix_ye, tell me if you need help to use Alexx suggestion.
Hi Guys
Profit trade num is important when I choose the parameter after optimization, but I can't get this number in the optimization tab.Is any one know how can I get it?
this really help me understand something. but i don't know about coding.

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 Guys
Profit trade num is important when I choose the parameter after optimization, but I can't get this number in the optimization tab.Is any one know how can I get it?