Gamestudio Links
Zorro Links
Newest Posts
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
Release 2.68 replacement of the .par format
by Martin_HH. 09/23/25 20:48
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
1 registered members (TipmyPip), 17,605 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
Square root rule / Money management for portfolio components #484391
10/20/21 17:35
10/20/21 17:35
Joined: Mar 2021
Posts: 4
Palm Beach, United States
F
flip26 Offline OP
Guest
flip26  Offline OP
Guest
F

Joined: Mar 2021
Posts: 4
Palm Beach, United States
Hello everyone,

I have read the Black Book, and understand the rationale of he square root rule as it applies to reinvesting profits in highly leveraged systems.

My question relates to the Zorro web page (https://manual.zorro-project.com/optimalf.htm):

In a multi-asset system, what is the rationale of taking the square root of the number of components?

Code
// multi-asset system: reinvest the square root of profits separately per component and long / short trades
var AvailableCapital = Capital/sqrt(NumComponents);
Margin = ifelse(ForLongTrade,OptimalFLong,OptimalFShort)*AvailableCapital*sqrt(1+(WinLong-LossLong)/AvailableCapital);


To be clear, if I have a 5 component system, why can't I allocate AvailableCapital as:

Code
var AvailableCapital = Capital / 5;


Thanks!

Last edited by flip26; 10/20/21 17:36.
Re: Square root rule / Money management for portfolio components [Re: flip26] #484393
10/21/21 10:41
10/21/21 10:41
Joined: Jul 2017
Posts: 787
Z
Zheka Offline
User
Zheka  Offline
User
Z

Joined: Jul 2017
Posts: 787
Trading a portfolio of uncorrelated 'components' allows to be somewhat more aggressive with sizing - hence 'the square root of components' .

Last edited by Zheka; 10/21/21 10:41.
Re: Square root rule / Money management for portfolio components [Re: flip26] #484394
10/21/21 11:57
10/21/21 11:57
Joined: Mar 2021
Posts: 4
Palm Beach, United States
F
flip26 Offline OP
Guest
flip26  Offline OP
Guest
F

Joined: Mar 2021
Posts: 4
Palm Beach, United States
Ahh, that makes sense. Thank you.


Moderated by  Petra 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1