客服热线:18391752892

一个程序问题

   日期:2019-01-12     浏览:594    
马上注册,结交更多好友,下载更多资源

您需要 登录 才可以下载或查看,没有帐号?注册 您好,请教问题,下面的程序无法输出‘下穿均线’的箭头,而上穿可以。找不到原因,请指教,谢谢!
 //======================================================
 #property indicator_chart_window
 #property indicator_buffers 2       
 #property indicator_color1 Red
 #property indicator_color2 Purple
 extern int 均线=5;
 double md[];
 double mk[];
 double temp0,temp1;
 int init()
    {
     IndicatorBuffers(2);
     SetIndexBuffer(0,md);
     SetIndexBuffer(1,mk);
     SetIndexStyle(0,DRAW_ARROW);
     SetIndexStyle(1,DRAW_ARROW);
     SetIndexArrow(0,204);
     SetIndexArrow(1,233);
     IndicatorDigits(Digits);
   return(0);
    }
 int start()
    {
   int limit;
   int counted_bars=IndicatorCounted();
   if(counted_bars 0) counted_bars--;
   limit=Bars-counted_bars;
   for(int i=0; itemp0  Close[i+1]
外汇交易有很大的风险性,本站所有资源均来自网络,请选择使用,如若出现亏损,本站不承担任何责任!


特别提示:本信息由相关企业自行提供,真实性未证实,仅供参考。请谨慎采用,风险自负。


0相关评论
相关行情
推荐行情
点击排行