<?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; experiation</title>
	<atom:link href="http://www.dqyau.net/tag/experiation/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>EA下单中的有效期如何写</title>
		<link>http://www.dqyau.net/350.html</link>
		<comments>http://www.dqyau.net/350.html#comments</comments>
		<pubDate>Thu, 19 Feb 2009 06:43:47 +0000</pubDate>
		<dc:creator>阿狼</dc:creator>
				<category><![CDATA[EA]]></category>
		<category><![CDATA[MT4编程]]></category>
		<category><![CDATA[experiation]]></category>
		<category><![CDATA[MT4]]></category>
		<category><![CDATA[有效期]]></category>

		<guid isPermaLink="false">http://www.dqyau.net/?p=350</guid>
		<description><![CDATA[最近群里有些朋友在询问EA下单时有效期expiration参数应怎么填写。其实也很简单，这个参数是以秒为单位的。下单时用当前的时间（服务器时间或本地时间）加上你计划的期限（以秒计算）即可，例如：

OrderSend&#40;…….,TimeCurrent&#40;&#41;+Period&#40;&#41;*60,..&#41;;

假如当前的图表是天图的话，那么这张挂单就会在24小时后失效（看不明白的先复习一下Period函数的作用）。
]]></description>
		<wfw:commentRss>http://www.dqyau.net/350.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
