引用:
Included file is a source text of the most frequently used blocks of custom programs. Such files can be included into the source texts of experts, scripts, custom indicators, and libraries at the compiling stage. The use of included files is more preferable than the use of libraries because of additional burden occurring at calling library functions.
Included files are recommended to be stored in terminal_directory\experts\include
include(包含)文件是一些自定程序中常用语句块的源文本,在编译阶段这些文件可以被包含入EA、脚本、自定指标和库等程序的源文件中。与调用库函数相比,使用include文件根有优势,因为它们不会增加系统负担。
系统建议将Include文件存储在[安装目录\experts\include]文件夹下。