I've seen t2 in include/trading.h that is in fact t1 + volume. Can Zorro read t2 files?


typedef struct T2
{
DATE time;
float fPrice;
float fVolume; // negative = bid price
} T2; // quote

Last edited by Hlopetz; 01/07/17 15:08.