export type ITradeIdeaIdeaKind = 'open' | 'close' | 'adjust';
