<?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 - Custom ThinkScript Indicators for thinkorswim &#187; ThinkScripter</title>
	<atom:link href="http://www.thinkscripter.com/author/thinkscripter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinkscripter.com</link>
	<description>Custom ThinkScript Indicator Scripts for thinkorswim</description>
	<lastBuildDate>Mon, 28 Jun 2010 02:18:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Trend</title>
		<link>http://www.thinkscripter.com/2010/06/27/trend/</link>
		<comments>http://www.thinkscripter.com/2010/06/27/trend/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 02:18:58 +0000</pubDate>
		<dc:creator>ThinkScripter</dc:creator>
				<category><![CDATA[Indicator]]></category>
		<category><![CDATA[Trend]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[thinkscript]]></category>
		<category><![CDATA[trend]]></category>

		<guid isPermaLink="false">http://www.thinkscripter.com/?p=2151</guid>
		<description><![CDATA[Here&#8217;s another indicator by very popular request. It wasn&#8217;t until TOS included the new fold function that I was able to properly implement it in thinkScript. This is a modified Heikin-Ashi trend indicator made popular by John Carter and widely available across the internet for other platforms. First note that these are not Heikin-Ashi candlesticks [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s another indicator by <em>very</em> popular request. It wasn&#8217;t until TOS included the new <code>fold</code> function that I was able to properly implement it in thinkScript.</p>
<p>This is a modified Heikin-Ashi trend indicator made popular by <a href="http://www.amazon.com/gp/product/0071459588?ie=UTF8&#038;tag=thinks-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0071459588">John Carter</a> and widely available across the internet for other platforms. First note that these are not Heikin-Ashi candlesticks themselves which are a built in option in TOS. Instead, this is the Heikin-Ashi coloring applied to regular candlesticks with a slight modification. The modification involves rejecting a change in the Heikin-Ashi trend when the bar in question is an inside bar; inside in the Heikin-Ashi sense. The user selects the period to look back for the inside bar comparison. Pictured below is the Trend indicator with blue as an uptrend and red as a downtrend. You have the option to display the rejected inside bars in a highlighted color as shown in the second image. The colors are fully user selectable using global defaults.<br />
<div id="attachment_2153" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.thinkscripter.com/wp-content/uploads/2010/06/TrendO.png"><img src="http://www.thinkscripter.com/wp-content/uploads/2010/06/TrendO.png" alt="" title="TrendO" width="500" height="450" class="size-full wp-image-2153" /></a><p class="wp-caption-text">Trend</p></div><br />
<div id="attachment_2154" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.thinkscripter.com/wp-content/uploads/2010/06/TrendOHL.png"><img src="http://www.thinkscripter.com/wp-content/uploads/2010/06/TrendOHL.png" alt="" title="TrendOHL" width="500" height="450" class="size-full wp-image-2154" /></a><p class="wp-caption-text">Trend with Inside Bars Highlighted</p></div></p>
<p style="text-align: center;"><a href="http://www.thinkscripter.com/donations"><img src="http://www.thinkscripter.com/wp-content/uploads/2009/08/GoProButton.png" alt="GoProButton" title="GoProButton" width="225" height="75" class="aligncenter size-full wp-image-1487" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkscripter.com/2010/06/27/trend/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Renko Chart</title>
		<link>http://www.thinkscripter.com/2010/06/24/renko-chart/</link>
		<comments>http://www.thinkscripter.com/2010/06/24/renko-chart/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 12:58:52 +0000</pubDate>
		<dc:creator>ThinkScripter</dc:creator>
				<category><![CDATA[Indicator]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[Renko]]></category>
		<category><![CDATA[thinkscript]]></category>

		<guid isPermaLink="false">http://www.thinkscripter.com/?p=2104</guid>
		<description><![CDATA[Using the framework of the previous Three Line Break study, I was able to craft this Renko Chart. At first glance it doesn&#8217;t resemble a Renko Chart but upon careful inspection you will see the same information albeit in a different manner. The colored blocks are analogous to those of the Renko chart. Trend change [...]]]></description>
			<content:encoded><![CDATA[<p>Using the framework of the previous <a href="http://www.thinkscripter.com/2010/04/16/three-line-break/">Three Line Break</a> study, I was able to craft this <a href="http://www.investopedia.com/terms/r/renkochart.asp">Renko Chart</a>. At first glance it doesn&#8217;t resemble a Renko Chart but upon careful inspection you will see the same information albeit in a different manner. The colored blocks are analogous to those of the Renko chart. Trend change is indicated when the next block begins to form in the alternate color. The user can select either a variable ATR block size or a fixed price size. The paintbars can be colored to match the Renko blocks as shown. The Renko Chart will be added to the <a href="http://www.thinkscripter.com/donations/">Pro Subscriber</a> bundle this weekend.</p>
<div id="attachment_2109" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.thinkscripter.com/wp-content/uploads/2010/06/Renko.png"><img src="http://www.thinkscripter.com/wp-content/uploads/2010/06/Renko.png" alt="" title="Renko" width="500" height="400" class="size-full wp-image-2109" /></a><p class="wp-caption-text">Renko Chart</p></div>
<p style="text-align: center;"><a href="http://www.thinkscripter.com/donations"><img src="http://www.thinkscripter.com/wp-content/uploads/2009/08/GoProButton.png" alt="GoProButton" title="GoProButton" width="225" height="75" class="aligncenter size-full wp-image-1487" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkscripter.com/2010/06/24/renko-chart/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Weekend Builds and Bug Fixes</title>
		<link>http://www.thinkscripter.com/2010/06/20/weekend-builds-and-bug-fixes/</link>
		<comments>http://www.thinkscripter.com/2010/06/20/weekend-builds-and-bug-fixes/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 02:02:42 +0000</pubDate>
		<dc:creator>ThinkScripter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thinkscripter.com/?p=2099</guid>
		<description><![CDATA[This weekend&#8217;s TOS builds broke several studies including Fisher Transform Signals, Value Chart, and Option Volume. They have all been fixed and there is a new zip file uploaded to the forum for Pro Subscribers. The Fisher Transform Signals code has been updated and can be found here. Some of you may have noticed that [...]]]></description>
			<content:encoded><![CDATA[<p>This weekend&#8217;s TOS builds broke several studies including <a href="http://www.thinkscripter.com/2009/03/07/fisher-transform-signals/">Fisher Transform Signals</a>, <a href="http://www.thinkscripter.com/2009/02/16/value-chart/">Value Chart</a>, and <a href="http://www.thinkscripter.com/2010/05/17/thinkscripter-option-volume/">Option Volume</a>. They have all been fixed and there is a new zip file uploaded to the forum for <a href="http://www.thinkscripter.com/donations/">Pro Subscribers</a>. The <a href="http://www.thinkscripter.com/2009/03/07/fisher-transform-signals/">Fisher Transform Signals</a> code has been updated and can be found <a href="http://www.thinkscripter.com/2009/03/07/fisher-transform-signals/">here</a>. </p>
<p>Some of you may have noticed that my pace of development has slowed down in the last six months. This was as a result of some major transitions in my life which are now mostly complete. I hope to return with a renewed vigor in the coming weeks. I am tossing around several ideas for expanding the <a href="http://www.thinkscripter.com/donations/">Pro Subscriber</a> benefits to include a 24/7 Adobe Connect Pro chat room, a thinkScript educational video series, and of course some new studies taken from my now exceptionally long list of requests. Please let me know your thoughts/desires!</p>
<p>Best of luck to all and thank you for the donations and support,<br />
Eric</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkscripter.com/2010/06/20/weekend-builds-and-bug-fixes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Percent Correction</title>
		<link>http://www.thinkscripter.com/2010/05/22/percent-correction/</link>
		<comments>http://www.thinkscripter.com/2010/05/22/percent-correction/#comments</comments>
		<pubDate>Sat, 22 May 2010 12:29:25 +0000</pubDate>
		<dc:creator>ThinkScripter</dc:creator>
				<category><![CDATA[Indicator]]></category>
		<category><![CDATA[correction]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[percent]]></category>
		<category><![CDATA[thinkscript]]></category>

		<guid isPermaLink="false">http://www.thinkscripter.com/?p=2088</guid>
		<description><![CDATA[Those who follow me on Twitter may have seen this chart pop up on occasion so I thought I&#8217;d share it with you this weekend. It simply shows how deep the current correction is in percentage terms from the high. It is designed for use on daily charts during intermediate term pullbacks. The study also [...]]]></description>
			<content:encoded><![CDATA[<p>Those who follow me on <a href="http://twitter.com/thinkscripter">Twitter</a> may have seen this chart pop up on occasion so I thought I&#8217;d share it with you this weekend. It simply shows how deep the current correction is in percentage terms from the high. It is designed for use on daily charts during intermediate term pullbacks. The study also has a bear mode that measures corrections up when the trend is down. To initialize the study, the user enters the start date if the current prevailing trend, select bull or bear mode, and the spacing of the percentage lines. In the picture below, I started the study at the March lows of last year and used a two percent spacing. Also pictured is my version of the Renko chart which will be released to the <a href="http://www.thinkscripter.com/donations/">Pro Subscribers</a> in a forthcoming update. Best of luck in your trading. -Eric</p>
<div id="attachment_2090" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.thinkscripter.com/wp-content/uploads/2010/05/PctCorr.png"><img src="http://www.thinkscripter.com/wp-content/uploads/2010/05/PctCorr.png" alt="" title="PctCorr" width="500" height="450" class="size-full wp-image-2090" /></a><p class="wp-caption-text">Percent Correction</p></div>
<p><code># TS_PercentCorrection<br />
# http://www.thinkscripter.com<br />
# thinkscripter@gmail.com<br />
# Last Update 22 May 2010</p>
<p># Designed for use on daily charts</p>
<p>input startDateYYYYMMDD = 20100101;<br />
input mode = {default Bull, Bear};<br />
input spacing = 1.0;</p>
<p>def start = if getYyyyMmDd() > startDateYYYYMMDD then 1 else 0;</p>
<p>rec highPrint = compoundValue(1, if start then if high > highPrint[1] then high else highPrint[1] else high , high);<br />
rec lowPrint = compoundValue(1, if start then if low < lowPrint[1] then low else lowPrint[1] else low , low);</p>
<p>def onePercent = if mode == mode.Bull then highPrint * 0.01 else -lowPrint * 0.01;<br />
def base = if mode == mode.Bull then highPrint else lowPrint;</p>
<p>plot hp = if start then base else double.nan;<br />
plot p1 = if start then base - onePercent * 1 * spacing else double.nan;<br />
plot p2 = if start then base - onePercent * 2 * spacing else double.nan;<br />
plot p3 = if start then base - onePercent * 3 * spacing else double.nan;<br />
plot p4 = if start then base - onePercent * 4 * spacing else double.nan;<br />
plot p5 = if start then base - onePercent * 5 * spacing else double.nan;<br />
plot p6 = if start then base - onePercent * 6 * spacing else double.nan;<br />
plot p7 = if start then base - onePercent * 7 * spacing else double.nan;<br />
plot p8 = if start then base - onePercent * 8 * spacing else double.nan;<br />
plot p9 = if start then base - onePercent * 9 * spacing else double.nan;<br />
plot p10 = if start then base - onePercent * 10 * spacing else double.nan;</p>
<p>hp.HideBubble();<br />
p1.HideBubble();<br />
p2.HideBubble();<br />
p3.HideBubble();<br />
p4.HideBubble();<br />
p5.HideBubble();<br />
p6.HideBubble();<br />
p7.HideBubble();<br />
p8.HideBubble();<br />
p9.HideBubble();<br />
p10.HideBubble();</p>
<p>AddChartBubble(yes, if IsNaN(close[-1]) then p1 else double.nan, concat("-", concat(1.0 * spacing, "%")), color.white);<br />
AddChartBubble(yes,  if IsNaN(close[-1]) then p2 else double.nan, concat("-", concat(2.0 * spacing, "%")), color.white);<br />
AddChartBubble(yes, if IsNaN(close[-1]) then  p3 else double.nan, concat("-", concat(3 * spacing, "%")), color.white);<br />
AddChartBubble(yes, if IsNaN(close[-1]) then  p4 else double.nan, concat("-", concat(4 * spacing, "%")), color.white);<br />
AddChartBubble(yes, if IsNaN(close[-1]) then  p5 else double.nan, concat("-", concat(5 * spacing, "%")), color.white);<br />
AddChartBubble(yes, if IsNaN(close[-1]) then  p6 else double.nan, concat("-", concat(6 * spacing, "%")), color.white);<br />
AddChartBubble(yes, if IsNaN(close[-1]) then  p7 else double.nan, concat("-", concat(7 * spacing, "%")), color.white);<br />
AddChartBubble(yes,  if IsNaN(close[-1]) then p8 else double.nan, concat("-", concat(8 * spacing, "%")), color.white);<br />
AddChartBubble(yes, if IsNaN(close[-1]) then  p9 else double.nan, concat("-", concat(9 * spacing, "%")), color.white);<br />
AddChartBubble(yes,  if IsNaN(close[-1]) then p10 else double.nan, concat("-", concat(10 * spacing, "%")), color.white);</p>
<p>hp.HideTitle();<br />
p1.HideTitle();<br />
p2.HideTitle();<br />
p3.HideTitle();<br />
p4.HideTitle();<br />
p5.HideTitle();<br />
p6.HideTitle();<br />
p7.HideTitle();<br />
p8.HideTitle();<br />
p9.HideTitle();<br />
p10.HideTitle();</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkscripter.com/2010/05/22/percent-correction/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>ThinkScripter Option Volume</title>
		<link>http://www.thinkscripter.com/2010/05/17/thinkscripter-option-volume/</link>
		<comments>http://www.thinkscripter.com/2010/05/17/thinkscripter-option-volume/#comments</comments>
		<pubDate>Tue, 18 May 2010 04:03:41 +0000</pubDate>
		<dc:creator>ThinkScripter</dc:creator>
				<category><![CDATA[Indicator]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[Option Volume]]></category>
		<category><![CDATA[options]]></category>
		<category><![CDATA[thinkscript]]></category>
		<category><![CDATA[volume]]></category>

		<guid isPermaLink="false">http://www.thinkscripter.com/?p=2071</guid>
		<description><![CDATA[I&#8217;ve been playing around with some of the new features in thinkScript over the past few weeks and several new studies have resulted. This one will display intraday option volume for a set of five option strikes (You have the option to display only three or one strike if you wish). The calls are stacked [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing around with some of the new features in thinkScript over the past few weeks and several new studies have resulted. This one will display intraday option volume for a set of five option strikes (You have the option to display only three or one strike if you wish). The calls are stacked above the horizontal line with puts below. The format is a stacked bar type to accommodate showing all the strikes at once. The color code is referenced in the upper left. Additionally, the indicator has three other modes (single strike only) that will display total strike volume for the day, open interest, and volume as a percentage of open interest (see the second image below). The total volume and open interest modes are designed for use on daily charts but will function on the intraday charts as shown below. To initialize the study, you need to enter your desired center strike, expiration date, and the strike spacing for the underlying. </p>
<p>My intention was to release this to the <a href="http://www.thinkscripter.com/donations/">Pro Subscribers</a> only but it seems to me that I have been neglecting the general public as of late. As such, this one will be for mass consumption. The script is too long to post here so you will have to swing by the <a href="http://www.thinkscripter.com/forum/viewforum.php?f=26">forum</a>  &#8220;Released ThinkScripter Studies&#8221; section (free registration required) to grab yourself a copy. Best of luck in your trading. -Eric </p>
<div id="attachment_2073" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.thinkscripter.com/wp-content/uploads/2010/05/OV.png"><img src="http://www.thinkscripter.com/wp-content/uploads/2010/05/OV.png" alt="" title="OV" width="500" height="600" class="size-full wp-image-2073" /></a><p class="wp-caption-text">Option Volume</p></div>
<div id="attachment_2074" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.thinkscripter.com/wp-content/uploads/2010/05/OVSub.png"><img src="http://www.thinkscripter.com/wp-content/uploads/2010/05/OVSub.png" alt="" title="OVSub" width="500" height="275" class="size-full wp-image-2074" /></a><p class="wp-caption-text">Alternate Modes</p></div>
<p><center><br />
<h1><a href="http://www.thinkscripter.com/forum">Take me to the forum!</a></h1>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkscripter.com/2010/05/17/thinkscripter-option-volume/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
