<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Forex Howto</title>
	<atom:link href="http://www.forexhowto.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.forexhowto.com</link>
	<description>Exploring the world of FOREX trading, and hopefully profiting along the way ;)</description>
	<pubDate>Tue, 06 Jan 2009 11:50:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>Comment on Genetic programming an automated trading agent by Ed</title>
		<link>http://www.forexhowto.com/2008/10/genetic-programming-an-automated-trading-agent/#comment-390</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Sun, 28 Dec 2008 12:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.forexhowto.com/?p=157#comment-390</guid>
		<description>Hi, 
    my name is Ed, I'm 40yo and also from Sydney. I have been a trader for about 10 years and am on a quest to reduce my screentime and increase my profitability also. 
I have a project that is 75% of the way there however it is in need of a skilled mq4 programmer (which I am not)to get it fully automated. Currently the system is semi automated and is very profitable. 
If you are interested in finding out more please shoot me an email.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
    my name is Ed, I&#8217;m 40yo and also from Sydney. I have been a trader for about 10 years and am on a quest to reduce my screentime and increase my profitability also.<br />
I have a project that is 75% of the way there however it is in need of a skilled mq4 programmer (which I am not)to get it fully automated. Currently the system is semi automated and is very profitable.<br />
If you are interested in finding out more please shoot me an email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Forex trading tips by forex</title>
		<link>http://www.forexhowto.com/2008/09/forex-trading-tips/#comment-388</link>
		<dc:creator>forex</dc:creator>
		<pubDate>Sat, 27 Dec 2008 19:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.forexhowto.com/?p=72#comment-388</guid>
		<description>Great post. Thanks for sharing!
