Zorro data file (.bar) format

Posted By: yosoytrader

Zorro data file (.bar) format - 09/09/13 16:36

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
Posted By: jcl

Re: Zorro data file (.bar) format - 09/10/13 12:18

Yes, they are binary.
Posted By: yosoytrader

Re: Zorro data file (.bar) format - 09/17/13 12:35

Thanks, I'm able to import .bar files to Zorro and play with them laugh
© 2024 lite-C Forums