请教老师;我在模型里引用了软件中的EXPMA指标,可是加载模型却无法在图表上正常显示指标线上什么原因?
我加载多品质上美原油连续合约,5分钟周期上,补充一分钟周期数据6个月,只显示M1一条指标线,其它的都没有显示?
wx:=drawnull;
m1:ema(close,p1);
m2:ema(close,p2)*if(n<2,wx,1);
m3:ema(close,p3)*if(n<3,wx,1);
m4:ema(close,p4)*if(n<4,wx,1);
m5:ema(close,p5)*if(n<5,wx,1);
m6:ema(close,p6)*if(n<6,wx,1);
m7:ema(close,p7)*if(n<7,wx,1);
m8:ema(close,p8)*if(n<8,wx,1);
1.肯定上5分钟周期
2,公式上加载在K线图上。
3,图无法上传啊,点击“添加附件”没有反应啊。但图上只有M1一条线,副图上的EXPMA指标可以正常显示。