<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF
	xmlns="http://purl.org/rss/1.0/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:admin="http://webns.net/mvcb/"
	xml:lang="ja">

	<channel rdf:about="http://system-trading.jp/toyoshima/rss.php">
		<title>基礎から学ぶシステムトレード</title>
		<link>http://system-trading.jp/toyoshima/</link>
		<description>Ｂ型大学教授 豊嶋久道氏によるFXシステムトレードの基礎から実践まで</description>
		<dc:language>ja</dc:language>
		<dc:date>2010-09-07T03:23:43+09:00</dc:date>
		
		<admin:generatorAgent rdf:resource="http://www.a-blog.jp/?v=1.52" />
		<items>
			<rdf:Seq>
			<rdf:li rdf:resource="http://system-trading.jp/toyoshima/index.php?ID=129" />
			<rdf:li rdf:resource="http://system-trading.jp/toyoshima/index.php?ID=128" />
			<rdf:li rdf:resource="http://system-trading.jp/toyoshima/index.php?ID=127" />
			<rdf:li rdf:resource="http://system-trading.jp/toyoshima/index.php?ID=126" />
			<rdf:li rdf:resource="http://system-trading.jp/toyoshima/index.php?ID=125" />
			
			</rdf:Seq>
		</items>
	</channel>

	

	
	<item rdf:about="http://system-trading.jp/toyoshima/index.php?ID=129">
		<title>MQL5でEA（２）</title>
		<link>http://system-trading.jp/toyoshima/index.php?ID=129</link>
		<description>今回はEAに欠かせないトレードに関する関数についてみてみましょう。MQL4では、トレードに関して以下の４つの関数が用意されていました。OrderSend() - 成行、指値、逆指値売買オーダーの送信OrderClose() - オープンポジションの決済OrderDelete() - 指値、逆指値の待機オーダーのキャンセルOrderModify() - オーダーの変更MQL5では、これらのトレードに関する機能は、一つの関数OrderSend()に集約されています。但し、このOrderSend()という関数は、...</description>
		<dc:creator>豊嶋久道</dc:creator>
		<dc:date>2010-09-06T15:20:38+09:00</dc:date>
	</item>
	
	<item rdf:about="http://system-trading.jp/toyoshima/index.php?ID=128">
		<title>MQL5でEA（１）</title>
		<link>http://system-trading.jp/toyoshima/index.php?ID=128</link>
		<description>さて、今回からMQL5でEAを作成してみます。「EA」は「Expert Advisor」の略で、日本語に直訳すれば「専門の相談員」となります。でも、これでは意味がわからないので、「EA」という言葉は普及しないかなと思っていたのですが、今ではメタトレーダーの自動売買プログラムという意味ですっかり定着したようです。MQL5のEAも他のプログラム同様、MQL4とは互換性がないので、何回かにわけて説明していきます。まず、メタエディターからFile - Newを選んでExpert Advisorを選択すると、以下のよ...</description>
		<dc:creator>豊嶋久道</dc:creator>
		<dc:date>2010-08-30T14:58:02+09:00</dc:date>
	</item>
	
	<item rdf:about="http://system-trading.jp/toyoshima/index.php?ID=127">
		<title>MQL5でカスタム指標プログラム（３）</title>
		<link>http://system-trading.jp/toyoshima/index.php?ID=127</link>
		<description>カスタム指標プログラムでテクニカル指標を表示させる最も簡単な方法は、MQL5に既に組み込まれている関数を使うことです。MQL5にも、MQL4のようによく使うテクニカル指標が組み込み関数として用意されています。例えば、移動平均線を算出する関数はiMA()です。MQL4では、iMA()などの組み込みテクニカル指標関数は、その指標の値そのものが関数の戻り値だったので、Buf[i] = iMA(NULL, 0, MAPeriod, 0, MODE_SMA, PRICE_CLOSE, i); のように指標バッファ用の...</description>
		<dc:creator>豊嶋久道</dc:creator>
		<dc:date>2010-08-24T16:23:55+09:00</dc:date>
	</item>
	
	<item rdf:about="http://system-trading.jp/toyoshima/index.php?ID=126">
		<title>MQL5でカスタム指標プログラム（２）</title>
		<link>http://system-trading.jp/toyoshima/index.php?ID=126</link>
		<description>OnCalculate()関数の引数の意味がわかったところで、今回は、簡単なカスタム指標プログラムを作ってみましょう。といっても終値をラインで結んでいくという超簡単なものです。（実用性はありません^^;）MQL5のプログラムは次のように書けます。#property indicator_chart_window#property indicator_buffers 1#property indicator_plots   1//--- plot Close#property indicator_label1 ...</description>
		<dc:creator>豊嶋久道</dc:creator>
		<dc:date>2010-08-17T13:13:08+09:00</dc:date>
	</item>
	
	<item rdf:about="http://system-trading.jp/toyoshima/index.php?ID=125">
		<title>MQL5でカスタム指標プログラム（１）</title>
		<link>http://system-trading.jp/toyoshima/index.php?ID=125</link>
		<description>今回は、MQL5でカスタム指標プログラムを作ってみましょう。と言っても、色々と準備する必要があるので、何回かに分けて説明します。まずは、メタエディターのFileメニューのNewから「Custom Indicator」を選んで、新規プログラムを作成してみましょう。#property indicator_chart_window//+------------------------------------------------------------------+//| Custom indicator in...</description>
		<dc:creator>豊嶋久道</dc:creator>
		<dc:date>2010-08-09T15:28:20+09:00</dc:date>
	</item>
		
</rdf:RDF>
