<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — Can one program crossing of 3 EMA's?]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/2316/" />
	<updated>2011-05-24T00:05:45Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/2316/can-one-program-crossing-of-3-emas/</id>
		<entry>
			<title type="html"><![CDATA[Re: Can one program crossing of 3 EMA's?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/9285/#p9285" />
			<content type="html"><![CDATA[<p>Here is Moving Averages Crossover WTF attached. Please advise if you find bugs.<br />Workaround for changing colors: use last 2 number parameters to change. The Tool Tip will tell you what number matches what color.<br />If you use the Optimizer, uncheck them. They do not change the trades.<br />After a week or so, if no bugs found, I&#039;ll post in the WTF thread too.<br />thanks</p>]]></content>
			<author>
				<name><![CDATA[krog]]></name>
				<uri>https://forexsb.com/forum/user/1692/</uri>
			</author>
			<updated>2011-05-24T00:05:45Z</updated>
			<id>https://forexsb.com/forum/post/9285/#p9285</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Can one program crossing of 3 EMA's?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/9280/#p9280" />
			<content type="html"><![CDATA[<p>Hi Richard,</p><p>It can be done! Entry on one TF is below, entry with higher TF reference can be done too, but it needs coding (or copy/pasting in my case as I&#039;m not a real coder), I&#039;ll see whether I&#039;m up to the job converting the crossover indi to WTF (wider timeframe).</p><p><strong>[Opening Point of the Position]</strong><br /><strong><span style="color:blue">Bar Closing</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:teal">Enter the market at the end of the bar</span></strong><br />&nbsp; &nbsp; &nbsp;<strong>Base price</strong>&nbsp; -&nbsp; <em>Close</em></p><p><strong>[Opening Logic Condition]</strong><br /><strong><span style="color:blue">Moving Averages Crossover</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:teal">[ A ]&nbsp; &nbsp;The Fast MA crosses the Slow MA upward</span></strong><br />&nbsp; &nbsp; &nbsp;<strong>Base price</strong>&nbsp; -&nbsp; <em>Close</em><br />&nbsp; &nbsp; &nbsp;<strong>Fast MA method</strong>&nbsp; -&nbsp; <em>Exponential</em><br />&nbsp; &nbsp; &nbsp;<strong>Slow MA method</strong>&nbsp; -&nbsp; <em>Exponential</em><br />&nbsp; &nbsp; &nbsp;<strong>Fast MA period</strong>&nbsp; -&nbsp; <em>2</em><br />&nbsp; &nbsp; &nbsp;<strong>Slow MA period</strong>&nbsp; -&nbsp; <em>4</em><br />&nbsp; &nbsp; &nbsp;<strong>Fast MA shift</strong>&nbsp; -&nbsp; <em>0</em><br />&nbsp; &nbsp; &nbsp;<strong>Slow MA shift</strong>&nbsp; -&nbsp; <em>0</em><br />&nbsp; &nbsp; &nbsp;<strong>Use previous bar value</strong>&nbsp; -&nbsp; <em>Yes</em></p><p><strong>[Opening Logic Condition]</strong><br /><strong><span style="color:blue">Moving Averages Crossover</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:teal">[ A ]&nbsp; &nbsp;The Fast MA is higher than the Slow MA</span></strong><br />&nbsp; &nbsp; &nbsp;<strong>Base price</strong>&nbsp; -&nbsp; <em>Close</em><br />&nbsp; &nbsp; &nbsp;<strong>Fast MA method</strong>&nbsp; -&nbsp; <em>Exponential</em><br />&nbsp; &nbsp; &nbsp;<strong>Slow MA method</strong>&nbsp; -&nbsp; <em>Exponential</em><br />&nbsp; &nbsp; &nbsp;<strong>Fast MA period</strong>&nbsp; -&nbsp; <em>4</em><br />&nbsp; &nbsp; &nbsp;<strong>Slow MA period</strong>&nbsp; -&nbsp; <em>6</em><br />&nbsp; &nbsp; &nbsp;<strong>Fast MA shift</strong>&nbsp; -&nbsp; <em>0</em><br />&nbsp; &nbsp; &nbsp;<strong>Slow MA shift</strong>&nbsp; -&nbsp; <em>0</em><br />&nbsp; &nbsp; &nbsp;<strong>Use previous bar value</strong>&nbsp; -&nbsp; <em>Yes</em></p><p>The rest is up to you - setting strategy properties, closing points, etc.</p><p>I&#039;ll post the WTF crossover, and the setup if I&#039;m successful!</p>]]></content>
			<author>
				<name><![CDATA[footon]]></name>
				<uri>https://forexsb.com/forum/user/1242/</uri>
			</author>
			<updated>2011-05-23T11:05:08Z</updated>
			<id>https://forexsb.com/forum/post/9280/#p9280</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Can one program crossing of 3 EMA's?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/9275/#p9275" />
			<content type="html"><![CDATA[<p><img src="https://forexsb.com/forum/img/smilies/wink.png" width="15" height="15" alt="wink" />&nbsp; <img src="https://forexsb.com/forum/img/smilies/wink.png" width="15" height="15" alt="wink" /> Hi there</p><p>I have a system I would like to test with the Forex Strategy builder. I am having trouble figuring out how, and if it is actually possible. The system is called &quot;System 500&quot; and works as follows:</p><p>Three EMA&#039;s with following settings:</p><p>Period: 2, Method: Exponential, Apply to: Close, Colour: Blue</p><p>Period: 4, Method: Exponential, Apply to: Close, Colour: Black</p><p>Period: 6, Method: Exponential, Apply to: Close, Colour: Green</p><p>Now entry rules are as follows:</p><p>For Long positions:</p><p>Blue EMA crosses above the Black EMA and is Above the Green EMA on the 4 H chart.<br />Now check the same pair on the 1 Day chart with the same EMA settings, and IF the 3 EMA&#039;s are lined up the same way as on the 4H chart then ENTER Long at the close of the current candle.</p><p>This in short is the basic strategy, for Short positions the indicators will be in reverse positions.</p><p>Now I know that one can probably not have the Strategy builder, check two separate time frames before an entry, but is it possible to just program it in the builder with the above entry conditions?</p><p>I will greatly appreciate somebody helping me with this please.</p><p>Regards<br />Richard</p>]]></content>
			<author>
				<name><![CDATA[richardkrugel]]></name>
				<uri>https://forexsb.com/forum/user/3852/</uri>
			</author>
			<updated>2011-05-22T19:59:06Z</updated>
			<id>https://forexsb.com/forum/post/9275/#p9275</id>
		</entry>
</feed>
