Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by EternallyCurious. 04/18/24 10:45
StartWeek not working as it should
by Zheka. 04/18/24 10:11
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
zorro 64bit command line support
by 7th_zorro. 04/15/24 09:36
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:48
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:46
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (1 invisible), 692 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, 11honza11, ccorrea, sakolin, rajesh7827
19046 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
The Financial Hacker #454438
09/08/15 13:14
09/08/15 13:14
Joined: Jul 2000
Posts: 27,978
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,978
Frankfurt
I've started a new blog on http://www.financial-hacker.com. We're often doing experiments with trade systems for Zorro, and I'm going to publish the results on this blog, as well as some of my other experiences in the realm of algorithmic trading. All code and scripts will be published as well.

Re: The Financial Hacker [Re: jcl] #454442
09/08/15 14:00
09/08/15 14:00
Joined: Feb 2015
Posts: 652
Milano, Italy
M
MatPed Offline
User
MatPed  Offline
User
M

Joined: Feb 2015
Posts: 652
Milano, Italy
I have read the articles. Good Job man!

Re: The Financial Hacker [Re: MatPed] #454444
09/08/15 15:31
09/08/15 15:31
Joined: Apr 2014
Posts: 482
Sydney, Australia
B
boatman Offline
Senior Member
boatman  Offline
Senior Member
B

Joined: Apr 2014
Posts: 482
Sydney, Australia
Fantastic articles jcl. You gave me some more ideas. And its also very helpful to follow your application of the scientific method to trading research. Looking forward to the next article about White's reality check. Thanks for sharing.

Re: The Financial Hacker [Re: boatman] #454449
09/08/15 18:40
09/08/15 18:40
Joined: Feb 2015
Posts: 45
Italy
forexcoder Offline
Newbie
forexcoder  Offline
Newbie

Joined: Feb 2015
Posts: 45
Italy
Jcl thanks very much!!! Great work by a great man!!

Re: The Financial Hacker [Re: forexcoder] #454534
09/09/15 22:02
09/09/15 22:02
Joined: Jun 2013
Posts: 1,609
D
DdlV Offline
Serious User
DdlV  Offline
Serious User
D

Joined: Jun 2013
Posts: 1,609
+1! Thanks for helping us learn more & hopefully faster! laugh

Re: The Financial Hacker [Re: jcl] #454589
09/11/15 02:51
09/11/15 02:51
Joined: Oct 2012
Posts: 16
Western Australia
4xBones Offline
Newbie
4xBones  Offline
Newbie

Joined: Oct 2012
Posts: 16
Western Australia
Thanks jcl, much appreciated. smile

Re: The Financial Hacker [Re: 4xBones] #454611
09/11/15 17:45
09/11/15 17:45
Joined: Dec 2013
Posts: 568
Fuerth, DE
Sphin Offline
User
Sphin  Offline
User

Joined: Dec 2013
Posts: 568
Fuerth, DE
Code:
int Periods[10] = { 10,20,50,100,200,500,1000,2000,5000,10000 };
int Period = Periods[optimize(1,1,10,1)-1];


Cool example how to optimize a self-made scale, should be added under 'Tips & Tricks'.

Re: The Financial Hacker [Re: Sphin] #454678
09/14/15 14:34
09/14/15 14:34
Joined: Sep 2015
Posts: 8
T
Toronado Offline
Newbie
Toronado  Offline
Newbie
T

Joined: Sep 2015
Posts: 8
Really like the posts on your financial hacker blog so far. Thanks for those laugh

Re: The Financial Hacker [Re: Toronado] #455684
10/27/15 14:27
10/27/15 14:27
Joined: Jul 2013
Posts: 75
R
royal Offline
Junior Member
royal  Offline
Junior Member
R

Joined: Jul 2013
Posts: 75
Hey jcl!
One question concerning the cold blood index. Do you have an example how to create the BalanceDaily.dbl in a strategy script?

Re: The Financial Hacker [Re: royal] #455688
10/27/15 16:11
10/27/15 16:11
Joined: Jul 2000
Posts: 27,978
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,978
Frankfurt
if(hour(1) > hour(0))
file_append("Log\\BalanceDaily.dbl",&Balance,sizeof(var));

I'm not sure if the release version accepts a size parameter for file_append - maybe you need the beta version.

Page 1 of 2 1 2

Moderated by  Petra 

Gamestudio download | chip programmers | 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