<?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; volume</title>
	<atom:link href="http://www.thinkscripter.com/tag/volume/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>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>
		<item>
		<title>Volume Trend and Price Trend</title>
		<link>http://www.thinkscripter.com/2009/12/16/volume-trend-and-price-trend/</link>
		<comments>http://www.thinkscripter.com/2009/12/16/volume-trend-and-price-trend/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 23:51:52 +0000</pubDate>
		<dc:creator>ThinkScripter</dc:creator>
				<category><![CDATA[Indicator]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[thinkscript]]></category>
		<category><![CDATA[trend]]></category>
		<category><![CDATA[volume]]></category>

		<guid isPermaLink="false">http://www.thinkscripter.com/?p=1875</guid>
		<description><![CDATA[In trading we constantly check to see if volume is confirming price. Rising price accompanied by falling volume is often the signal for an impending reversal. The Volume Trend plots the linear regression of the volume for the user specified last number of bars. The color of line reflects the slope &#8211; green for rising [...]]]></description>
			<content:encoded><![CDATA[<p>In trading we constantly check to see if volume is confirming price. Rising price accompanied by falling volume is often the signal for an impending reversal. The Volume Trend plots the linear regression of the volume for the user specified last number of bars. The color of line reflects the slope &#8211; green for rising and red for falling. The Price Trend is a similar linear regression line. In this case, the line is colored blue if the price and volume are of diverging slopes and white else wise. Both indicators will automatically update with each bar. Also pictured is the revised AutoFibLines script. It is completely functional again and now has the added benefit of working on Forex pairs and other symbols trading down in the decimal range. Also added were a reversal dot indicating at what closing price the AutoFibs will reverse direction and update the fib levels as well as a trend direction arrow indicating in which direction the fibs have been drawn. PS: The ToS Script Editor is happy with cutting and pasting from the web again! <img src='http://www.thinkscripter.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<div id="attachment_1874" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.thinkscripter.com/wp-content/uploads/2009/12/VolumeTrend.png"><img src="http://www.thinkscripter.com/wp-content/uploads/2009/12/VolumeTrend.png" alt="Volume and Price Trend" title="VolumeTrend" width="500" height="450" class="size-full wp-image-1874" /></a><p class="wp-caption-text">Volume and Price Trend</p></div></p>
<p><code># TS_VolumeTrend<br />
# http://www.thinkscripter.com<br />
# thinkscripter@gmail.com<br />
# Last Update 16 Dec 2009</p>
<p>declare on_volume;<br />
declare real_size;</p>
<p>input period = 50;</p>
<p>plot VolTrend = InertiaAll(volume, period);<br />
def volumeSlope = if voltrend>voltrend[1] then 1 else 0;<br />
VolTrend.assignValueColor(if voltrend>voltrend[1] then color.green else color.red);<br />
VolTrend.setLineWeight(2);</p>
<p># TS_PriceTrend<br />
# http://www.thinkscripter.com<br />
# thinkscripter@gmail.com<br />
# Last Update 16 Dec 2009</p>
<p>declare fullrange;</p>
<p>input price = close;<br />
input period = 50;<br />
def offset = 100;</p>
<p>def linearPriceTrend = InertiaAll(close, period);<br />
def priceSlope =  if linearPriceTrend>linearPriceTrend[1] then 1 else 0;<br />
def dist = HighestAll(AbsValue(linearPriceTrend - price)) * (offset / 100.0);</p>
<p>def VolTrend = InertiaAll(volume, period);<br />
def volumeSlope = if voltrend>voltrend[1] then 1 else 0;</p>
<p>plot PriceTrend = if priceSlope==0 then linearPriceTrend-dist else if priceSlope==1 then linearPriceTrend+dist else linearPriceTrend;<br />
PriceTrend.assignValueColor(if volumeSlope != priceSlope then color.blue else color.white);<br />
PriceTrend.setLineWeight(2);</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkscripter.com/2009/12/16/volume-trend-and-price-trend/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Daily Volume and TPO Profiles</title>
		<link>http://www.thinkscripter.com/2009/10/25/daily-volume-and-tpo-profiles/</link>
		<comments>http://www.thinkscripter.com/2009/10/25/daily-volume-and-tpo-profiles/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 13:58:58 +0000</pubDate>
		<dc:creator>ThinkScripter</dc:creator>
				<category><![CDATA[Indicator]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[market profile]]></category>
		<category><![CDATA[thinkscript]]></category>
		<category><![CDATA[TPO]]></category>
		<category><![CDATA[volume]]></category>
		<category><![CDATA[Volume profile]]></category>
		<category><![CDATA[VPOC]]></category>

		<guid isPermaLink="false">http://www.thinkscripter.com/?p=1825</guid>
		<description><![CDATA[UPDATE MARCH 2010: The various profile studies (Volume/TPO) have been implemented natively by TOS and replace my thinkScript versions. I will leave these studies in the PRO bundle for those interested in looking at the code but I recommend using the new TOS versions henceforth. &#8211; Eric After numerous subscriber requests, I put together a [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #ff0000;">UPDATE MARCH 2010: The various profile studies (Volume/TPO) have been implemented natively by TOS and replace my thinkScript versions. I will leave these studies in the PRO bundle for those interested in looking at the code but I recommend using the new TOS versions henceforth. &#8211; Eric</span></strong><br />
<br />
After numerous subscriber requests, I put together a daily version of both the Volume Profile and TPO Profile scripts. Whereas the original profile studies total all data displayed on the current TOS chart, the new versions will display only one day&#8217;s data and the associated profile. The daily volume point of control (VPOC) is shown as the yellow bar. I have modified the original Volume and TPO Profile studies to allow the user to move them further to the right to mitigate the overlap when running concurrently with the new daily version. <span style="color:#888888;">Note: Subscriber update has been posted to the forum along with setup instructions.</span></p>
<div id="attachment_1827" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.thinkscripter.com/wp-content/uploads/2009/10/VolProfileDaily1.png"><img src="http://www.thinkscripter.com/wp-content/uploads/2009/10/VolProfileDaily1.png" alt="Daily Volume Profile" title="VolProfileDaily" width="500" height="450" class="size-full wp-image-1827" /></a><p class="wp-caption-text">Daily Volume Profile</p></div><br />
<div id="attachment_1828" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.thinkscripter.com/wp-content/uploads/2009/10/TPOProfileDaily.png"><img src="http://www.thinkscripter.com/wp-content/uploads/2009/10/TPOProfileDaily.png" alt="Daily TPO Profile " title="TPOProfileDaily" width="500" height="450" class="size-full wp-image-1828" /></a><p class="wp-caption-text">Daily TPO Profile </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/2009/10/25/daily-volume-and-tpo-profiles/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Finite Volume Element</title>
		<link>http://www.thinkscripter.com/2009/08/25/finite-volume-element/</link>
		<comments>http://www.thinkscripter.com/2009/08/25/finite-volume-element/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 21:04:28 +0000</pubDate>
		<dc:creator>ThinkScripter</dc:creator>
				<category><![CDATA[Indicator]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[Finite Volume Element]]></category>
		<category><![CDATA[Katsanos]]></category>
		<category><![CDATA[thinkscript]]></category>
		<category><![CDATA[volume]]></category>

		<guid isPermaLink="false">http://www.thinkscripter.com/?p=1638</guid>
		<description><![CDATA[Markos Katsanos&#8217; Finite Volume Element (FVE) indicator was first described in &#8220;Detecting Breakouts&#8221; in the April 2003 issue &#8220;Technical Analysis of Stocks and Commodities.&#8221; The FVE is a money flow indicator but with several key differences from Chakin&#8217;s Money Flow or On Balance Volume. Unlike these money flow indicators which add or subtract all volume [...]]]></description>
			<content:encoded><![CDATA[<p>Markos Katsanos&#8217; Finite Volume Element (FVE) indicator was first described in &#8220;Detecting Breakouts&#8221; in the April 2003 issue &#8220;Technical Analysis of Stocks and Commodities.&#8221; The FVE is a money flow indicator but with several key differences from Chakin&#8217;s Money Flow or On Balance Volume. Unlike these money flow indicators which add or subtract all volume even if the security barely closed higher than the previous close, FVE uses a volatility threshold to take into account minimal price changes. </p>
<p>Divergences between price and the indicator can provide leading signals whereas the slope of the indicator shows if the bulls or bears are in control. Values above zero are bullish and indicate accumulation while values below zero indicate distribution. FVE crossing the zero line indicates that the short to intermediate balance of power is changing. </p>
<p>Also pictured are the ThinkScripter <a href="http://www.thinkscripter.com/2009/08/21/volumetric-trendline/">Volumetric Trendlines</a> and Volume Profile (still  under development).</p>
<div id="attachment_1640" class="wp-caption aligncenter" style="width: 460px"><a href="http://www.thinkscripter.com/wp-content/uploads/2009/08/FVE.png"><img src="http://www.thinkscripter.com/wp-content/uploads/2009/08/FVE.png" alt="Finite Volume Element" title="FVE" width="450" height="500" class="size-full wp-image-1640" /></a><p class="wp-caption-text">Finite Volume Element</p></div>
<p><code># TS_FiniteVolumeElement<br />
# (c) 2009 http://www.thinkscripter.com<br />
# thinkscripter@gmail.com<br />
# Last Update 25 AUG 2009</p>
<p>declare lower;</p>
<p>input FVEPeriod = 22;<br />
input smoothingPeriod = 10;<br />
def intra = log(high)-log(low);<br />
def vintra = stdev(intra, FVEPeriod);<br />
def inter = log(hlc3)-log(hlc3[1]);<br />
def vinter = stdev(inter,FVEPeriod);<br />
def cutoff = 0.1*(vinter+vintra)*close;</p>
<p>def MF = (Close - (High + Low ) / 2 )+ hlc3 - hlc3[1] ;<br />
def VE = if MF &gt; cutoff then volume else if MF &lt; -cutoff then -volume else 0;<br />
def FVE = 100*sum(VE,FVEPeriod)/(average(volume,FVEPeriod)*FVEPeriod);</p>
<p>plot FiniteVolumeElement = FVE;<br />
FiniteVolumeElement.setDefaultColor(color.cyan);</p>
<p>plot SmoothedFVE = Average(FVE,smoothingPeriod)  ;<br />
SmoothedFVE.setDefaultColor(color.blue);</p>
<p>plot zero = 0;<br />
zero.setDefaultColor(color.white);</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkscripter.com/2009/08/25/finite-volume-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DeMark Pressure Ratio</title>
		<link>http://www.thinkscripter.com/2009/08/13/demark-pressure-ratio/</link>
		<comments>http://www.thinkscripter.com/2009/08/13/demark-pressure-ratio/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 00:46:18 +0000</pubDate>
		<dc:creator>ThinkScripter</dc:creator>
				<category><![CDATA[Indicator]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[TDPressure]]></category>
		<category><![CDATA[thinkscript]]></category>
		<category><![CDATA[volume]]></category>

		<guid isPermaLink="false">http://www.thinkscripter.com/?p=1536</guid>
		<description><![CDATA[I&#8217;ve had several requests to code various indicators designed by Tom DeMark and here is one such study. The DeMark Pressure Ratio indicator seeks to quantify accumulation/distribution through a combination of volume and price action. The short entry is indicated by the oscillator exiting from above the overbought line at 75 with the long entry [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had several requests to code various indicators designed by Tom DeMark and here is one such study. The DeMark Pressure Ratio indicator seeks to quantify accumulation/distribution through a combination of volume and price action. The short entry is indicated by the oscillator exiting from above the overbought line at 75 with the long entry indicated by a rise above the 25 oversold line. Also pictured is the soon to be released ThinkScripter Volumetric Trendline study which automatically plots in real-time a volumetric trendline for the user selected period. Pictured on this chart of the /ES are 20, 55, 110, and 250 period volumetric trendlines. Stay tuned <img src='http://www.thinkscripter.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Both studies will be added to the member&#8217;s bundle this weekend.</p>
<div id="attachment_1539" class="wp-caption aligncenter" style="width: 460px"><a href="http://www.thinkscripter.com/wp-content/uploads/2009/08/TDPressureRatio.png"><img src="http://www.thinkscripter.com/wp-content/uploads/2009/08/TDPressureRatio.png" alt="TD Pressure Ratio" title="TDPressureRatio" width="450" height="500" class="size-full wp-image-1539" /></a><p class="wp-caption-text">TD Pressure Ratio</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/2009/08/13/demark-pressure-ratio/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
