Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by EternallyCurious. 04/25/24 10:20
Trading Journey
by howardR. 04/24/24 20:04
M1 Oversampling
by Petra. 04/24/24 10:34
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Scripts not found
by juergen_wue. 04/20/24 18:51
zorro 64bit command line support
by 7th_zorro. 04/20/24 10:06
StartWeek not working as it should
by jcl. 04/20/24 08:38
folder management functions
by VoroneTZ. 04/17/24 06:52
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
5 registered members (AndrewAMD, TipmyPip, VoroneTZ, Quad, 1 invisible), 688 guests, and 11 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Mega_Rod, EternallyCurious, howardR, 11honza11, ccorrea
19048 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,982
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

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

Chief Engineer
jcl  Offline

Chief Engineer

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