17评论

0收藏

关于每种货币对只开一仓的问题

avatar 桃太郎 | 4883 人阅读 | 17 人评论 | 2011-11-02

想每种货币对只开一仓,结果所有货币对只开一仓了:<div class=\"blockcode\"><div id=\"code_MQc\"><ol>//+------------------------------------------------------------------+
//|                                                  MACD Sample.mq4 |
//|                      Copyright ?2005, MetaQuotes Software Corp. |
//|                                       http://www.metaquotes.net/ |
//+------------------------------------------------------------------+

extern double Lots = 0.01;

//+------------------------------------------------------------------+
//|                                                                  |
//+------------------------------------------------------------------+
int start()
   {
    double  ma2_0,ma2_1;
    int cnt, ticket, total;

    if(Bars0 && ma2_010000)
         {ticket=OrderSend(Symbol(),OP_SELL,Lots,Bid,10,0,0,\"YY_V100\",16384,0,Red);
          if(ticket>0)
            {
             if(OrderSelect(ticket,SELECT_BY_TICKET,MODE_TRADES)) Print(\"SELL order opened : \",OrderOpenPrice());
            }
          else Print(\"Error opening SELL order : \",GetLastError());
          return(0);
         }
       return(0);
      }
  
    for(cnt=0;cnt
""
还没有人打赏,支持一下

评论|共 17 个

rainmaker

发表于 2012-11-21 23:00:05 | 显示全部楼层

好的外汇EA是稳赚的,但是,那些4%以上的收益率的都是骗人的  

耳语

发表于 2012-11-21 23:00:05 | 显示全部楼层

楼主福如东海,万寿无疆!  

柄先

发表于 2012-11-21 23:00:05 | 显示全部楼层

希望大家都有好运  

wilf528

发表于 2012-11-21 23:00:05 | 显示全部楼层

看看现在变相卖EA的。。。越来越多!

小妹er

发表于 2012-11-21 23:00:05 | 显示全部楼层

哈哈,看的人少,回一下  

star115

发表于 2014-11-15 13:25:42 | 显示全部楼层

nice!!!!!!!!!!!!

yangtiequan1977

发表于 2015-10-5 23:13:39 | 显示全部楼层

每一种只开一仓,能赚多少钱?

kenivk

发表于 2015-10-26 17:50:46 | 显示全部楼层

11111111

烟花易冷

发表于 2018-9-16 21:48:51 | 显示全部楼层

谢谢楼主,共同发展

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

EA之家评论守则