export type CTraderLoginParameters = { clientId: string; clientSecret: string; demoProxy?: string; liveProxy?: string; accessToken: string; refreshToken?: string; accountId: string; };