Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
0 registered members (), 1,012 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Multi-core computer #406856
08/31/12 10:55
08/31/12 10:55
Joined: Feb 2012
Posts: 37
S
stevegee58 Offline OP
Newbie
stevegee58  Offline OP
Newbie
S

Joined: Feb 2012
Posts: 37
How does ZT take advantage of multiple cores on a PC? i.e. does a multicore PC speed up backtesting, walk-forward optimization or basket trade testing with ZT?

Re: Multi-core computer [Re: stevegee58] #406862
08/31/12 12:58
08/31/12 12:58
Joined: Jul 2000
Posts: 27,935
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,935
Frankfurt
Yes, but you need to split your strategy f.i. by assets, give the sub-strategies individual names, and optimize them with separate Zorro instances. You can then afterwards merge the parameter files with a short script that you can find as example under "file functions".

Zorro does not yet automatically split the script over multiple cores, although this is already prepared in the loop function, and planned for a future version.

Re: Multi-core computer [Re: jcl] #406866
08/31/12 13:28
08/31/12 13:28
Joined: Feb 2012
Posts: 37
S
stevegee58 Offline OP
Newbie
stevegee58  Offline OP
Newbie
S

Joined: Feb 2012
Posts: 37
Yeah, if you can find a way to split the work up using threads then the OS takes care of allocating them to cores.


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1