<?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"
	>

<channel>
	<title>TraderWerks</title>
	<atom:link href="http://blog.traderwerks.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.traderwerks.com</link>
	<description>What is going on at TraderWerks.com</description>
	<pubDate>Mon, 10 Nov 2008 11:34:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Round2TickSize Function</title>
		<link>http://blog.traderwerks.com/2008/11/09/round2ticksize-function/</link>
		<comments>http://blog.traderwerks.com/2008/11/09/round2ticksize-function/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 04:15:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Indicators]]></category>

		<category><![CDATA[ninja trader]]></category>

		<category><![CDATA[Round2TickSize]]></category>

		<guid isPermaLink="false">http://blog.traderwerks.com/?p=161</guid>
		<description><![CDATA[One very useful function in Ninja Trader is Round2TickSize(). It rounds the price to the nearest tick of the instrument ( stock, futures, etc). I want to give a few examples , just to make it clear. Sometimes people wonder if  Round2TickSize() works by truncating or does it round down. It does neither, it returns the next tick [...]]]></description>
			<content:encoded><![CDATA[<p>One very useful function in Ninja Trader is Round2TickSize(). It rounds the price to the nearest tick of the instrument ( stock, futures, etc). I want to give a few examples , just to make it clear. Sometimes people wonder if  Round2TickSize() works by truncating or does it round down. It does neither, it returns the next tick nearest tick price REGARDLESS if it is higher or lower.</p>
<p> </p>
<p>Now, take the ES 9 S&amp;P Emini 500 ) for example, which has a 0.25 tick size. One half of a tick would be 0.125.</p>
<p>If the foo is 936.37, then  Round2TickSize (936.37) = 936.25 ( 0.12 difference DOWNWARD)</p>
<p>if the foo rises 0.01 to 936.38 , then Round2TickSize (936.38) = 936.5 ( 0.12 difference UPWARD)</p>
<p>And since a picture is worth a thousand words, a table has to be worth something. So here is a table of examples to wrap up this post.</p>
<p><center></p>
<table style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 95%;" border="2" cellspacing="0" cellpadding="4">
<tbody>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;foo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
<td>Round2TickSize</td>
</tr>
<tr>
<td>936.37</td>
<td>936.25</td>
</tr>
<tr>
<td>936.38</td>
<td>936.5</td>
</tr>
<tr>
<td>936.62</td>
<td>936.50</td>
</tr>
<tr>
<td>936.63</td>
<td>936.75</td>
</tr>
<tr>
<td>936.87</td>
<td>936.75</td>
</tr>
<tr>
<td>936.88</td>
<td>937.00</td>
</tr>
<tr>
<td>937.12</td>
<td>937.00</td>
</tr>
<tr>
<td>937.13</td>
<td>937.25</td>
</tr>
</tbody>
</table>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.traderwerks.com/2008/11/09/round2ticksize-function/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ninja Trader Update : Now Includes Dynamic Momentum Index</title>
		<link>http://blog.traderwerks.com/2008/10/31/ninja-trader-update-now-includes-dynamic-momentum-index/</link>
		<comments>http://blog.traderwerks.com/2008/10/31/ninja-trader-update-now-includes-dynamic-momentum-index/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 04:47:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Indicators]]></category>

		<category><![CDATA[DMIndex]]></category>

		<category><![CDATA[Dynamic Momentum Index]]></category>

		<category><![CDATA[indicator]]></category>

		<category><![CDATA[ParabolicSAR]]></category>

		<guid isPermaLink="false">http://blog.traderwerks.com/?p=153</guid>
		<description><![CDATA[In the latest update, NinjaTrader updated four indicators.

DMIndex
ParabolicSAR
Pivots
DMI

DMIndex
The most signifigant was the addition of the DMIndex. The Dynamic Momentum Index (DMIndex) as developed by Tushar Chande and Stanley Kroll and outlined in detail in their book The New Technical Trader. It is a variable term RSI which makes the RSI more responsive to short-term moves. The more [...]]]></description>
			<content:encoded><![CDATA[<p>In the latest update, NinjaTrader updated four indicators.</p>
<ol>
<li>DMIndex</li>
<li>ParabolicSAR</li>
<li>Pivots</li>
<li>DMI</li>
</ol>
<p><strong><em>DMIndex</em></strong></p>
<p>The most signifigant was the addition of the DMIndex. The Dynamic Momentum Index (DMIndex) as developed by Tushar Chande and Stanley Kroll and outlined in detail in their book The New Technical Trader. It is a variable term RSI which makes the RSI more responsive to short-term moves. The more volatile the price is, the shorter the time period is.</p>
<p><strong><em>ParabolicSAR</em></strong></p>
<p>The ParabolicSAR no longer a minimum acceleration factor. Before, the factor had a minimum of 0.2. Now, you can use any value such as 0.0 or 0.1, although I do not know why you would.</p>
<p> </p>
<div><strong><em>Pivots</em></strong></div>
<div>Pivots,  only a comment changed.</div>
<div><strong><em>DMI</em></strong></div>
<div>The description was changed from T<em>he Dynamic Momentum Index</em> to<em> The Directional Movement Index</em>.</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.traderwerks.com/2008/10/31/ninja-trader-update-now-includes-dynamic-momentum-index/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gap Fade Ninjascript Strategy : Five Profitable RIMM Trades In A Row in 10 Days</title>
		<link>http://blog.traderwerks.com/2008/10/28/gap-fade-ninjascript-strategy-five-profitable-rimm-trades-in-a-row-in-10-days/</link>
		<comments>http://blog.traderwerks.com/2008/10/28/gap-fade-ninjascript-strategy-five-profitable-rimm-trades-in-a-row-in-10-days/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 08:24:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Strategy]]></category>

		<category><![CDATA[fade]]></category>

		<category><![CDATA[gap]]></category>

		<category><![CDATA[Ninjascript Strategy]]></category>

		<category><![CDATA[opening]]></category>

		<category><![CDATA[RIMM]]></category>

		<category><![CDATA[trade]]></category>

		<guid isPermaLink="false">http://blog.traderwerks.com/?p=139</guid>
		<description><![CDATA[Looking at this wild week in the market I decided to look at the old gap trade. The gap trade is fading a gap open, and  used to be a staple trade, but in the last few years it has not worked as well.. For example , if a stock opens up 2%, you [...]]]></description>
			<content:encoded><![CDATA[<p>Looking at this wild week in the market I decided to look at the old gap trade. The gap trade is fading a gap open, and  used to be a staple trade, but in the last few years it has not worked as well.. For example , if a stock opens up 2%, you sell it and hope for the gap to close.</p>
<p><a href="http://blog.traderwerks.com/wp-content/uploads/2008/10/twgaptraderimm20081014.png"  rel="lightbox[roadtrip]"><img class="alignright size-medium wp-image-137" title="twgaptraderimm20081014" src="http://blog.traderwerks.com/wp-content/uploads/2008/10/twgaptraderimm20081014-300x213.png" alt="" width="300" height="213" /></a></p>
<p>So I coded up a NinjaScript strategy  to trade the gap trade and took a look at RIMM. No real reason I picked RIMM, it is just one of those volatile internet type stocks. I have not tested the strategy on other stocks, but feel free to test it out.</p>
<p>Nine trades , all profitable, for a cumulative profit of 21% over the last couple of weeks. I have not done testing on other stocks, but it seems like the gap trade is working now.</p>
<p>Take a look at the image on my right. You can click on it to get a full size image. This is an image of the  strategy analyzer, which is backtesting. The total net profit was $9.53 over two weeks which is not bad for a $44 stock. If you will notice that there were five trades, with four long trades in this market. The market has been wild so this strategy has been making long trades after some of these selloffs.</p>
<p>You can download the <a href="http://blog.traderwerks.com/wp-content/uploads/2008/10/twgaptrade.zip">Gap Trade Strategy here</a>. You need to run NinjaTrader 6.5 which pretty much everyone runs. You do have to register it, but it is mainly so you can read the legal mumbo jumbo that my legal guy wants. You just have to read the license and click ok.</p>
<p><em><strong><a href="http://blog.traderwerks.com/wp-content/uploads/2008/10/twgaptrade.zip">DOWNLOAD Gap Trade Strategy</a></strong></em></p>
<p><strong><em>HOW TO USE THE STRATEGY<br />
[1] The strategy only works on intraday data, not daily data.<br />
[2] There is also only one parameter and that is the percentage of the gap for the trade to occur. So a setting of 2 would be a 2% gap.<br />
[3] The strategy closes all trades at the end of the day.</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.traderwerks.com/2008/10/28/gap-fade-ninjascript-strategy-five-profitable-rimm-trades-in-a-row-in-10-days/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Volume Spike</title>
		<link>http://blog.traderwerks.com/2008/10/05/volume-spike/</link>
		<comments>http://blog.traderwerks.com/2008/10/05/volume-spike/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 04:54:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Indicators]]></category>

		<category><![CDATA[exhaustion]]></category>

		<category><![CDATA[ninja trader]]></category>

		<category><![CDATA[spike]]></category>

		<category><![CDATA[volume]]></category>

		<category><![CDATA[volume spike]]></category>

		<guid isPermaLink="false">http://blog.traderwerks.com/?p=118</guid>
		<description><![CDATA[ This is a pretty good indicator. It looks for exhaustion bars and users those for reversals. The theory is that an exhaustion bar will form on higher volume, then the price will reverse.
This indicator is not designed to be used by itself. If fact, if you use it alone for trading, I think &#8230;.. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.traderwerks.com/wp-content/uploads/2008/10/twvolspike.png"  rel="lightbox[roadtrip]"><img class="alignleft size-medium wp-image-117" title="twvolspike" src="http://blog.traderwerks.com/wp-content/uploads/2008/10/twvolspike-300x280.png" alt="" width="300" height="280" /></a> This is a pretty good indicator. It looks for exhaustion bars and users those for reversals. The theory is that an exhaustion bar will form on higher volume, then the price will reverse.</p>
<p>This indicator is not designed to be used by itself. If fact, if you use it alone for trading, I think &#8230;.. well you know&#8230;. you would get taken to the cleaners.</p>
<p>So pair this with Stochastics or MACD , or whatever you wish.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.traderwerks.com/2008/10/05/volume-spike/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Big Rename&#8230;</title>
		<link>http://blog.traderwerks.com/2008/09/30/the-big-rename/</link>
		<comments>http://blog.traderwerks.com/2008/09/30/the-big-rename/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 14:20:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Site Information]]></category>

		<category><![CDATA[conventions]]></category>

		<category><![CDATA[dll]]></category>

		<category><![CDATA[file naming]]></category>

		<category><![CDATA[renaming]]></category>

		<guid isPermaLink="false">http://blog.traderwerks.com/?p=115</guid>
		<description><![CDATA[    Well I am finally doing it. I am going to rename all the indicators from TraderWerks&#8230;. to TW&#8230;..  Personally , I like using the full long name better. It is clearer, but it is also long and annoying. In case you haven&#8217;t noticed, the new indicators I have written , have used TW instead [...]]]></description>
			<content:encoded><![CDATA[<p>    Well I am finally doing it. I am going to rename all the indicators from TraderWerks&#8230;. to TW&#8230;..  Personally , I like using the full long name better. It is clearer, but it is also long and annoying. In case you haven&#8217;t noticed, the new indicators I have written , have used TW instead of the long name.</p>
<p>     Such is life. All the old indicators that you have downloaded will still work, so no worries. But if you do have any problems, email me or leave a message in the support forum.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.traderwerks.com/2008/09/30/the-big-rename/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bollinger Bands, %b and BandWidth Indicators</title>
		<link>http://blog.traderwerks.com/2008/09/27/bollinger-bands-b-and-bandwidth-indicators/</link>
		<comments>http://blog.traderwerks.com/2008/09/27/bollinger-bands-b-and-bandwidth-indicators/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 15:35:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Indicators]]></category>

		<category><![CDATA[%b]]></category>

		<category><![CDATA[BandWidth]]></category>

		<category><![CDATA[GPL]]></category>

		<category><![CDATA[ninja trader]]></category>

		<category><![CDATA[ninjascript]]></category>

		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://blog.traderwerks.com/?p=92</guid>
		<description><![CDATA[I have had these laying around on my hard drive for a while. I have too many things sitting around on my computer sometimes. For strategy development, that are a much easier way to include Bollinger bands into a Ninja Trader Strategy. Well, I decided to release them in source. 
 

%b, pronounced &#8216;percent b&#8217;, is derived from [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.traderwerks.com/wp-content/uploads/2008/09/tw_percent_b.png"  rel="lightbox[roadtrip]"><img class="alignright size-medium wp-image-96" title="tw_percent_b" src="http://blog.traderwerks.com/wp-content/uploads/2008/09/tw_percent_b-300x250.png" alt="" width="300" height="250" /></a>I have had these laying around on my hard drive for a while. I have too many things sitting around on my computer sometimes. For strategy development, that are a much easier way to include Bollinger bands into a Ninja Trader Strategy. Well, I decided to release them in source. <br />
 </p>
<ul>
<li><strong>%b</strong>, pronounced &#8216;percent b&#8217;, is derived from the formula for Stochastics and tells you where you are in relation to the bands. </li>
<li><strong>BandWidth</strong> tells you how wide the Bollinger Bands are on a normalized basis.</li>
</ul>
<p> </p>
<p>You can read more at the <a href="http://vixandmore.blogspot.com/2008/06/bollinger-bands-and-percent-b-setting.html">VIX and more blog</a>. I don&#8217;t trade VIX options, but I do enjoy Bill Luby&#8217;s blog.</p>
<p><strong>DOWNLOAD</strong></p>
<blockquote><p>TW %b Indicator  <a href="http://blog.traderwerks.com/wp-content/uploads/2008/09/twpercentb.zip"></a><a href="http://blog.traderwerks.com/wp-content/uploads/2008/09/twpercentbcs.zip">twpercentbcs</a></p>
<p>TW Bandwidth Indicator  <a href="http://blog.traderwerks.com/wp-content/uploads/2008/09/twbandwidth.zip">twbandwidth</a></p></blockquote>
<p>And sign up for the mailing list while you are downloading and stay up to date on any new indicators we release.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.traderwerks.com/2008/09/27/bollinger-bands-b-and-bandwidth-indicators/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IE , Sucks But Works</title>
		<link>http://blog.traderwerks.com/2008/09/18/ie-sucks-but-works/</link>
		<comments>http://blog.traderwerks.com/2008/09/18/ie-sucks-but-works/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 03:10:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Site Information]]></category>

		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://blog.traderwerks.com/?p=90</guid>
		<description><![CDATA[Well, we have finally gotten the site to work with IE. Sucks, but we are not really IE people around here. Sure, our site works with Firefox, Chrome, Safari, Conq, Camino, etc&#8230;.. And now Internet Explorer.
]]></description>
			<content:encoded><![CDATA[<p>Well, we have finally gotten the site to work with IE. Sucks, but we are not really IE people around here. Sure, our site works with Firefox, Chrome, Safari, Conq, Camino, etc&#8230;.. And now Internet Explorer.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.traderwerks.com/2008/09/18/ie-sucks-but-works/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TraderWerks Keltner Channel Indicator</title>
		<link>http://blog.traderwerks.com/2008/08/31/traderwerks-keltner-channel-indicator/</link>
		<comments>http://blog.traderwerks.com/2008/08/31/traderwerks-keltner-channel-indicator/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 20:14:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Indicators]]></category>

		<category><![CDATA[Channel]]></category>

		<category><![CDATA[EMA]]></category>

		<category><![CDATA[HMA]]></category>

		<category><![CDATA[indicator]]></category>

		<category><![CDATA[Keltner]]></category>

		<category><![CDATA[ninja script]]></category>

		<category><![CDATA[SMA]]></category>

		<guid isPermaLink="false">http://blog.traderwerks.com/?p=79</guid>
		<description><![CDATA[Yes, Ninja Trader already has a Keltner Channel built in. This is our take on the indicator. Our is a little more custimizable. It allows you to select the price type, the ATR length, and all kinds of other goodness. We also let you select the type of moving average you would like to use. [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_80" class="wp-caption alignleft" style="width: 280px"><a href="http://blog.traderwerks.com/wp-content/uploads/2008/08/tw-keltner.png"  rel="lightbox[roadtrip]"><img class="size-medium wp-image-80" title="tw-keltner" src="http://blog.traderwerks.com/wp-content/uploads/2008/08/tw-keltner-300x215.png" alt="Click To Enlarge. The default NT Keltner and our Keltner indicator." width="270" height="194" /></a><p class="wp-caption-text">Click To Enlarge. The default NT Keltner and our Keltner indicator.</p></div>
<p style="text-align: left;">Yes, Ninja Trader already has a Keltner Channel built in. This is our take on the indicator. Our is a little more custimizable. It allows you to select the price type, the ATR length, and all kinds of other goodness. We also let you select the type of moving average you would like to use. Here are the different types of moving average you can select.</p>
<li style="text-align: left;">Simple Moving Average</li>
<li style="text-align: left;">Hull Moving Average</li>
<li style="text-align: left;">Exponential Moving Average</li>
<li style="text-align: left;">Triangular Moving Average</li>
<li style="text-align: left;">VolumeWeighted Moving Average</li>
<li style="text-align: left;">Weighted Moving Average</li>
<li style="text-align: left;">TripleExponential Moving Average</li>
<p style="text-align: left;">This one is a free download until the end of the year. So try it out and let us know what you think. You can down load it here <a href="http://blog.traderwerks.com/wp-content/uploads/2008/08/traderwerkskeltnerchannel.zip">Trader Werks Keltner Channel</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.traderwerks.com/2008/08/31/traderwerks-keltner-channel-indicator/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Acceleration Bands Indicator</title>
		<link>http://blog.traderwerks.com/2008/08/26/acceleration-bands-indicator/</link>
		<comments>http://blog.traderwerks.com/2008/08/26/acceleration-bands-indicator/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 02:15:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Indicators]]></category>

		<category><![CDATA[Acceleration Bands]]></category>

		<category><![CDATA[bollinger ands]]></category>

		<category><![CDATA[indicator]]></category>

		<category><![CDATA[ninja trader]]></category>

		<guid isPermaLink="false">http://blog.traderwerks.com/?p=76</guid>
		<description><![CDATA[Acceleration Bands are similar to Bollinger bands. They draw two bands around the moving average. Pretty simple , but still effective.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.traderwerks.com/wp-content/uploads/2008/08/twacceleratorbands.png"  rel="lightbox[roadtrip]"><img class="alignright size-medium wp-image-77" title="twacceleratorbands" src="http://blog.traderwerks.com/wp-content/uploads/2008/08/twacceleratorbands-300x285.png" alt="" width="300" height="285" /></a>Acceleration Bands are similar to Bollinger bands. They draw two bands around the moving average. Pretty simple , but still effective.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.traderwerks.com/2008/08/26/acceleration-bands-indicator/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Narrow Range Market Analyzer Scan</title>
		<link>http://blog.traderwerks.com/2008/08/23/narrow-range-market-analyzer-scan/</link>
		<comments>http://blog.traderwerks.com/2008/08/23/narrow-range-market-analyzer-scan/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 07:00:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Market Analyzer]]></category>

		<category><![CDATA[free]]></category>

		<category><![CDATA[market]]></category>

		<category><![CDATA[narrow]]></category>

		<category><![CDATA[ninja trader]]></category>

		<category><![CDATA[ninjatrader]]></category>

		<category><![CDATA[range]]></category>

		<category><![CDATA[scanner]]></category>

		<guid isPermaLink="false">http://blog.traderwerks.com/?p=58</guid>
		<description><![CDATA[I was reading Elitetrader ( yes I read it. You probably do to but do not want to admit it. ) A user was looking for a free stock screener to find stocks in a narrow range. I though it was a good idea, and since NinjaTrader is free, and you can get free end [...]]]></description>
			<content:encoded><![CDATA[<p>I was reading Elitetrader ( yes I read it. You probably do to but do not want to admit it. ) A user was looking for a free stock screener to find stocks in a narrow range. I though it was a good idea, and since NinjaTrader is free, and you can get free end of day data, I decided to make a free narrow range screener. So no need to spend $400 bucks. To use, download the<a href="http://download.traderwerks.com/TraderWerksNarrowRangeBeta.zip" target="_blank"> NarrowRange Indicator</a>, and set up Market Analyzer below.</p>
<div id="attachment_59" class="wp-caption alignleft" style="width: 310px"><a href="http://blog.traderwerks.com/wp-content/uploads/2008/08/tw-narrow-market-analyzer.png"  rel="lightbox[roadtrip]"><img class="size-medium wp-image-59 " title="tw-narrow-market-analyzer" src="http://blog.traderwerks.com/wp-content/uploads/2008/08/tw-narrow-market-analyzer-300x216.png" alt="" width="300" height="216" /></a><p class="wp-caption-text">Click To Enlarge</p></div>
<p> </p>
<p>The formula finds a percentage of the range over a certain period.</p>
<pre><code>               MAX ( High )
Range =  ------------------  - 1
               MAX ( Low )
</code></pre>
<p>So we just look at the range over a period, and use that percentage to decide if the range is narrow.</p>
<div id="attachment_60" class="wp-caption alignright" style="width: 310px"><a href="http://blog.traderwerks.com/wp-content/uploads/2008/08/tw-narrow-settings.png"  rel="lightbox[roadtrip]"><img class="size-medium wp-image-60" title="tw-narrow-settings" src="http://blog.traderwerks.com/wp-content/uploads/2008/08/tw-narrow-settings-300x236.png" alt="" width="300" height="236" /></a><p class="wp-caption-text">Click To Enlarge</p></div>
<p>So this is what I can up with. It is an indicator that returns a value if the stock has traded in a narrow range for a certain number of periods. This image is of the Dow 30 stocks , scanned to see if any are in a narrow range for the last 30 days. As of today the only stocks that are trading within a narrow range are WMT, MMM, VZ, IBM, T and JNJ.</p>
<p>The settings are shown in this dialog. The percentage is set as a whole number. So i you were looking for a 10 percent range, you would set this value to 10, as we did here. The indicator returns a value of between 1 and -1. So to hide the display of the non narrow range instruments, I set the reference to zero. The length is 30 and that is how many periods I look back to determine if it is a narrow range or not.</p>
<p>Finally, so you do not have to do this again, we save this analyzer as a template. This save the stocks in the market analyzer and the column settings so you can simply open up the template to see your scan.</p>
<div id="attachment_61" class="wp-caption alignleft" style="width: 310px"><a href="http://blog.traderwerks.com/wp-content/uploads/2008/08/tw-narrow-save-as.png"  rel="lightbox[roadtrip]"><img class="size-medium wp-image-61 " title="tw-narrow-save-as" src="http://blog.traderwerks.com/wp-content/uploads/2008/08/tw-narrow-save-as-300x129.png" alt="" width="300" height="129" /></a><p class="wp-caption-text">Click To Enlarge</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.traderwerks.com/2008/08/23/narrow-range-market-analyzer-scan/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
