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