export type CTraderApplicationParameters = { clientId: string; clientSecret: string; demoProxy: string; liveProxy: string; };