Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
5 registered members (Dico, AndrewAMD, TipmyPip, NewbieZorro, Grant), 15,791 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
How many cores can I use for simple genetic optimizacion? #482778
03/27/21 21:49
03/27/21 21:49
Joined: Mar 2021
Posts: 24
A
antoniorenar Offline OP
Newbie
antoniorenar  Offline OP
Newbie
A

Joined: Mar 2021
Posts: 24
How many cores can I use for simple genetic optimizacion?

I have a code whit 16 parameters and 100 steps by parameter but the optimization use only one core of 128 that I have

I have Zorro S

Anybody can tell me what's the solution?

or Zorro is not faster and better than MT5 in that?
Thanks

Re: How many cores can I use for simple genetic optimizacion? [Re: antoniorenar] #482780
03/27/21 22:52
03/27/21 22:52
Joined: Aug 2020
Posts: 59
London
Neb Offline
Junior Member
Neb  Offline
Junior Member

Joined: Aug 2020
Posts: 59
London

You can use parameter like this:

NumCores = -1; //using all except one core

But with 16 parameters, you will end in over-optimisation and your strategy will not perform well in a real-time.
If you want robust strategy, you should not go over 4-5 parameters the max.
And for every of them you should get at least 30-50 trades.

N.

Re: How many cores can I use for simple genetic optimizacion? [Re: antoniorenar] #482782
03/28/21 04:59
03/28/21 04:59
Joined: Mar 2021
Posts: 24
A
antoniorenar Offline OP
Newbie
antoniorenar  Offline OP
Newbie
A

Joined: Mar 2021
Posts: 24
Your response works for use more cores, not 128, but more than 50%
the problem now is every core use less 4% per core, the max use of CPU is 5% and 5% of ram
about my portafolio, actually have 7 months +38% 5% DD

Re: How many cores can I use for simple genetic optimizacion? [Re: antoniorenar] #482783
03/28/21 05:01
03/28/21 05:01
Joined: Mar 2021
Posts: 24
A
antoniorenar Offline OP
Newbie
antoniorenar  Offline OP
Newbie
A

Joined: Mar 2021
Posts: 24
And about your statistical significance is very funny
You need at least 422 trades for a credible level of confidence. take note noob


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1