<?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; stochastic</title>
	<atom:link href="http://www.thinkscripter.com/tag/stochastic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinkscripter.com</link>
	<description>thinkScript Indicators for thinkorswim</description>
	<lastBuildDate>Sun, 29 Jan 2012 16:11:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Multiple Timeframe SMI</title>
		<link>http://www.thinkscripter.com/indicator/multiple-timeframe-smi/</link>
		<comments>http://www.thinkscripter.com/indicator/multiple-timeframe-smi/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 01:09:35 +0000</pubDate>
		<dc:creator>ThinkScripter</dc:creator>
				<category><![CDATA[Indicator]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[multiple timeframe]]></category>
		<category><![CDATA[stochastic]]></category>
		<category><![CDATA[Stochastic Momentum]]></category>
		<category><![CDATA[thinkscript]]></category>

		<guid isPermaLink="false">http://www.thinkscripter.com/?p=1999</guid>
		<description><![CDATA[Monitors multiple timeframes simultaneously and indicates when an overbought or oversold alignment exists with either a red or green vertical band. <a href="http://www.thinkscripter.com/indicator/multiple-timeframe-smi/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the most basic tenants of trading is the use of multiple timeframes. The highest probability signals occur when indicators align across multiple different time period charts. The Multiple Timeframe Stochastic Momentum Index (SMI) monitors multiple timeframes simultaneously and indicates when an overbought or oversold alignment exists with either a red or green vertical band.  ****Note: You must not have the TOS style setting &#8220;Fit studies to screen&#8221; checked for the indicator to work properly.**** Also pictured are <a href="http://www.thinkscripter.com/2010/02/06/sine-wave-cycles/">Sine Wave Cycles</a> and a custom thresholded version of the <a href="http://www.thinkscripter.com/2009/03/07/fisher-transform-signals/">Fisher Transform Signals</a>. The paintbar coloring is courtesy of a forthcoming trend indicator I am developing. <span style="color: #999999;">(Note: The Multiple Timeframe SMI will be sent out during this weekend&#8217;s <a href="http://www.thinkscripter.com/donations/">Pro Subscriber</a> update.)</span></p>
<div id="pro" class="wp-caption aligncenter" style="width: 640px"><a href="http://www.thinkscripter.com/wp-content/uploads/2010/03/MTFSMI.png"><img src="http://www.thinkscripter.com/wp-content/uploads/2010/03/MTFSMI.png" alt="" title="MTFSMI" class="size-full wp-image-2001" /></a><p class="wp-caption-text">Multiple Timeframe SMI</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkscripter.com/indicator/multiple-timeframe-smi/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>DT Oscillator</title>
		<link>http://www.thinkscripter.com/indicator/dt-oscillator/</link>
		<comments>http://www.thinkscripter.com/indicator/dt-oscillator/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 03:21:52 +0000</pubDate>
		<dc:creator>ThinkScripter</dc:creator>
				<category><![CDATA[Indicator]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[DT Oscillator]]></category>
		<category><![CDATA[oscillator]]></category>
		<category><![CDATA[RSI]]></category>
		<category><![CDATA[stochastic]]></category>
		<category><![CDATA[thinkscript]]></category>

		<guid isPermaLink="false">http://www.thinkscripter.com/?p=1790</guid>
		<description><![CDATA[Here&#8217;s a Saturday evening quickie. Lou dropped into the forum last week looking for a simple thinkScript conversion of the DT Oscillator code he had. It&#8217;s pretty basic but I thought I&#8217;d post it here in case you missed it &#8230; <a href="http://www.thinkscripter.com/indicator/dt-oscillator/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a Saturday evening quickie. Lou dropped into the forum last week looking for a simple thinkScript conversion of the DT Oscillator code he had. It&#8217;s pretty basic but I thought I&#8217;d post it here in case you missed it in the forum. In essence it is just another version of the Stochastic RSI. I&#8217;ve been a bit quiet these days in the forum as I have spent a fair amount of time deep in the ThinkScripter laboratory cooking up some new goodies for you all. A careful examination of the price pane will reveal that the daily version of the <a href="http://www.thinkscripter.com/2009/09/05/thinkscripter-volume-profile/">Volume Profile</a> is nearly complete. Stay tuned&#8230;.<br />
<div id="attachment_1789" class="wp-caption aligncenter" style="width: 640px"><a href="http://www.thinkscripter.com/wp-content/uploads/2009/10/DTOscillator.png"><img src="http://www.thinkscripter.com/wp-content/uploads/2009/10/DTOscillator.png" alt="DT Oscillator" title="DTOscillator" class="size-full wp-image-1789" /></a><p class="wp-caption-text">DT Oscillator</p></div></p>
<pre class="brush: thinkscript; title: ; notranslate"># TS_DTOscillator thinkScript translation by ThinkScripter
# http://www.thinkscripter.com
# thinkscripter@gmail.com
# Last Update 15 OCT 2009

declare lower;

input RSIPeriod = 13;
input StochasticPeriod=8;
input MAType = {default SMA,EMA};
input KPeriod = 5;
input DPeriod = 3;
input upper = 70;
input lower = 30;

def StoRSI= 100*(( RSIWilder( RSIPeriod) - lowest( RSIWilder( RSIPeriod ) , StochasticPeriod ) ) / ( (
highest( RSIWilder( RSIPeriod) , StochasticPeriod ) ) - lowest(RSIWilder( RSIPeriod ), StochasticPeriod ) )
);

def SK;
def SD;

Switch (MAType){
case SMA:
SK=average(StoRSI,KPeriod);
SD=average(SK,Dperiod);
case EMA:
SK=ExpAverage(StoRSI,KPeriod);
SD=ExpAverage(SK,DPeriod);
}

Plot DTOscSK = SK;
DTOscSK.setDefaultColor(color.blue);
plot DTOscSD = SD;
DTOscSD.setDefaultCOlor(color.gray);
DTOscSD.setStyle(curve.SHORT_DASH);
plot zero = 50;
zero.setDefaultColor(color.white);
plot UpperL = upper;
UpperL.setDefaultColor(color.red);
plot LowerL = lower;
lowerL.setDefaultColor(color.green);</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkscripter.com/indicator/dt-oscillator/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>ThinkScripter Master Indicator</title>
		<link>http://www.thinkscripter.com/indicator/thinkscripter-master-indicator/</link>
		<comments>http://www.thinkscripter.com/indicator/thinkscripter-master-indicator/#comments</comments>
		<pubDate>Sat, 02 May 2009 13:27:11 +0000</pubDate>
		<dc:creator>ThinkScripter</dc:creator>
				<category><![CDATA[Indicator]]></category>
		<category><![CDATA[Average True Range]]></category>
		<category><![CDATA[CCI]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[squeeze]]></category>
		<category><![CDATA[stochastic]]></category>
		<category><![CDATA[Stops]]></category>
		<category><![CDATA[thinkscript]]></category>

		<guid isPermaLink="false">http://www.thinkscripter.com/?p=1198</guid>
		<description><![CDATA[The Master Indicator is a "FrankenStudy" combination of about five other studies. <a href="http://www.thinkscripter.com/indicator/thinkscripter-master-indicator/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>During last week&#8217;s chat someone mentioned they had seen a glimpse of this beast hiding on the <a href="http://www.thinkscripter.com/indicator-roundup">Indicator Roundup</a> page. The Master Indicator is a &#8220;FrankenStudy&#8221; combination of about five other studies. I have used it when trading from a size constrained screen where space is critical. At its heart it is a triple CCI with the main CCI line set to 14 periods. The two additional CCIs are set at 5 and 50. I trade this using traditional  CCI methods.<br />
Added into the indicator are:<br />
1) Squeeze dots indicating if a <a href="http://www.thinkscripter.com/2009/02/13/squeeze-indicator">squeeze</a> is on (i.e. the Bollinger Bands are inside the Keltner Channels)<br />
2) Volatility dots indicating if the average true range is greater than my desired working stop loss<br />
3) A five period stochastic with blue/red dots indicating stochastic and signal line cross<br />
4) <a href="http://www.thinkscripter.com/2009/03/01/stochastic-madness">Stochastic Madness</a> overbought/oversold confluence triangles<br />
5) A LSMA centerline indicator which shows if price is greater/less than the LSMA or alternately if the LSMA slope is positive/negative<br />
<em><span style="color: #888888;">Note: I will post this in the Gold Donor section of the forum on Sunday.</span></em></p>
<p>(Also pictured are <a href="http://www.thinkscripter.com/2009/03/12/thinkscripter-multi-stops/">ThinkScripter MultiStops</a> and <a href="http://www.thinkscripter.com/2009/04/19/thinkscripter-regular-trading-hours-multi-pivots/">ThinkScripter RTH MultiPivots</a> &#8211; Woodie&#8217;s Pivots)</p>
<div id="pro" class="wp-caption aligncenter" style="width: 640px"><a href="http://www.thinkscripter.com/wp-content/uploads/2009/04/tsmaster.png"><img class="size-full wp-image-1173" title="tsmaster" src="http://www.thinkscripter.com/wp-content/uploads/2009/04/tsmaster.png" alt="ThinkScripter Master Indicator" /></a><p class="wp-caption-text">ThinkScripter Master Indicator</p></div>
<div id="pro" class="wp-caption aligncenter" style="width: 640px"><a href="http://www.thinkscripter.com/wp-content/uploads/2009/04/mi.png"><img class="size-full wp-image-1172" title="mi" src="http://www.thinkscripter.com/wp-content/uploads/2009/04/mi.png" alt="Master Indicator Detail"  /></a><p class="wp-caption-text">Master Indicator Detail</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkscripter.com/indicator/thinkscripter-master-indicator/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Triple Stochastic-HL</title>
		<link>http://www.thinkscripter.com/indicator/triple-stochastic-hl/</link>
		<comments>http://www.thinkscripter.com/indicator/triple-stochastic-hl/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 02:02:36 +0000</pubDate>
		<dc:creator>ThinkScripter</dc:creator>
				<category><![CDATA[Indicator]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[stochastic]]></category>
		<category><![CDATA[thinkscript]]></category>

		<guid isPermaLink="false">http://www.thinkscripter.com/?p=1103</guid>
		<description><![CDATA[A triple stochastic oscillator using the high+low/2 as the base data point. <a href="http://www.thinkscripter.com/indicator/triple-stochastic-hl/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My time to script this last week has been nonexistent so I&#8217;m pulling out a few old studies that I never posted to the blog. A few years back I was interested in one of the commercial trading systems being offered on the net specifically for trading futures and offering the proverbial trading secrets. This is one such study. It is a triple stochastic oscillator using the high+low/2 as the base data point. Ultimately, there is some utility in plotting three separate stochastics on one panel for both space saving reasons as well as for trading. The <a href="http://www.thinkscripter.com/2009/03/01/stochastic-madness/">Stochastic Madness</a> study was an offshoot of this study in which the analog data presented here is stripped down in favor of a purely digital representation. As with any analog to digital conversion, some of the data is always lost in the process and digital is not always better. The original analog Triple Stochastic-HL is presented below.</p>
<div id="attachment_1107" class="wp-caption aligncenter" style="width: 640px"><a href="http://www.thinkscripter.com/wp-content/uploads/2009/04/tshl.png"><img class="size-full wp-image-1107" title="tshl" src="http://www.thinkscripter.com/wp-content/uploads/2009/04/tshl.png" alt="Triple Stochastic-HL" /></a><p class="wp-caption-text">Triple Stochastic-HL</p></div>
<pre class="brush: thinkscript; title: ; notranslate"># TRIPLESTOCHASTICHL
# (c) 2009 http://www.thinkscripter.com
# thinkscripter@gmail.com
# Last Update 13 APR 2009 

declare lower;

def over_bought = 80;
def over_sold = 20;
input ShortKPeriod = 5;
input ShortPercentK = 3;
def priceH = high;
def priceL = low;
def priceC = (high+low)/2;
input smoothing_period = 3;
input MidKPeriod = 17;
input MidPercentK = 5;
input LongKPeriod = 28;
input LongPercentK = 14;

def Sc1 = priceC - Lowest(priceL, ShortKPeriod);
def Sc2 = Highest(priceH, ShortKPeriod) - Lowest(priceL, ShortKPeriod);
def SFastK = Sc1/Sc2*100;

def Mc1 = priceC - Lowest(priceL, MidKPeriod);
def Mc2 = Highest(priceH, MidKPeriod) - Lowest(priceL, MidKPeriod);
def MFastK = Mc1/Mc2*100;

def Lc1 = priceC - Lowest(priceL, LongKPeriod);
def Lc2 = Highest(priceH, LongKPeriod) - Lowest(priceL, LongKPeriod);
def LFastK = Lc1/Lc2*100;

plot STF;
plot MTF;
plot LTF;

STF = Average(SFastK, ShortPercentK);
MTF = Average(MFastK, MidPercentK);
LTF = Average(LFastK, LongPercentK);

STF.setDefaultColor(color.green);
MTF.setDefaultColor(color.yellow);
MTF.setLineWeight(2);
LTF.setDefaultColor(color.magenta);
LTF.SetLineWeight(3);

plot OverBought = over_bought;
OverBought.setDefaultColor(color.DARK_GRAY);

plot OverSold = over_sold;
OverSold.setDefaultColor(color.DARK_GRAY);

LTF.AssignValueColor(if LTF &lt; 20 then color.green else if LTF &gt; 80 then color.red else color.magenta);

plot MidLine = 50;
Midline.SetDefaultColor(color.white);
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkscripter.com/indicator/triple-stochastic-hl/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Stochastic Madness &#8211; Upper Study</title>
		<link>http://www.thinkscripter.com/indicator/stochastic-madness-upper-study/</link>
		<comments>http://www.thinkscripter.com/indicator/stochastic-madness-upper-study/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 23:42:14 +0000</pubDate>
		<dc:creator>ThinkScripter</dc:creator>
				<category><![CDATA[Indicator]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[stochastic]]></category>
		<category><![CDATA[thinkscript]]></category>

		<guid isPermaLink="false">http://thinkscripter.wordpress.com/?p=439</guid>
		<description><![CDATA[Upper price chart version of Stochastic Madness. <a href="http://www.thinkscripter.com/indicator/stochastic-madness-upper-study/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re into conserving screen real estate then this version of Stochastic Madness is just the ticket. The signals are plotted on the high or low of the corresponding bar.</p>
<div id="pro" class="wp-caption aligncenter" style="width: 640px"><a href="http://www.thinkscripter.com/wp-content/uploads/2009/03/smupper.png"><img class="size-full wp-image-441" title="smupper" src="http://www.thinkscripter.com/wp-content/uploads/2009/03/smupper.png" alt="Stochastic Madness - Upper Study"  /></a><p class="wp-caption-text">Stochastic Madness - Upper Study</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkscripter.com/indicator/stochastic-madness-upper-study/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Stochastic Madness</title>
		<link>http://www.thinkscripter.com/indicator/stochastic-madness/</link>
		<comments>http://www.thinkscripter.com/indicator/stochastic-madness/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 04:43:33 +0000</pubDate>
		<dc:creator>ThinkScripter</dc:creator>
				<category><![CDATA[Indicator]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[stochastic]]></category>
		<category><![CDATA[thinkscript]]></category>

		<guid isPermaLink="false">http://thinkscripter.wordpress.com/?p=420</guid>
		<description><![CDATA[Three separate timeframe stochastic indicators are plotted in a binary fashion - oversold (green) - overbought (red). . When convergence across all three occurs, the top line will indicate the master signal.  <a href="http://www.thinkscripter.com/indicator/stochastic-madness/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Three separate timeframe stochastic indicators are plotted in a binary fashion &#8211; oversold (green) &#8211; overbought (red). When convergence across all three occurs, the top line will indicate the master signal. There&#8217;s a sneak peak of my Auto-Fibonacci retracement script hiding in the picture as well <img src='http://www.thinkscripter.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<div id="pro" class="wp-caption aligncenter" style="width: 640px"><a href="http://www.thinkscripter.com/wp-content/uploads/2009/03/stochasticmadness.png"><img class="size-full wp-image-422" title="stochasticmadness" src="http://www.thinkscripter.com/wp-content/uploads/2009/03/stochasticmadness.png" alt="Stochastic Madness"  /></a><p class="wp-caption-text">Stochastic Madness</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkscripter.com/indicator/stochastic-madness/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>

