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
3 registered members (AndrewAMD, Grant, Neb), 908 guests, and 6 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
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: 27,935
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,935
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: 27,935
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,935
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