I also have an Forex trading software to recommend. Check out at my website.35</description>
		<content:encoded><![CDATA[<p>Great post. Thanks for sharing!<br />
I also have an Forex trading software to recommend. Check out at my website.35</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stephanie Pomboy Skewers the USD with Stiletto by Automated Trading Championship 2008: Reporting the Tenth Week (1-7 &#8230; &#124; Forex Story</title>
		<link>http://www.forexhowto.com/2008/12/stephanie-pomboy-skewers-the-usd-with-stiletto/#comment-375</link>
		<dc:creator>Automated Trading Championship 2008: Reporting the Tenth Week (1-7 &#8230; &#124; Forex Story</dc:creator>
		<pubDate>Wed, 24 Dec 2008 23:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.forexhowto.com/?p=228#comment-375</guid>
		<description>[...] Forex Howto &#187; Blog Archive &#187; Stephanie Pomboy Skewers the USD with &#8230;: Forex Howto is a place that I falsehood whatever eld ago, I untended it for a pair of eld and [...]</description>
		<content:encoded><![CDATA[<p>[...] Forex Howto &raquo; Blog Archive &raquo; Stephanie Pomboy Skewers the USD with &#8230;: Forex Howto is a place that I falsehood whatever eld ago, I untended it for a pair of eld and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Genetic programming an automated trading agent by Milton</title>
		<link>http://www.forexhowto.com/2008/10/genetic-programming-an-automated-trading-agent/#comment-268</link>
		<dc:creator>Milton</dc:creator>
		<pubDate>Tue, 18 Nov 2008 00:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.forexhowto.com/?p=157#comment-268</guid>
		<description>Hi phx

IFGT is my if greater than function returns 1 or zero, I also have some others such as IFGTE, IFLT and IFLTE which are if greater than or equal, if less than and if less than or equal.

* and / are standard multiply and divide operators.

The output is a little hard to read, it should be read as

"/ (ATR100[1])(2.727904)"

as

"ATR100[1]/2.727904"</description>
		<content:encoded><![CDATA[<p>Hi phx</p>
<p>IFGT is my if greater than function returns 1 or zero, I also have some others such as IFGTE, IFLT and IFLTE which are if greater than or equal, if less than and if less than or equal.</p>
<p>* and / are standard multiply and divide operators.</p>
<p>The output is a little hard to read, it should be read as</p>
<p>&#8220;/ (ATR100[1])(2.727904)&#8221;</p>
<p>as</p>
<p>&#8220;ATR100[1]/2.727904&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Genetic programming an automated trading agent by phx</title>
		<link>http://www.forexhowto.com/2008/10/genetic-programming-an-automated-trading-agent/#comment-267</link>
		<dc:creator>phx</dc:creator>
		<pubDate>Mon, 17 Nov 2008 19:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.forexhowto.com/?p=157#comment-267</guid>
		<description>Hi,

Could you be so kind and explain some things in the formula? I am programmer myself, I can also code MQL4, but I'm newbie in genetic programming.
 * What does IFGT mean?
 * What do signs *, - and / mean right after parentheses?

Thank you in advance,
Justas</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Could you be so kind and explain some things in the formula? I am programmer myself, I can also code MQL4, but I&#8217;m newbie in genetic programming.<br />
 * What does IFGT mean?<br />
 * What do signs *, - and / mean right after parentheses?</p>
<p>Thank you in advance,<br />
Justas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What a joke by Milton</title>
		<link>http://www.forexhowto.com/2008/10/what-a-joke/#comment-262</link>
		<dc:creator>Milton</dc:creator>
		<pubDate>Wed, 12 Nov 2008 01:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.forexhowto.com/?p=120#comment-262</guid>
		<description>Hi Gabriel,

Email sent :)</description>
		<content:encoded><![CDATA[<p>Hi Gabriel,</p>
<p>Email sent <img src='http://www.forexhowto.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What a joke by Gabriel</title>
		<link>http://www.forexhowto.com/2008/10/what-a-joke/#comment-261</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Wed, 12 Nov 2008 00:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.forexhowto.com/?p=120#comment-261</guid>
		<description>Hi 

I would like to program my system for auto trading , can I have your phone Nr  or  u can ring me please reply to my address  

would like to know your charges and time to do it 



Gabriel</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>I would like to program my system for auto trading , can I have your phone Nr  or  u can ring me please reply to my address  </p>
<p>would like to know your charges and time to do it </p>
<p>Gabriel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Automated Trading Championships entry for 2008 by Milton</title>
		<link>http://www.forexhowto.com/2008/09/my-automated-trading-championships-entry-for-2008/#comment-4</link>
		<dc:creator>Milton</dc:creator>
		<pubDate>Fri, 19 Sep 2008 10:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.forexhowto.com/?p=82#comment-4</guid>
		<description>Hi Ck,

I doubt I'll be in the lead this year (quite a bit more conservative), I'm more looking at it as testing a strategy, find out what needs fixing, fix it and then maybe put it to work :)

Are you entering anything? or are you strictly evaluating only?</description>
		<content:encoded><![CDATA[<p>Hi Ck,</p>
<p>I doubt I&#8217;ll be in the lead this year (quite a bit more conservative), I&#8217;m more looking at it as testing a strategy, find out what needs fixing, fix it and then maybe put it to work <img src='http://www.forexhowto.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Are you entering anything? or are you strictly evaluating only?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Automated Trading Championships entry for 2008 by ck</title>
		<link>http://www.forexhowto.com/2008/09/my-automated-trading-championships-entry-for-2008/#comment-3</link>
		<dc:creator>ck</dc:creator>
		<pubDate>Fri, 19 Sep 2008 00:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.forexhowto.com/?p=82#comment-3</guid>
		<description>hi mate!

good to hear that you have a submission this year.  

i can remember clearly that your EA was leading the pact in #1 position for a while in last year's competition.  can't find it in your other blog anymore, but found this snapshot of "Milton"-history at :
http://web.archive.org/web/20071105084347/http://www.projectsomewhere.com/2007/10/30/how-long-can-it-last/

can't wait to see how this year goes for you.

all the best mate!

ck :O)
from sunny Singapore</description>
		<content:encoded><![CDATA[<p>hi mate!</p>
<p>good to hear that you have a submission this year.  </p>
<p>i can remember clearly that your EA was leading the pact in #1 position for a while in last year&#8217;s competition.  can&#8217;t find it in your other blog anymore, but found this snapshot of &#8220;Milton&#8221;-history at :<br />
<a href="http://web.archive.org/web/20071105084347/http://www.projectsomewhere.com/2007/10/30/how-long-can-it-last/" rel="nofollow">http://web.archive.org/web/20071105084347/http://www.projectsomewhere.com/2007/10/30/how-long-can-it-last/</a></p>
<p>can&#8217;t wait to see how this year goes for you.</p>
<p>all the best mate!</p>
<p>ck :O)<br />
from sunny Singapore</p>
]]></content:encoded>
	</item>
</channel>
</rss>
