string WindowExpertName( )
Returns name of the executed expert, script, custom indicator, or library, depending on the MQL4 program, from which this function has been called.
この関数を呼び出した、MQL4 プログラムに依存する、実行されたエキスパート、スクリプト、カスタム インディケーター、ライブラリの名前を返します。
Sample:
サンプル:
1 2 | string name=WindowExpertName(); GlobalVariablesDeleteAll(name); |