yuanjackie 发表于 2020-3-3 16:56:07

有没有未来函数

adder 发表于 2020-3-3 17:59:34

回复看图。有图有真相

好好学习1234 发表于 2020-3-3 18:05:30

6666666666666666666666666666666666666666666666666666666666666666

不走回头路 发表于 2020-3-4 14:24:31

看看图片百度一下看看

hjkl 发表于 2020-3-4 14:28:34

{:1_185:}很明白v

nihao123 发表于 2020-3-4 14:59:55

支持楼主支持支持ok

清茶轻语 发表于 2020-3-4 15:35:45

外汇ea之家    指标发布
非常不错的支撑阻力线指标,下载不后悔

aqa121 发表于 2020-3-4 15:39:39

klnm;hljkuh

shizhishenglong 发表于 2020-3-4 16:16:14

#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);
    }

kylan 发表于 2020-3-4 16:25:51

{:1_185:}{:1_185:}{:1_185:}
页: 123 124 125 126 127 128 129 130 131 132 [133] 134 135 136 137 138 139 140 141 142
查看完整版本: 非常不错的支撑阻力线指标,下载不后悔