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
0 registered members (), 18,161 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
how can I open a *.dbl file? #465006
03/25/17 08:39
03/25/17 08:39
Joined: Sep 2016
Posts: 26
London - Prague - Kho Yao Noi
S
Sinuhet Offline OP
Newbie
Sinuhet  Offline OP
Newbie
S

Joined: Sep 2016
Posts: 26
London - Prague - Kho Yao Noi
From Zorro manual:

*.dbl file consists of a double array containing the daily balance or equity values

the equity or balance curves from test or training are exported to a *.dbl file and can be further evaluated with third party software, f.i. an R data analysis package

I would like to inspect what data does the *.dbl file really have. Does anybody know how can I open it? I could not open it with R studio.
Just would like to inspect the file first.
Thank you
Sinuhet

Last edited by Sinuhet; 03/25/17 08:41.
Re: how can I open a *.dbl file? [Re: Sinuhet] #465024
03/27/17 17:19
03/27/17 17:19
Joined: Jul 2000
Posts: 28,022
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,022
Frankfurt
You can just directly read it in a double array. In C, use fread() or file_read(), in R I believe it's readBin(), or use read.csv() with the .csv balance curve.


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1