<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Decompiler&#8217;s Accuracy</title>
	<atom:link href="http://BestForexEA.com/2009/05/decompilers-accuracy/feed/" rel="self" type="application/rss+xml" />
	<link>http://BestForexEA.com/2009/05/decompilers-accuracy/</link>
	<description>Searching for The Best Forex EA Around</description>
	<lastBuildDate>Sat, 05 May 2012 00:33:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Casey</title>
		<link>http://BestForexEA.com/2009/05/decompilers-accuracy/comment-page-1/#comment-492</link>
		<dc:creator>Casey</dc:creator>
		<pubDate>Fri, 15 May 2009 07:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://BestForexEA.com/?p=497#comment-492</guid>
		<description>You can get it here http://purebeam.biz/</description>
		<content:encoded><![CDATA[<p>You can get it here <a href="http://purebeam.biz/" rel="nofollow">http://purebeam.biz/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://BestForexEA.com/2009/05/decompilers-accuracy/comment-page-1/#comment-491</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 15 May 2009 06:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://BestForexEA.com/?p=497#comment-491</guid>
		<description>where can one get the decompiler ?</description>
		<content:encoded><![CDATA[<p>where can one get the decompiler ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casey</title>
		<link>http://BestForexEA.com/2009/05/decompilers-accuracy/comment-page-1/#comment-485</link>
		<dc:creator>Casey</dc:creator>
		<pubDate>Fri, 15 May 2009 04:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://BestForexEA.com/?p=497#comment-485</guid>
		<description>Hahaha... yes carloss... I don&#039;t know what I am talking about coz I am no programmer. 

So the conclusion is that... when an EA is decompiled. Nothing is lossed. So you get 100% mq4 codes from the original ex4.

Thanks for enlightening me guys...</description>
		<content:encoded><![CDATA[<p>Hahaha&#8230; yes carloss&#8230; I don&#8217;t know what I am talking about coz I am no programmer. </p>
<p>So the conclusion is that&#8230; when an EA is decompiled. Nothing is lossed. So you get 100% mq4 codes from the original ex4.</p>
<p>Thanks for enlightening me guys&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carloss</title>
		<link>http://BestForexEA.com/2009/05/decompilers-accuracy/comment-page-1/#comment-480</link>
		<dc:creator>carloss</dc:creator>
		<pubDate>Thu, 14 May 2009 09:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://BestForexEA.com/?p=497#comment-480</guid>
		<description>Funny article, the author does not know what he is talking about. It is appartent, that only variable names are lost for obvious reason - they are not stored in EX4 file. Their names are replaced by unique handles, which are also taken from the EX4 file.</description>
		<content:encoded><![CDATA[<p>Funny article, the author does not know what he is talking about. It is appartent, that only variable names are lost for obvious reason &#8211; they are not stored in EX4 file. Their names are replaced by unique handles, which are also taken from the EX4 file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konrad</title>
		<link>http://BestForexEA.com/2009/05/decompilers-accuracy/comment-page-1/#comment-474</link>
		<dc:creator>Konrad</dc:creator>
		<pubDate>Wed, 13 May 2009 12:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://BestForexEA.com/?p=497#comment-474</guid>
		<description>I am a programmer and I can ensure you, that &quot;variables are NOT lost&quot; ;) after decompilation process . Only the names have changed what makes no difference. The &quot;95% accuracy&quot; is your imagination. If you have doubts, just write some code with local and global variables, decompile it and compare the results. You can also make some backtests to be sure that nothing has lost.</description>
		<content:encoded><![CDATA[<p>I am a programmer and I can ensure you, that &#8220;variables are NOT lost&#8221; <img src='http://BestForexEA.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  after decompilation process . Only the names have changed what makes no difference. The &#8220;95% accuracy&#8221; is your imagination. If you have doubts, just write some code with local and global variables, decompile it and compare the results. You can also make some backtests to be sure that nothing has lost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chichicha</title>
		<link>http://BestForexEA.com/2009/05/decompilers-accuracy/comment-page-1/#comment-470</link>
		<dc:creator>chichicha</dc:creator>
		<pubDate>Wed, 13 May 2009 00:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://BestForexEA.com/?p=497#comment-470</guid>
		<description>Casey, it&#039;s great to have such a person like you taking initiative to scrutinze decompiled EA file. I see alot decompiled commercial EA and have no way to compare it with original build as what you did here.
Those same variable name you spotted in sub-routine, they are safe to do in that way as variable declared in sub-routine is local to it only, so long as the variable being declared and used in that sub-routine, it doesn&#039;t conflict with the globale variable although both has the same variable name. This is the beuty of C++ style programming.

If we can eliminate this variable name issue, I dont&#039; see any other decompile error prone problem, perhaps someone could scrutinze deeper to find out more. But this ex4 decompiler has its own weak point, not all ex4 file it can decompiles succesfully, I don&#039;t want to point out here.</description>
		<content:encoded><![CDATA[<p>Casey, it&#8217;s great to have such a person like you taking initiative to scrutinze decompiled EA file. I see alot decompiled commercial EA and have no way to compare it with original build as what you did here.<br />
Those same variable name you spotted in sub-routine, they are safe to do in that way as variable declared in sub-routine is local to it only, so long as the variable being declared and used in that sub-routine, it doesn&#8217;t conflict with the globale variable although both has the same variable name. This is the beuty of C++ style programming.</p>
<p>If we can eliminate this variable name issue, I dont&#8217; see any other decompile error prone problem, perhaps someone could scrutinze deeper to find out more. But this ex4 decompiler has its own weak point, not all ex4 file it can decompiles succesfully, I don&#8217;t want to point out here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casey</title>
		<link>http://BestForexEA.com/2009/05/decompilers-accuracy/comment-page-1/#comment-409</link>
		<dc:creator>Casey</dc:creator>
		<pubDate>Fri, 08 May 2009 12:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://BestForexEA.com/?p=497#comment-409</guid>
		<description>True..  true... but if anyone wants to trade live with decompile or free version... it&#039;s up to them to assume the risk isn&#039;t?

Anyhow... those who seek free or decompile version like me are risk takers... :)

Ok... don&#039;t mean to generalize... but some might be because they can&#039;t afford it and with so many BS around on the internet... you can&#039;t blame them for trying to get their hands of free copy no??</description>
		<content:encoded><![CDATA[<p>True..  true&#8230; but if anyone wants to trade live with decompile or free version&#8230; it&#8217;s up to them to assume the risk isn&#8217;t?</p>
<p>Anyhow&#8230; those who seek free or decompile version like me are risk takers&#8230; <img src='http://BestForexEA.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Ok&#8230; don&#8217;t mean to generalize&#8230; but some might be because they can&#8217;t afford it and with so many BS around on the internet&#8230; you can&#8217;t blame them for trying to get their hands of free copy no??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: orto</title>
		<link>http://BestForexEA.com/2009/05/decompilers-accuracy/comment-page-1/#comment-357</link>
		<dc:creator>orto</dc:creator>
		<pubDate>Wed, 06 May 2009 22:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://BestForexEA.com/?p=497#comment-357</guid>
		<description>Sure, 
but for demo its OK and we can easily can detect some fake EA&#039;s before buying.</description>
		<content:encoded><![CDATA[<p>Sure,<br />
but for demo its OK and we can easily can detect some fake EA&#8217;s before buying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: colbert</title>
		<link>http://BestForexEA.com/2009/05/decompilers-accuracy/comment-page-1/#comment-335</link>
		<dc:creator>colbert</dc:creator>
		<pubDate>Wed, 06 May 2009 06:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://BestForexEA.com/?p=497#comment-335</guid>
		<description>great insight. That goes to show that if you wanna trade on a live account, then investing in an EA instead of getting a pirated one is safer</description>
		<content:encoded><![CDATA[<p>great insight. That goes to show that if you wanna trade on a live account, then investing in an EA instead of getting a pirated one is safer</p>
]]></content:encoded>
	</item>
</channel>
</rss>

