<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — could you help me change this file to mql4]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/4814/" />
	<updated>2014-05-24T15:25:26Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/4814/could-you-help-me-change-this-file-to-mql4/</id>
		<entry>
			<title type="html"><![CDATA[could you help me change this file to mql4]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/25184/#p25184" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[kuntron]]></name>
				<uri>https://forexsb.com/forum/user/7230/</uri>
			</author>
			<updated>2014-05-24T15:25:26Z</updated>
			<id>https://forexsb.com/forum/post/25184/#p25184</id>
		</entry>
</feed>
