Uninitialize reason codes returned by UninitializeReason() function. It can be any one of the following values:
UninitializeReason() 関数によって未初期化理由コードが返されます。その値は次のいずれかを指定できます。
| Constant | Value | Description |
|---|---|---|
| 0 | Script finished its execution independently. スクリプトの実行を個別に終了した。 | |
| REASON_REMOVE | 1 | Expert removed from chart. エキスパートがチャートから削除された。 |
| REASON_RECOMPILE | 2 | Expert recompiled. エキスパートが再コンパイルされた。 |
| REASON_CHARTCHANGE | 3 | symbol or timeframe changed on the chart. チャート上の通貨か時間枠が変更された。 |
| REASON_CHARTCLOSE | 4 | Chart closed. チャートが閉じた。 |
| REASON_PARAMETERS | 5 | Inputs parameters was changed by user. ユーザーによって入力パラメータが変更された。 |
| REASON_ACCOUNT | 6 | Other account activated. 他のアカウントが有効になった。 |