10赞

1896评论

113收藏

机构流出的EA,月盈50%,全自动无需干预。4/3/19更新

 

评论|共 1896 个

qq_仰望星空_ezv

发表于 2019-10-17 07:43:35 来自手机 | 显示全部楼层

fgigjfiffitifititt

去个名字

发表于 2019-10-18 13:57:05 | 显示全部楼层

jjjjjjjjjjjjjjjjj

tyyysun

发表于 2019-10-18 14:35:58 | 显示全部楼层

曲线图看着好稳定啊

tyyysun

发表于 2019-10-18 15:36:30 | 显示全部楼层

根本就无法使用{:1_171:}

420528

发表于 2019-10-18 15:41:55 | 显示全部楼层

//+------------------------------------------------------------------+
//|              MA 交叉报警.mq4 |
//|              Copyright 2012, MetaQuotes Software Corp. |
//|              http://www.metaquotes.net |
//+------------------------------------------------------------------+
#property indicator_chart_window
#property indicator_buffers 2
#property indicator_color1 Red
#property indicator_color2 Red
//---- buffers
double buy[],sell[];  

extern int fast=20; extern int slow=50;
double LastAlertTime=0;
//+------------------------------------------------------------------+
//| Custom indicator initialization function |
//+------------------------------------------------------------------+
int init()  
  {
//---- indicators  
  SetIndexStyle(0,DRAW_ARROW);  
  SetIndexArrow(0,233);  
  SetIndexBuffer(0,buy);  
  SetIndexEmptyValue(0,0.0);  
  SetIndexStyle(1,DRAW_ARROW);  
  SetIndexArrow(1,234);










 SetIndexBuffer(1,sell);  
  SetIndexEmptyValue(1,0.0);  

//----  
  return(0);
  }
//+------------------------------------------------------------------+
//| Custor indicator deinitialization function |
//+------------------------------------------------------------------+
int deinit()  
  {
//----  


//----  
  return(0);
  }
//+------------------------------------------------------------------+
//| Custom indicator iteration function |
//+------------------------------------------------------------------+
int start()  
  {  
  
//----
for (int i=Bars-1;i>=0;i--)
{  
  if  
  (  
    (  
   
iMA(NULL,0,fast,0,MODE_EMA,PRICE_CLOSE,i)<iMA(NULL,0,slow,0,MODE_EMA,PRICE_CLOSE,i)  
          &&
iMA(NULL,0,fast,0,MODE_EMA,PRICE_CLOSE,i+1)>iMA(NULL,0,slow,0,MODE_EMA,PRICE_CLOSE,i+1)
      )
   )  
   {  
      sell[i]=High[i]+2*Point;  
      if (i==1 && LastAlertTime!=Time[0])  
      {  
         Alert("Negative Cross");
         LastAlertTime=Time[0];
      }  
&#65279;















      }   
      
      if  
      (
        (  
iMA(NULL,0,fast,0,MODE_EMA,PRICE_CLOSE,i)>iMA(NULL,0,slow,0,MODE_EMA,PRICE_CLOSE,i)  
       &&
iMA(NULL,0,fast,0,MODE_EMA,PRICE_CLOSE,i+1)<iMA(NULL,0,slow,0,MODE_EMA,PRICE_CLOSE,i+1)
        )
     )  
     {
        buy[i]=Low[i]-2*Point;  
        if (i==1 && LastAlertTime!=Time[0])  
        {  
           Alert("Positive Cross");  
           LastAlertTime=Time[0];
        }
     }   
     
     
     
     
     
     
     
}
//----  
    return(0);  
   }
//+------------------------------------------------------------------+

18360912923

发表于 2019-10-18 20:29:27 | 显示全部楼层

参与/回复主题关闭
RE: 八个月100美金做到盈利40000美金的Forex PiP Killer EA免费送,无限版 [修

Alqn

发表于 2019-10-19 00:00:53 | 显示全部楼层

i love ea so much

shsysbt

发表于 2019-10-19 09:31:08 | 显示全部楼层

6565456456465465

qq_大海_jfK

发表于 2019-10-19 18:54:27 来自手机 | 显示全部楼层

啦咯啦咯啦咯啦

cai369047585

发表于 2019-10-21 21:05:03 | 显示全部楼层

'
b;n.vcgh;l', cghjgfchhh

您需要登录后才可以回帖 登录 | 注册 微信登录

EA之家评论守则