<?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>ThinkScripter &#187; ATR</title>
	<atom:link href="http://www.thinkscripter.com/tag/atr/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinkscripter.com</link>
	<description>thinkScript Indicators for thinkorswim</description>
	<lastBuildDate>Mon, 06 Sep 2010 19:13:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>ThinkScripter Multi-Stops</title>
		<link>http://www.thinkscripter.com/indicator/thinkscripter-multi-stops/</link>
		<comments>http://www.thinkscripter.com/indicator/thinkscripter-multi-stops/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 22:39:11 +0000</pubDate>
		<dc:creator>ThinkScripter</dc:creator>
				<category><![CDATA[Indicator]]></category>
		<category><![CDATA[ATR]]></category>
		<category><![CDATA[Average True Range]]></category>
		<category><![CDATA[chandelier]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[Elder Safe Zone]]></category>
		<category><![CDATA[Fibonacci]]></category>
		<category><![CDATA[Stops]]></category>
		<category><![CDATA[thinkscript]]></category>
		<category><![CDATA[Wilder]]></category>

		<guid isPermaLink="false">http://thinkscripter.wordpress.com/?p=502</guid>
		<description><![CDATA[Multi-Stops will plot five different types of volatility stops: Average True Range Stops, Wilder Average Stops, Chandelier Stops, Elder Safe Zone Stops and Fibonacci Stops. <a href="http://www.thinkscripter.com/indicator/thinkscripter-multi-stops/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>OK &#8211; <em>the beast</em> is done. I&#8217;ve been working on this for <strong><em>weeks</em></strong> now and think it&#8217;s ready for public consumption.</p>
<p>There are two ways to use Multi-Stops. First, it gives you a great reference point for placing trailing stops so you don&#8217;t get pipped out of the bigger moves. Rather than guess, Multi-Stops will give you a scientific guess based on recent volatility and calculated in one of five different ways. Secondly, Multi-Stops can be used as a supplementary trend tool. Looser stops will capture longer trends and avoid whipsaws but have larger drawdowns. Tighter stops will get whipsawed more often but will limit losses when the trend goes against you.</p>
<p>Multi-Stops will plot five different types of volatility stops. The input parameters for the stops are a volatility coefficient which is a multiplier (larger=looser stop) and the look-back length which is the distance the stop is looking backwards to compute volatility and other factors. The various methods are: Average True Range Stops, Wilder Average Stops, Chandelier Stops, Elder Safe Zone Stops and Fibonacci Stops. There is an option to allow stop expansion that is disabled by default but will allow the stop to &#8220;breathe&#8221; if you so choose otherwise you will only see the stop move in the direction of the current trend.</p>
<div id="pro" class="wp-caption aligncenter" style="width: 640px"><a href="http://www.thinkscripter.com/wp-content/uploads/2009/03/multistops.png"><img class="size-full wp-image-504" title="multistops" src="http://www.thinkscripter.com/wp-content/uploads/2009/03/multistops.png" alt="ThinkScripter Multi-Stops"  /></a><p class="wp-caption-text">ThinkScripter Multi-Stops</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkscripter.com/indicator/thinkscripter-multi-stops/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Average True Range Stop Validation</title>
		<link>http://www.thinkscripter.com/indicator/average-true-range-stop-validation/</link>
		<comments>http://www.thinkscripter.com/indicator/average-true-range-stop-validation/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 17:39:45 +0000</pubDate>
		<dc:creator>ThinkScripter</dc:creator>
				<category><![CDATA[Indicator]]></category>
		<category><![CDATA[ATR]]></category>
		<category><![CDATA[Average True Range]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[Stops]]></category>
		<category><![CDATA[thinkscript]]></category>

		<guid isPermaLink="false">http://thinkscripter.wordpress.com/?p=108</guid>
		<description><![CDATA[Enter your desired working stop-loss amount. If your desired stop amount falls within the boundaries of the ATR envelope, the plot is blue. When the volatility increases such that your stop is probably insufficient, the plot turns red. <a href="http://www.thinkscripter.com/indicator/average-true-range-stop-validation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Enter your desired working stop-loss amount. Two lines are plotted representing the current bar high/low plus the average true range of the underlying (or any multiple thereof). If your desired stop amount falls within the boundaries of the envelope, the plot is blue. When the volatility increases such that your stop is probably insufficient, the plot turns red.</p>
<div id="attachment_109" class="wp-caption aligncenter" style="width: 640px"><a href="http://www.thinkscripter.com/wp-content/uploads/2009/01/atrstops.png"><img class="size-full wp-image-109" title="atrstops" src="http://www.thinkscripter.com/wp-content/uploads/2009/01/atrstops.png" alt="Average True Range Stop Validation" /></a><p class="wp-caption-text">Average True Range Stop Validation</p></div>
<pre class="brush: thinkscript;"># ATRSTOPS
# http://thinkscripter.wordpress.com
# thinkscripter@gmail.com
# Last Update 18 Jan 2009

input ATR_Multiple = 1.0;
input Desired_Stop_Loss = 1.0;
input ATR_period = 30;

def val = AvgTrueRange(high, close, low, ATR_period)*ATR_Multiple;

def tooVolatile = if(val&gt;Desired_Stop_Loss,1,0);
def plotColor = if(tooVolatile,5,1);

plot LongStop = low-val;
LongStop.AssignValueColor(getColor(plotColor));
LongStop.setStyle(curve.SHORT_DASH);

plot ShortStop = high+val;
ShortStop.AssignValueColor(getColor(plotColor));
ShortStop.setStyle(curve.SHORT_DASH);
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkscripter.com/indicator/average-true-range-stop-validation/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
