<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — could you help me change this file to mql4]]></title>
		<link>https://forexsb.com/forum/topic/4814/could-you-help-me-change-this-file-to-mql4/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/4814/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in could you help me change this file to mql4.]]></description>
		<lastBuildDate>Sat, 24 May 2014 15:25:26 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[could you help me change this file to mql4]]></title>
			<link>https://forexsb.com/forum/post/25184/#p25184</link>
			<description><![CDATA[<p>i used forex streatergy builder for created streatergy and want to make EA<br />i used heiken ashi --&gt; black HA bar </p><br /><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </p><div class="codebox"><pre><code>case &quot;Black H.A. bar&quot;:
                        for (int iBar = iFirstBar; iBar &lt; Bars; iBar++)
                        {
                            Component[4].Value[iBar] = adHaClose[iBar - iPrvs] &lt; adHaOpen[iBar - iPrvs] ? 1 : 0;
                            Component[5].Value[iBar] = adHaClose[iBar - iPrvs] &gt; adHaOpen[iBar - iPrvs] ? 1 : 0;
                        }</code></pre></div><p>please help me change to code for mql4 please.</p>]]></description>
			<author><![CDATA[null@example.com (kuntron)]]></author>
			<pubDate>Sat, 24 May 2014 15:25:26 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/25184/#p25184</guid>
		</item>
	</channel>
</rss>
