<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>阿狼的MT4编程外汇博客 &#187; 小数位</title>
	<atom:link href="http://www.dqyau.net/tag/%e5%b0%8f%e6%95%b0%e4%bd%8d/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dqyau.net</link>
	<description>专注于MT4编程技术的外汇博客</description>
	<lastBuildDate>Wed, 01 Sep 2010 02:05:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>关于MT4新版本中小数位的问题</title>
		<link>http://www.dqyau.net/299.html</link>
		<comments>http://www.dqyau.net/299.html#comments</comments>
		<pubDate>Tue, 25 Nov 2008 08:44:59 +0000</pubDate>
		<dc:creator>阿狼</dc:creator>
				<category><![CDATA[EA]]></category>
		<category><![CDATA[MT4编程]]></category>
		<category><![CDATA[130]]></category>
		<category><![CDATA[220]]></category>
		<category><![CDATA[MT4]]></category>
		<category><![CDATA[小数位]]></category>
		<category><![CDATA[报错]]></category>
		<category><![CDATA[新版本]]></category>

		<guid isPermaLink="false">http://www.dqyau.net/?p=299</guid>
		<description><![CDATA[随着MT4升级到最新的220版本，MT4中的报价也分别更改为5位或3位（日系货币对）了。这对我们ea的使用和开发产生了不小的影响。举个例子：一张EURUSD的多单，开仓价是1.2800，止损20点，就应该是1.2780；在升级到5位小数位后，开仓价就成了1.28000，这时候如果还是用20点止损的思路，止损就成了1.27920！在开发或使用ea的时候，往往会因为这样的原因，导致止损价格或止盈价格与现价相距太近而报错。如果你的EA是基于4位或2位小数位（日系货币对）来开发的，建议检查一遍代码，看看逻辑上会不会出现这样的错误。
]]></description>
		<wfw:commentRss>http://www.dqyau.net/299.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
