voidOnStart() { //--- AccountInfoString() 함수에서 사용할 수 있는 모든 정보 표시 Print("브로커 이름 = ",AccountInfoString(ACCOUNT_COMPANY)); Print("예금 통화 = ",AccountInfoString(ACCOUNT_CURRENCY)); Print("클라이언트 이름 = ",AccountInfoString(ACCOUNT_NAME)); Print("거래 서버의 이름 = ",AccountInfoString(ACCOUNT_SERVER)); }