旧忆如何放下你 发表于 2011-11-21 21:51:45

恳请牛斑帮忙 把指标加上箭头

恳请牛斑帮忙给指标加上箭头,谢谢!

#propertyindicator_separate_window
#propertyindicator_buffers 4
#propertyindicator_color1Black
#propertyindicator_color2Yellow
#propertyindicator_color3Blue
#propertyindicator_color4PowderBlue
   
extern int period=10;
double         ExtBuffer0[];
double         ExtBuffer1[];
double         ExtBuffer2[];
double         ExtBuffer3[];

int init()
    {
   
   
   SetIndexStyle(0,DRAW_NONE);
   SetIndexStyle(1,DRAW_HISTOGRAM,3);
   SetIndexStyle(2,DRAW_HISTOGRAM,3);
   IndicatorDigits(Digits+1);
   SetIndexStyle(3,DRAW_LINE);
   SetIndexBuffer(0,ExtBuffer0);
   SetIndexBuffer(1,ExtBuffer1);
   SetIndexBuffer(2,ExtBuffer2);
   SetIndexBuffer(3,ExtBuffer3);
   IndicatorShortName(\"JGF WIND\");
   SetIndexLabel(1,NULL);
   SetIndexLabel(2,NULL);
   return(0);
    }

int start()
    {
   //int   period=10;
   int    limit;
   int    counted_bars=IndicatorCounted();
   double prev,current,old;
   double Value=0,Value1=0,Value2=0,Fish=0,Fish1=0,Fish2=0;
   double price;
   double MinL=0;
   double MaxH=0;
   
   if(counted_bars>0) counted_bars--;
   limit=Bars-counted_bars;

   for(int i=0; i=0; i--)
       {
      current=ExtBuffer0;
      prev=ExtBuffer0;
            
      if (((current0))||(current0)&&(prev0))   up= true;
      
      if(!up)
          {
         ExtBuffer2=current;
         ExtBuffer1=0.0;
         ExtBuffer3=current;
          }
         
         else
         {
            ExtBuffer1=current;
            ExtBuffer2=0.0;
            ExtBuffer3=current;
         }
       }
      static datetime cDT = 0;
   
      if (cDT == 0) { cDT = iTime(NULL,0,0); } // Don\'t alert when start
   
   
          if (cDT != iTime(NULL,0,0))
          {
            if (
                  ((ExtBuffer0 > 0) && (ExtBuffer0 = 0))
                  )
               {
                  Alert(Symbol(),AccountNumber(), \"JGF wind Direction Change\");
                  PlaySound(\"alert.wav\");
               }
               cDT = iTime(NULL,0,0);
          }      
   return(0);
    }

3dyddm 发表于 2012-11-21 23:00:23

晕死也不多加点分

keyscc23 发表于 2012-11-21 23:00:23

一个子 没看懂

win8 发表于 2012-11-22 00:02:14

这个不可信,没有保险的保赚钱的软件   

网络110 发表于 2012-11-22 00:02:14

真是天底下好事多多

□o□ 发表于 2012-11-22 01:36:01

不错,看看。

pap 发表于 2012-11-22 01:36:01

我好想升级

肆无忌惮 发表于 2012-11-22 01:36:01

原来这样也可以

杨子 发表于 2012-11-22 01:36:01

都是那么过来的

陈陈美妆 发表于 2012-11-22 01:36:01

技术研究、交流QQ:1534564486
页: [1] 2 3
查看完整版本: 恳请牛斑帮忙 把指标加上箭头