<?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: Heikin Ashi Oscillator (HACO) for TradeStation</title>
	<atom:link href="http://esecfutures.com/2009/06/13/heikin-ashi-oscillator-haco-for-tradestation/feed/" rel="self" type="application/rss+xml" />
	<link>http://esecfutures.com/2009/06/13/heikin-ashi-oscillator-haco-for-tradestation/</link>
	<description>ES Futures and Euro Currency Futures Analysis</description>
	<pubDate>Thu, 24 May 2012 20:50:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Enalmada</title>
		<link>http://esecfutures.com/2009/06/13/heikin-ashi-oscillator-haco-for-tradestation/comment-page-1/#comment-1214</link>
		<dc:creator>Enalmada</dc:creator>
		<pubDate>Fri, 13 Aug 2010 07:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://esecfutures.com/?p=2819#comment-1214</guid>
		<description>TEMA and HaC are functions; you need to add them with your PLEditor.&lt;br&gt;&lt;br&gt;Code:&lt;br&gt;{Function: TEMA}&lt;br&gt;&lt;br&gt;INPUTS:&lt;br&gt;PRICE(NumericSeries),&lt;br&gt;LENGTH(NumericSimple);&lt;br&gt;&lt;br&gt;TEMA =&lt;br&gt;(3 * XAVERAGE(PRICE,LENGTH))&lt;br&gt;- (3 * XAVERAGE(XAVERAGE(PRICE,LENGTH),LENGTH))&lt;br&gt;+ (XAVERAGE(XAVERAGE(XAVERAGE(PRICE,LENGTH),LENGTH),LENGTH));&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Code:&lt;br&gt;// Function: haC&lt;br&gt;&lt;br&gt;haC = 0.25 * ( AvgPrice + haOpen + MaxList( High, haOpen )+ Minlist( Low, haOpen )) ;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;you will also need the following functions:&lt;br&gt;&lt;br&gt;Code:&lt;br&gt;// function: AvgPrice&lt;br&gt;&lt;br&gt;variables: var0( 1 / 3 ) ;&lt;br&gt;&lt;br&gt;if Open &lt;&gt; 0 then&lt;br&gt;   AvgPrice = ( Open + High + Low + Close ) * .25&lt;br&gt;else&lt;br&gt;   AvgPrice =  ( High + Low + Close ) * var0 ;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Code:&lt;br&gt;// Function: haOpen&lt;br&gt;&lt;br&gt;haOpen = 0.5 * ( AvgPrice + haOpen[1] );</description>
		<content:encoded><![CDATA[<p>TEMA and HaC are functions; you need to add them with your PLEditor.</p>
<p>Code:<br />{Function: TEMA}</p>
<p>INPUTS:<br />PRICE(NumericSeries),<br />LENGTH(NumericSimple);</p>
<p>TEMA =<br />(3 * XAVERAGE(PRICE,LENGTH))<br />- (3 * XAVERAGE(XAVERAGE(PRICE,LENGTH),LENGTH))<br />+ (XAVERAGE(XAVERAGE(XAVERAGE(PRICE,LENGTH),LENGTH),LENGTH));</p>
<p>Code:<br />// Function: haC</p>
<p>haC = 0.25 * ( AvgPrice + haOpen + MaxList( High, haOpen )+ Minlist( Low, haOpen )) ;</p>
<p>you will also need the following functions:</p>
<p>Code:<br />// function: AvgPrice</p>
<p>variables: var0( 1 / 3 ) ;</p>
<p>if Open &lt;&gt; 0 then<br />   AvgPrice = ( Open + High + Low + Close ) * .25<br />else<br />   AvgPrice =  ( High + Low + Close ) * var0 ;</p>
<p>Code:<br />// Function: haOpen</p>
<p>haOpen = 0.5 * ( AvgPrice + haOpen[1] );</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qwizzz</title>
		<link>http://esecfutures.com/2009/06/13/heikin-ashi-oscillator-haco-for-tradestation/comment-page-1/#comment-1201</link>
		<dc:creator>qwizzz</dc:creator>
		<pubDate>Thu, 01 Apr 2010 08:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://esecfutures.com/?p=2819#comment-1201</guid>
		<description>Hllo, I encounter the same trouble with tema. tryd to replace by trix but that does not work. Hope you will provide some advise.&lt;br&gt;&lt;br&gt;Thanks again.</description>
		<content:encoded><![CDATA[<p>Hllo, I encounter the same trouble with tema. tryd to replace by trix but that does not work. Hope you will provide some advise.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: max</title>
		<link>http://esecfutures.com/2009/06/13/heikin-ashi-oscillator-haco-for-tradestation/comment-page-1/#comment-1176</link>
		<dc:creator>max</dc:creator>
		<pubDate>Fri, 25 Sep 2009 10:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://esecfutures.com/?p=2819#comment-1176</guid>
		<description>hello~&lt;br&gt;thank you for your sample code.&lt;br&gt;But I have the problem with the function "Tema".&lt;br&gt;&lt;br&gt;Would you provide the code?&lt;br&gt;Thx.</description>
		<content:encoded><![CDATA[<p>hello~<br />thank you for your sample code.<br />But I have the problem with the function &#8220;Tema&#8221;.</p>
<p>Would you provide the code?<br />Thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Market Minds &#187; Heikin Ashi Oscillator (HACO) for TradeStation</title>
		<link>http://esecfutures.com/2009/06/13/heikin-ashi-oscillator-haco-for-tradestation/comment-page-1/#comment-900</link>
		<dc:creator>Market Minds &#187; Heikin Ashi Oscillator (HACO) for TradeStation</dc:creator>
		<pubDate>Sun, 14 Jun 2009 00:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://esecfutures.com/?p=2819#comment-900</guid>
		<description>[...] posted here: Heikin Ashi Oscillator (HACO) for TradeStation    Leave a comment &#124; [...]</description>
		<content:encoded><![CDATA[<p>[...] posted here: Heikin Ashi Oscillator (HACO) for TradeStation    Leave a comment | [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

