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
2 registered members (TipmyPip, AndrewAMD), 15,897 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
OptimalF #464031
01/15/17 19:19
01/15/17 19:19
Joined: Jan 2017
Posts: 64
J
Jeff1228 Offline OP
Junior Member
Jeff1228  Offline OP
Junior Member
J

Joined: Jan 2017
Posts: 64
I have a couple of questions for OptimalF

1. Is the sum of all OptimalF factors 1?

2. How does Zorro determine if a portfolio stratgey component is profitable or not then set its factor to 0 ? Does Zorro use Cold Blood Index? If some of the factors set to zero, will Zorro adjust the rest automaticaaly?

3. Is the hedge fund coefficient 0.5 the best? Is using optimize function to optimize it a good idea?

4. Can we use the code below to calculate different factors for different assets? Note it's one loop and not every assets use all aglos.

set(FACTORS);
while(asset(loop("asset1","asset2","asset3"))
{
if(asset == "asset1") algo1;
if(asset == "asset2") algo2;
if(asset == "asset3") algo3;
}



Thanks

Re: OptimalF [Re: Jeff1228] #464039
01/16/17 16:04
01/16/17 16:04
Joined: Jul 2000
Posts: 28,022
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,022
Frankfurt
1. No
2. No
3. What is a hedge fund coefficient?
4. Yes

Re: OptimalF [Re: jcl] #464052
01/17/17 19:16
01/17/17 19:16
Joined: Jan 2017
Posts: 64
J
Jeff1228 Offline OP
Junior Member
Jeff1228  Offline OP
Junior Member
J

Joined: Jan 2017
Posts: 64
3. When you calculate margin using OptimalF in workshop 6 I guess, you put a 0.5 there, you said the hedge funds only trade half of the OptimalF. That's the hedge fund coefficient I mentioned.



Thank you

Last edited by Jeff1228; 01/18/17 17:39.
Re: OptimalF [Re: Jeff1228] #464060
01/18/17 17:33
01/18/17 17:33
Joined: Jul 2000
Posts: 28,022
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,022
Frankfurt
Ah, ok. For determining whether a component is unprofitable, look here: http://www.financial-hacker.com/the-cold-blood-index/


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1