<?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>iexplain.org &#187; Technical Analysis</title>
	<atom:link href="http://www.iexplain.org/category/finance/technical-analysis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iexplain.org</link>
	<description>Explanations and Walkthroughs for the Masses</description>
	<lastBuildDate>Thu, 04 Feb 2010 13:37:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RSI – How to Calculate It</title>
		<link>http://www.iexplain.org/rsi-how-to-calculate-it/</link>
		<comments>http://www.iexplain.org/rsi-how-to-calculate-it/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 13:35:48 +0000</pubDate>
		<dc:creator>iexplain editor</dc:creator>
				<category><![CDATA[Technical Analysis]]></category>
		<category><![CDATA[indicator]]></category>
		<category><![CDATA[markets]]></category>
		<category><![CDATA[momentum]]></category>
		<category><![CDATA[rsi]]></category>
		<category><![CDATA[stocks]]></category>
		<category><![CDATA[ta]]></category>

		<guid isPermaLink="false">http://www.iexplain.org/?p=41</guid>
		<description><![CDATA[Relative Strength Index is a so called momentum indicator that is very popular to use in technical analysis of financial instruments. Here’s a simple walkthrough and definition of RSI and how to calculate it using MS Excel or just a calculator.]]></description>
			<content:encoded><![CDATA[<p>A momentum indicator like RSI aims to show which of the bulls (optimists) or the bears (pessimists) are currently the strongest in the market. Getting to know your market through an RSI indicator can let you pin point reversals more accurately and thereby let you position yourself accordingly.</p>
<p>The RSI indicator uses the closing prices of completed trading periods to determine who owns the momentum in the market. It assumes that prices close higher in strong market periods (bull markets), and lower in weaker periods (bears owning the scene) and computes this as a ratio of the number of higher closes to the lower closes during a certain period of time, most commonly used is the period of 14 days.</p>
<p>Most stock charts packages out there today include the RSI indicator. Here is how it is calculated manually.</p>
<p><strong>RSI = (100 &#8211; (100 / (1 + RS)))</strong></p>
<p>Seems simple enough, but the RS part need to be calculated first.</p>
<p><strong>RS = 14-day EMA </strong>of upday closing gains / <strong>14-day EMA</strong> of downday closing losses</p>
<p>EMA stands for Exponential Moving Average and is used to smooth out an average of a series of values. So what we want to do here is to take a 14 day exponential moving average of the upticks days and downtick days respectively. This is typically done by taking the latest 100 tradingdays, going through them and finding out which ones of the where updays and downdays respectively, and then calculate the moving average using 14 days as parameter. Note! <a href="http://www.iexplain.org/ema-how-to-calculate/">To calculate EMA, see this article</a>. It’s quite easy.</p>
<p>Applying the RS in the first RSI formula, will give you a value between 0 and 100.</p>
<p>The real challenge with Relative Strength Index is to know what boundaries apply for when a market is overbought and oversold respectively. This is the real trick and usually only comes to you after having studied a market thoroughly. Then, and only then, do you know where it usually turns and can thereby learn to recognize when a new turn is coming.</p>
<p>Common rule of thumb levels for RSI are 20 for oversold and 80 for overbought, but that is just as a rule of thumb and will inevitably vary between markets and stocks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iexplain.org/rsi-how-to-calculate-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EMA &#8211; How to calculate it</title>
		<link>http://www.iexplain.org/ema-how-to-calculate/</link>
		<comments>http://www.iexplain.org/ema-how-to-calculate/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 17:29:18 +0000</pubDate>
		<dc:creator>iexplain editor</dc:creator>
				<category><![CDATA[Technical Analysis]]></category>
		<category><![CDATA[EMA]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[formula]]></category>
		<category><![CDATA[indicator]]></category>
		<category><![CDATA[moving average]]></category>
		<category><![CDATA[Trading]]></category>

		<guid isPermaLink="false">http://www.iexplain.org/?p=29</guid>
		<description><![CDATA[Exponetial Moving Average (EMA for short) is one of the most used indicators in technical analysis today. But how do you calculate it for yourself, using a paper and a pen or - preferred - a spreadsheet program of your choice. Let’s find out in this explanation of EMA calculation.]]></description>
			<content:encoded><![CDATA[<p>Calculating Exponential Moving Average (EMA) is of course done automatically  by most trading and technical analysis software out there today.</p>
<p>Here is how to calculate it manually which also adds to the understanding on  how it works.</p>
<p>In this example we shall calculate EMA for a the price of a stock. We want a  <strong>22 day EMA</strong> which is a common enough time frame for a long  EMA.</p>
<p>The formula for calculating EMA is as follows:</p>
<p>EMA = Price(t) * k + EMA(y) * (1 &#8211; k)</p>
<p>t = today, y = yesterday, N = number of days in EMA, k = 2/(N+1)</p>
<p>Use the following steps to calculate a 22 day EMA:</p>
<p>1) Start by calculating k for the given timeframe. 2 / (22 + 1) = 0,0869</p>
<p>2) Add the closing prices for the first 22 days together and divide them by  22.</p>
<p>3) You’re now ready to start getting the first EMA day by taking the  following day’s (day 23) closing price multiplied by <strong>k</strong>, then  multiply the previous day’s moving average by (1-k) and add the two.</p>
<p>4) Do step 3 over and over for each day that follows to get the full range of  EMA.</p>
<p>This can of course be put into Excel or some other spreadsheet software to  make the process of calculating EMA semi-automatic.</p>
<p>To give you an algorithmic view on how this can be accomplished, see  below.</p>
<p><strong>public</strong> float <strong>CalculateEMA</strong>(float  todaysPrice, float numberOfDays, float EMAYesterday){<br />
float k = 2 /  (numberOfDays + 1);<br />
return todaysPrice * k + EMAYesterday * (1 &#8211;  k);<br />
}</p>
<p>This method would typically be called from a loop through your data, looking  something like this:</p>
<p><strong>foreach</strong> (DailyRecord sdr in DataRecords){<br />
//call the  EMA calculation<br />
ema = Formulas.EMA(sdr.Close, numberOfDays,  yesterdayEMA);</p>
<p>//put the calculated ema in an array<br />
m_emaSeries.Items.Add(sdr.TradingDate, ema);</p>
<p>//make sure yesterdayEMA gets filled with the EMA we used this time  around<br />
yesterdayEMA = ema;<br />
}</p>
<p>Note that this is psuedo code. You would typically need to send the yesterday  CLOSE value as yesterdayEMA until the yesterdayEMA is calculated from today’s  EMA. That’s happening only after the loop has run more days than the number of  days you have calculated your EMA for.</p>
<p>For a 22 day EMA, it’s only on the 23 time in the loop and thereafter  that the yesterdayEMA = ema is valid. This is no big deal, since you will need  data from at least 100 trading days for a 22 day EMA to be valid.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iexplain.org/ema-how-to-calculate/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MetaStock Review</title>
		<link>http://www.iexplain.org/metastock-review/</link>
		<comments>http://www.iexplain.org/metastock-review/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 08:30:33 +0000</pubDate>
		<dc:creator>iexplain editor</dc:creator>
				<category><![CDATA[Technical Analysis]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Trading Software]]></category>

		<guid isPermaLink="false">http://www.iexplain.org/?p=24</guid>
		<description><![CDATA[Equis, the makers of the popular charting software MetaStock, now on their 10th version of their MetaStock End-of-Day software which they claim is specifically designed for traders who do their analysis after the markets close. 
With long since full coverage for all types of traders; stocks, bonds, mutual funds, futures, commodities, FOREX, or indices. Sounds impressive. How good is it? Read this review to find out. Note! Equis or MetaStock are not in any way responsible or associated with this review.]]></description>
			<content:encoded><![CDATA[<p><strong>Product Overview</strong></p>
<p>The MetaStock software for technical analysis brings more than 10 years of  experience of building charting software for traders. With support for building  your own system for trading, the scanning system called MetaStock Explorer, and  Expert Advisor to help you interpret the trading signals you get, it&#8217;s  comprehensive enough to cover the basic needs of a beginning trader.</p>
<p>MetaStock comes with over 150 indicators together with the possibility to  build custom indicators for technical analysis. It allows for extensive back  testing of your own trading systems with its MetaStock Enhanced System  Tester.</p>
<p>MetaStock support technical analysis for trader&#8217;s in stocks, futures, and  forex trading.</p>
<h2>MetaStock Review and Opinions</h2>
<p><em></em><strong>The Good</strong> MetaStock adds built in trading signal  support and decent explanations for traders who are just starting out trading.  The back testing using MetaStock Enhanced System Tester is very easy. It&#8217;s quite  simple adding your own indicators or tweaking the existing technical analysis  indicators. Although we didn&#8217;t try it for forex, it should be working for both  forex, stocks, and futures, just as promised.</p>
<p><strong>The not so good</strong> Compared to many other back testing capable  charting software out there, MetaStock falls a bit short in speed and in  displaying the results of your back tested trading systems. The UI still lacks  trader savvy in our opinion, and it could have even better built in support for  traders who want to use a quote source online.</p>
<p><strong>The bottom line</strong> <a href="http://www.equis.com/">MetaStock</a> has been around for a long time  for a reason. Any trader, whether it&#8217;s forex or stocks or derivative trading  should be able to benefit from it. If you want extensive back testing of your  own developed trading systems, or portfolio testing you might want to look  elsewhere.</p>
<p>No matter what charting software you choose, we wish you good luck on your  trading. Feel free to contact us if you have any opinions on this MetaStock  review or want to write your own reviews.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iexplain.org/metastock-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EMA Defined</title>
		<link>http://www.iexplain.org/exponential-moving-average-defined/</link>
		<comments>http://www.iexplain.org/exponential-moving-average-defined/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 08:24:33 +0000</pubDate>
		<dc:creator>iexplain editor</dc:creator>
				<category><![CDATA[Technical Analysis]]></category>
		<category><![CDATA[EMA]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[moving average]]></category>
		<category><![CDATA[Trading]]></category>

		<guid isPermaLink="false">http://www.iexplain.org/?p=19</guid>
		<description><![CDATA[EMA is used in technical analysis to show the trend of a stock or future or whatever the underlying security. The figures after EMA, such as EMA11 or EMA50 pertains to the number of days for which the moving average is calculated. The higher the number, the slower reaction on the trend. ]]></description>
			<content:encoded><![CDATA[<h2><span style="font-weight: normal; font-size: 13px;">Exponential Moving Average shows the average value of the underlying data, most often the price of a security, for a given time period, attributing more weight to the latest changes and less to the changes that lie further away.</span></h2>
<p>Exponential Moving average is together with its simple counterpart (MA) considered to be one of the most common Indicators in nearly any technical analysis software available in the market today. It&#8217;s a trend following indicator and is calculated like so:</p>
<p>EMA = Price(t) * k + EMA(y) * (1 &#8211; k)</p>
<p>t = today, y = yesterday, N = number of days in EMA, k = 2/(N+1)</p>
<p>For a complete walkthrough of how to calculate an EMA, see our <a title="Walkthrough on how to calculate EMA" href="/ema-how-to-calculate/">EMA-walkthrough</a>.</p>
<p>Exponential Moving Average is a trend following indicator.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iexplain.org/exponential-moving-average-defined/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Calculate MACD</title>
		<link>http://www.iexplain.org/calculate-macd/</link>
		<comments>http://www.iexplain.org/calculate-macd/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 08:11:16 +0000</pubDate>
		<dc:creator>iexplain editor</dc:creator>
				<category><![CDATA[Technical Analysis]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[formula]]></category>
		<category><![CDATA[moving average]]></category>
		<category><![CDATA[Trading]]></category>

		<guid isPermaLink="false">http://www.iexplain.org/?p=12</guid>
		<description><![CDATA[MACD stands for Moving Average Convergence Divergence. It makes use of moving averages of different time frames to indicate momentum changes and swings in the mood of the crowd, to give buying and selling signals that catches the big moves.
By many thought to be the best of all technical analysis indicators available, we will show you how MACD is quite simple to calculate as it is based on earlier calculations of EMA (exponential moving averages).]]></description>
			<content:encoded><![CDATA[<p>The MACD indicator measures the difference between <strong><a href="http://www.iexplain.org/exponential-moving-average-defined/">two  moving averages</a></strong> (EMA) and is depicted as a line. The usual  representation of the MACD indicator has another line &#8211; a short 9-day EMA of  MACD &#8211; plotted together with the MACD in the chart, to act as a trigger  indicator.</p>
<p>A buying signal is gotten from MACD when the MACD line crosses the 9-day  trigger EMA. In turn, a sell signal is gotten from the reverse. It&#8217;s however  always important to remember that an indicator showing good entries rarely shows  good exits. If you find MACD to give you good entries, then you can almost be  certain that you can find other indicators to help you find the best exits.</p>
<p>As stated above, MACD measures the difference between two EMAs. A positive  MACD means that the 12-day EMA is above the 26-day EMA. If MACD is positive and  rising, then the gap between the 12-day EMA and the 26-day EMA is increasing.  This is considered bullish as the rate-of-change of the faster moving average is  higher than the rate-of-change for the slower moving average.</p>
<p>Constructing a MACD is really quite simple, as soon as you know how to <a href="http://www.iexplain.org/ema-how-to-calculate/">calculate moving  averages</a>.</p>
<p>For any given stock or underlying security:</p>
<p>1. Calculate a 12 day EMA of closing prices</p>
<p>2. Calculate a 26 day EMA of closing prices</p>
<p>3. Subtract the longer EMA in (2) from the shorter EMA in (1)</p>
<p>4. Calculate a 9 day EMA of the MACD line gotten in (3)</p>
<p>That&#8217;s it. You now have a MACD line (gotten from the subtraction in 3) and a  9-day EMA of the MACD line. In the image below, the MACD line is the thick black  line, and the 9-day EMA of it is the red line.</p>
<p>When plotting the MACD, it usually comes with a histogram as well, as can be  seen in the image.</p>
<p>This is gotten from subtracting the 9-day EMA line from the MACD-line. The  slope of the MACD histogram shows what crowd is growing stronger. A rise in the  histogram above zero shows bulls getting stronger, and vice versa.</p>
<h2>When to Use MACD</h2>
<p>MACD lines follow trends, so any time of trending sees very good results from  using MACD as opposed to very choppy trending times, when it will likely cause  for erroneous entry calls. It is especially good for determining when to enter a  market.</p>
<h2>How To Use MACD</h2>
<p>As already stated, the crossovers of the MACD and the MACD 9-day EMA marks  entries and exits. However, it&#8217;s also important to watch the histogram closely.  When the histogram is in negative territory, but have turned upwards, it is  usually good to keep an extra for possible early entries. Likewise, if the  histogram plots a high bar above the rest, it shows how strong the bulls are and  even if a minor decline is imminent it is probably not time to sell, since this  has marked a very strong bullish sentiment for the underlying security.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iexplain.org/calculate-macd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
