跳至内容

WindowExpertName

WindowExpertName

返回已执行的专家顾问、脚本、自定义指标或库的名称。

string  WindowExpertName();

参数

无。

返回值

根据调用此函数的 MQL4 程序,返回已执行的专家顾问、脚本、自定义指标或库的名称。

示例:

string name=WindowExpertName();
  GlobalVariablesDeleteAll(name);
最后更新于