I've just made up that word for avoiding 'tick'. I meant an object clustered together from 4 prices. In software:

Code:
typedef struct TICK
{
	float fOpen, fClose;	
	float fHigh, fLow;	
	DATE	timestamp;	
} TICK;