请问有什么方法可以让ea使用图表中的指标吗?

 
因为指标文件为ex4文件,而是写ea只会使用其自带参数,所以想把指标加载到图中,再运行ea调用这个图中的指标
 
wuyu tian:
因为指标文件为ex4文件,而是写ea只会使用其自带参数,所以想把指标加载到图中,再运行ea调用这个图中的指标

iCustom可以添加指标的参数,如果不添加就是默认的

看到...了 吗? 就是指标的参数

double  iCustom( 
   string       symbol,           // symbol 
   int          timeframe,        // timeframe 
   string       name,             // path/name of the custom indicator compiled program 
   ...                            // custom indicator input parameters (if necessary) 
   int          mode,             // line index 
   int          shift             // shift 
   );
 
您是需要这样的效果吗?图表中加载箭头。
附加的文件: