export interface HLC { high: number; low: number; close: number; }