<?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: Elder&#8217;s Safe Zone</title>
	<atom:link href="http://www.cubesteak.net/2006/11/elders-safe-zone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cubesteak.net/2006/11/elders-safe-zone/</link>
	<description>Forex Trading with MetaTrader 4</description>
	<lastBuildDate>Tue, 31 Mar 2009 21:41:45 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cubesteak</title>
		<link>http://www.cubesteak.net/2006/11/elders-safe-zone/comment-page-1/#comment-2601</link>
		<dc:creator>cubesteak</dc:creator>
		<pubDate>Tue, 31 Mar 2009 21:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.cubesteak.net/2006/11/elders-safe-zone/#comment-2601</guid>
		<description>Yeah, probably is.  Didn&#039;t look at basic programming structure, etc. just did a source code change...  Sorry for any inconvenience...</description>
		<content:encoded><![CDATA[<p>Yeah, probably is.  Didn&#8217;t look at basic programming structure, etc. just did a source code change&#8230;  Sorry for any inconvenience&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.cubesteak.net/2006/11/elders-safe-zone/comment-page-1/#comment-2169</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 04 Feb 2009 20:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cubesteak.net/2006/11/elders-safe-zone/#comment-2169</guid>
		<description>boy this piece of code is leaky...</description>
		<content:encoded><![CDATA[<p>boy this piece of code is leaky&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.cubesteak.net/2006/11/elders-safe-zone/comment-page-1/#comment-705</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 24 May 2007 17:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.cubesteak.net/2006/11/elders-safe-zone/#comment-705</guid>
		<description>Any luck?</description>
		<content:encoded><![CDATA[<p>Any luck?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.cubesteak.net/2006/11/elders-safe-zone/comment-page-1/#comment-697</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 22 May 2007 14:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cubesteak.net/2006/11/elders-safe-zone/#comment-697</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cubesteak</title>
		<link>http://www.cubesteak.net/2006/11/elders-safe-zone/comment-page-1/#comment-695</link>
		<dc:creator>cubesteak</dc:creator>
		<pubDate>Tue, 22 May 2007 07:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.cubesteak.net/2006/11/elders-safe-zone/#comment-695</guid>
		<description>Shouldn&#039;t be too hard.  I&#039;ll take a look!

-CS</description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t be too hard.  I&#8217;ll take a look!</p>
<p>-CS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.cubesteak.net/2006/11/elders-safe-zone/comment-page-1/#comment-694</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 21 May 2007 23:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.cubesteak.net/2006/11/elders-safe-zone/#comment-694</guid>
		<description>Code got cut off, here&#039;s the link (just open in notepad)

http://www.forexproject.com/images/stories/impulse.efs</description>
		<content:encoded><![CDATA[<p>Code got cut off, here&#8217;s the link (just open in notepad)</p>
<p><a href="http://www.forexproject.com/images/stories/impulse.efs" rel="nofollow">http://www.forexproject.com/images/stories/impulse.efs</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.cubesteak.net/2006/11/elders-safe-zone/comment-page-1/#comment-693</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 21 May 2007 23:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.cubesteak.net/2006/11/elders-safe-zone/#comment-693</guid>
		<description>Cube,

I found the code for the Impulse System in e-Signal (below). Do you know how difficult it would be to convert it into MT4 code?  Thanks,
Brian  

code:

var myStudy1=null;
var myStudy2=null;
var myStudy3=null;

function preMain() {
    setStudyTitle(&quot;Impulse Indicator&quot;);
    setCursorLabelName(&quot;Impulse&quot;, 0);
    setCursorLabelName(&quot;MACDHist&quot;,1);
    setPriceStudy(true); }

function main() {		
    
    var myStudy1 = ema(13);
    var myStudy2 = new macdHist(12,26,9);
    var myStudy3 = ema(13);
    
    //Impulse Up
    if ((myStudy1.getValue(0) &gt; myStudy1.getValue(-1)) &amp;&amp; (myStudy2.getValue(0) &gt; myStudy2.getValue(-1))) {
        setPriceBarColor(Color.green);
    }
    
    //Impulse Down
    else if ((myStudy1.getValue(0) </description>
		<content:encoded><![CDATA[<p>Cube,</p>
<p>I found the code for the Impulse System in e-Signal (below). Do you know how difficult it would be to convert it into MT4 code?  Thanks,<br />
Brian  </p>
<p>code:</p>
<p>var myStudy1=null;<br />
var myStudy2=null;<br />
var myStudy3=null;</p>
<p>function preMain() {<br />
    setStudyTitle(&#8221;Impulse Indicator&#8221;);<br />
    setCursorLabelName(&#8221;Impulse&#8221;, 0);<br />
    setCursorLabelName(&#8221;MACDHist&#8221;,1);<br />
    setPriceStudy(true); }</p>
<p>function main() {		</p>
<p>    var myStudy1 = ema(13);<br />
    var myStudy2 = new macdHist(12,26,9);<br />
    var myStudy3 = ema(13);</p>
<p>    //Impulse Up<br />
    if ((myStudy1.getValue(0) &gt; myStudy1.getValue(-1)) &amp;&amp; (myStudy2.getValue(0) &gt; myStudy2.getValue(-1))) {<br />
        setPriceBarColor(Color.green);<br />
    }</p>
<p>    //Impulse Down<br />
    else if ((myStudy1.getValue(0)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cubesteak</title>
		<link>http://www.cubesteak.net/2006/11/elders-safe-zone/comment-page-1/#comment-652</link>
		<dc:creator>cubesteak</dc:creator>
		<pubDate>Fri, 18 May 2007 04:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.cubesteak.net/2006/11/elders-safe-zone/#comment-652</guid>
		<description>Hey Brian,

Unfortunately not - it was just this indicator.  If it had, I would have ported those too!  I love Elder&#039;s work.

-CS</description>
		<content:encoded><![CDATA[<p>Hey Brian,</p>
<p>Unfortunately not &#8211; it was just this indicator.  If it had, I would have ported those too!  I love Elder&#8217;s work.</p>
<p>-CS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.cubesteak.net/2006/11/elders-safe-zone/comment-page-1/#comment-647</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 17 May 2007 19:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.cubesteak.net/2006/11/elders-safe-zone/#comment-647</guid>
		<description>Cube,

Did the reference you found with the MT3 code also have MT3 code for any of Elder&#039;s other indicators (specifically the Elder Impulse System)?  I&#039;ve coded the Impulse system for QuoteTracker and since following it, my trading has been very profitable.  I just got started with MT4 and am looking at integrating the same Impulse system.   Thanks for your help,

Brian</description>
		<content:encoded><![CDATA[<p>Cube,</p>
<p>Did the reference you found with the MT3 code also have MT3 code for any of Elder&#8217;s other indicators (specifically the Elder Impulse System)?  I&#8217;ve coded the Impulse system for QuoteTracker and since following it, my trading has been very profitable.  I just got started with MT4 and am looking at integrating the same Impulse system.   Thanks for your help,</p>
<p>Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cubesteak</title>
		<link>http://www.cubesteak.net/2006/11/elders-safe-zone/comment-page-1/#comment-24</link>
		<dc:creator>cubesteak</dc:creator>
		<pubDate>Wed, 01 Nov 2006 17:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.cubesteak.net/2006/11/elders-safe-zone/#comment-24</guid>
		<description>Hi Simon,

Thanks for the kind words!  I wish I could tell you more about this, but its a straight recode of the MT3, and I&#039;m just figuring it out myself.  The StopFactor is simply a multiplier that widens or tightens your stops.  I wish I could comment what an optimal value of it would be, but...  :)

Yes, LookBack is how far back it checks the price for.  Elder used D1 charts mostly from what I can tell, so to him it was a number of days.  This indicator is programmed to be # of bars back, so set it accordingly if you want to use it with other TF&#039;s and still want days.

It took me a bit of time to figure it out, but the EMA length is what is determining if the SL paints above or below the line, and the LookBack is used for the determination of the SL value.

Hope it helps!

I&#039;d appreciate hearing any tips or tricks you have after you&#039;ve used it for a while...  I&#039;ll be posting what I find too...

Cheers,
CS</description>
		<content:encoded><![CDATA[<p>Hi Simon,</p>
<p>Thanks for the kind words!  I wish I could tell you more about this, but its a straight recode of the MT3, and I&#8217;m just figuring it out myself.  The StopFactor is simply a multiplier that widens or tightens your stops.  I wish I could comment what an optimal value of it would be, but&#8230;  <img src='http://www.cubesteak.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Yes, LookBack is how far back it checks the price for.  Elder used D1 charts mostly from what I can tell, so to him it was a number of days.  This indicator is programmed to be # of bars back, so set it accordingly if you want to use it with other TF&#8217;s and still want days.</p>
<p>It took me a bit of time to figure it out, but the EMA length is what is determining if the SL paints above or below the line, and the LookBack is used for the determination of the SL value.</p>
<p>Hope it helps!</p>
<p>I&#8217;d appreciate hearing any tips or tricks you have after you&#8217;ve used it for a while&#8230;  I&#8217;ll be posting what I find too&#8230;</p>
<p>Cheers,<br />
CS</p>
]]></content:encoded>
	</item>
</channel>
</rss>
