<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
   <title>MQL4: 论坛</title>
   <link>http://forum.mql4.com/</link>
   <description>MQL4: Forum</description>
   <language>zn-cn</language>
   <pubDate>Thu, 17 May 2012 11:03:15 GMT</pubDate>
   <ttl>57</ttl>
   <copyright>Copyright (c) 2000-2012, MetaQuotes Software Corp.</copyright>

   <image>
      <title>MQL4.community</title>
      <url>http://www.mql4.com/i/mql4_logo.gif</url>
      <link>http://forum.mql4.com/cn/</link>
      <width>98</width>
      <height>45</height>
   </image>

   <item>
      <title>在MT4软件上如何才能显示出持币等待的过程</title>
      <link>http://forum.mql4.com/cn/48166</link>
      <guid>http://forum.mql4.com/cn/48166</guid>
      <description><![CDATA[各位老师和朋友们：您们好！ 我在学习编程，遇到到了一个问题，不知道如何解决，特请教各位了。如果我按技术指标的金叉和死叉来开仓做多和做空的话，比如在上涨的启动时是金叉，可在上涨的过程中 ，它会有调整的在调整时会出现指标的死叉，这个死叉时我不想叫它做空，要平掉多仓，然后持币观望等待，这个问题如何了解决哪？特请各位老师来指点一下。 我在此谢谢各位老师了！]]></description>
      <pubDate>Wed, 16 May 2012 08:03:59 GMT</pubDate>
   </item>

   <item>
      <title>哪位帮助一段代码</title>
      <link>http://forum.mql4.com/cn/48165</link>
      <guid>http://forum.mql4.com/cn/48165</guid>
      <description><![CDATA[最多风险 设定为 MaxRisk = 30, 想让他开仓总单数的资金量小于等于30% 就是100元可以最多开仓3元。哪位提供一片代码呀]]></description>
      <pubDate>Wed, 16 May 2012 07:03:27 GMT</pubDate>
   </item>

   <item>
      <title>估计论坛里没几个人知道zigzag指标里这个问题的答案</title>
      <link>http://forum.mql4.com/cn/48162</link>
      <guid>http://forum.mql4.com/cn/48162</guid>
      <description><![CDATA[在zigzag指标代码中，有这样一段代码，请问，为什么要判断二次 counted_bars==0 ？第一次counted_bars==0 && downloadhistory和第二次counted_bars==0的作用是什么？ if (counted_bars==0 && downloadhistory) // history was downloaded { ArrayInitialize(ZigzagBuffer,0.0); ArrayInitialize(HighMapBuffer,0.0); ArrayInitialize(LowMapBuffer,0.0); Print(counted_bars); }]]></description>
      <pubDate>Wed, 16 May 2012 03:17:30 GMT</pubDate>
   </item>

   <item>
      <title>按指定平仓数平仓,为什么总是比平仓数少平一个单?</title>
      <link>http://forum.mql4.com/cn/48132</link>
      <guid>http://forum.mql4.com/cn/48132</guid>
      <description><![CDATA[按指定平仓数平仓,为什么总是比平仓数少平一个单?请高手看看代码有什么毛病? //---- 平空仓 void CheckshortForClose(string symbol,int 平仓数) { int j=0; for(int i=0;i<OrdersTotal();i++) { if(OrderSelect(i,SELECT_BY_POS,MODE_TRADES)==false) break; if(OrderMagicNumber()!=MAGICMA ||...]]></description>
      <pubDate>Mon, 14 May 2012 08:23:44 GMT</pubDate>
   </item>

   <item>
      <title>外汇交易--程序化交易的终结者--闪电交易v1.00横空出世</title>
      <link>http://forum.mql4.com/cn/48050</link>
      <guid>http://forum.mql4.com/cn/48050</guid>
      <pubDate>Wed, 09 May 2012 02:46:06 GMT</pubDate>
   </item>

   <item>
      <title>现货黄金测试结果，请大家评价一下</title>
      <link>http://forum.mql4.com/cn/48110</link>
      <guid>http://forum.mql4.com/cn/48110</guid>
      <description><![CDATA[一个朋友做的现货黄金EA，这个是测试结果，我不太清楚有没有参考性，请各位高手评价一下哦~ Strategy Tester Report MT4_G_Boll ATC-Live (Build 406) 商品 XAUUSD (Spot Gold) 时间周期 1...]]></description>
      <pubDate>Sat, 12 May 2012 14:42:07 GMT</pubDate>
   </item>

   <item>
      <title>请教一个问题，MT怎样测试调用了DLL指标的交易系统？</title>
      <link>http://forum.mql4.com/cn/48090</link>
      <guid>http://forum.mql4.com/cn/48090</guid>
      <description><![CDATA[我是个刚接触外汇的新手，在OANDA上注册了个模拟帐号，下载了MT做测试， 我用DLL编写了个算法test_A，然后写了个调用test_A的自定义指标test_I，并做了个自动交易test_Trade调用指标test_I， 现在的问题是，自动交易能正常运行，但测试时无法进行，报错说“无法访问DLL”， 想请问下，MT能否测试DLL？应该如果设置？ 谢谢！]]></description>
      <pubDate>Fri, 11 May 2012 10:48:13 GMT</pubDate>
   </item>

   <item>
      <title>“MQL学习之旅——（郁闷）函数构造及详细代码讲解”</title>
      <link>http://forum.mql4.com/cn/47990</link>
      <guid>http://forum.mql4.com/cn/47990</guid>
      <description><![CDATA[先声明，这不是一篇讲“函数构造”的文章，也不是正面的代码讲解，要仔细的看好标题~~ 同时，它可能会给你带来郁闷与压抑，请谨慎选择若抵抗力较强可继续~~谨防被这样的代码带沟里去！ 虽说看的不多，但也看过一些别人写的东西，本来看的最仔细的代码是俄国人的一段 原版杰作 （我也不知道是哪里的人，反正是俄语的），那个时候真的是逐句翻译然后再翻译的。 后来根本没翻译完，就放弃了感觉没多大用处，对我来说似乎没什么收获，出发点是有相似部分要不我也不会看了只是相似部分太少了！ 今天，没办法必须看别人提供的 Crack版东西 ，我拿它当杰作啊一行一行的读啊至少要80%搞明白，我才能放心这样才能对得起自己！ 结果你们看看吧： if (li_0) { ls_20 = ""; gs_192 =...]]></description>
      <pubDate>Sun, 06 May 2012 03:54:33 GMT</pubDate>
   </item>

   <item>
      <title>求助：数K线</title>
      <link>http://forum.mql4.com/cn/17078</link>
      <guid>http://forum.mql4.com/cn/17078</guid>
      <description><![CDATA[我想以两根均线交叉时的那根 K线 为基准，数一下现价的K线柱到均线交叉的那根K线有几根，不知道怎么实现？可否用计算时间的方法来数。例如两根均线交叉时的那根K线的时间，到现价K线柱的时间差.不知道可不可以实现.如可以实现的话,应该怎么样编.请指教.谢谢 如图上中所示，我想数一下红线到黄线之间的K线柱，不知道怎么样实现? fasterMAnow = iMA(NULL, 0, ma1, 0, my_mode1, PRICE_CLOSE, limit); fasterMAprevious = iMA(NULL, 0, ma1, 0,...]]></description>
      <pubDate>Wed, 12 Nov 2008 06:46:58 GMT</pubDate>
   </item>

   <item>
      <title>求助：如何让5位报价的MT4只显示4位报价呢？</title>
      <link>http://forum.mql4.com/cn/48056</link>
      <guid>http://forum.mql4.com/cn/48056</guid>
      <description><![CDATA[有没有方法隐藏最后一位报价啊]]></description>
      <pubDate>Wed, 09 May 2012 14:14:51 GMT</pubDate>
   </item>


</channel>
</rss>
