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
1 registered members (TipmyPip), 17,605 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
Zorro data file (.bar) format #429164
09/09/13 16:36
09/09/13 16:36
Joined: Sep 2013
Posts: 64
Spain
yosoytrader Offline OP
Junior Member
yosoytrader  Offline OP
Junior Member

Joined: Sep 2013
Posts: 64
Spain
Hi

I'm going to build history data .bar files from external brokers (to have additional assets or a different compression like range bars),

the structure of the file looks simple (extracted from the help)

Every price data file is a simple list of TICK structs. The TICK struct is defined in include\trading.h:

typedef struct TICK{ float fOpen, fClose; float fHigh, fLow; DATE time;[/color]



the question is, are the .bar files binary files right ?


Thanks


Happy trading laugh
Re: Zorro data file (.bar) format [Re: yosoytrader] #429242
09/10/13 12:18
09/10/13 12:18
Joined: Jul 2000
Posts: 28,022
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,022
Frankfurt
Yes, they are binary.

Re: Zorro data file (.bar) format [Re: jcl] #429723
09/17/13 12:35
09/17/13 12:35
Joined: Sep 2013
Posts: 64
Spain
yosoytrader Offline OP
Junior Member
yosoytrader  Offline OP
Junior Member

Joined: Sep 2013
Posts: 64
Spain
Thanks, I'm able to import .bar files to Zorro and play with them laugh


Happy trading laugh

Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1