MQL4参考 图表操作 WindowExpertName
WindowExpertName
Returns the name of the executed Expert Advisor, script, custom indicator, or library.
string WindowExpertName(); |
Parameters
Returned value
Example:
string name=WindowExpertName();
GlobalVariablesDeleteAll(name); |
|