Common functions - 共通関数 -
| 関数 | 機能 |
|---|---|
| voidAlert(...) | ポップアップアラート |
| voidComment(...) | コメントの画面表示 |
| intGetTickCount() | 経過時間 |
| doubleMarketInfo(stringsymbol,inttype) | マーケット情報 |
| intMessageBox(stringtext=NULL,stringcaption=NULL,intflag=EMPTY) | メッセージボックス |
| voidPlaySound(stringfilename) | サウンドファイル再生 |
| voidPrint(...) | エキスパートログへ出力 |
| boolSendFTP(stringfilename,stringftp_path=NULL) | FTPサーバーへ送信 |
| voidSendMail(stringsubject,stringsome_text) | メール送信 |
| voidSleep(intmilliseconds) | スリープ |



