|
A group of functions intended for working with global variables.
グローバル変数を操作するための関数のグループです。
Global variables of the client terminal should not be mixed up with variables declared in the global scope of the MQL4 program.
クライアント ターミナルのグローバル変数は、MQL4 プログラムのグローバル スコープで宣言された変数と混在してはいけません。
Global variables are kept in the client terminal within 4 weeks since the
last access, then they will be deleted automatically. An access to a global
variable is not only setting of a new value, but reading of the global variable value, as well.
グローバル変数は最後のアクセスから4週間以内は、クライアント ターミナルで保持され、その後、自動的に削除されます。グローバル変数へのアクセスは、新しい値の設定だけではなく、グローバル変数の値の読み取りも同様です。
Global variables of the client terminal are accessible simultaneously from all MQL4 programs launched in the client terminal.
クライアント ターミナルのグローバル変数は、そのクライアント ターミナルで起動されたすべての MQL4 プログラムから同時にアクセス可能です。
|