<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Opening Range</title>
	<atom:link href="http://www.thinkscripter.com/2009/02/14/opening-range/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinkscripter.com/2009/02/14/opening-range/</link>
	<description>Custom ThinkScript Indicator Scripts for thinkorswim</description>
	<lastBuildDate>Wed, 28 Jul 2010 12:44:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jeffrey Lin</title>
		<link>http://www.thinkscripter.com/2009/02/14/opening-range/comment-page-1/#comment-2380</link>
		<dc:creator>Jeffrey Lin</dc:creator>
		<pubDate>Thu, 01 Jul 2010 14:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://thinkscripter.wordpress.com/?p=122#comment-2380</guid>
		<description>yes, keith, michele, and geoff at marketgauge are experts at the opening range. made it easy for me to use with stocks</description>
		<content:encoded><![CDATA[<p>yes, keith, michele, and geoff at marketgauge are experts at the opening range. made it easy for me to use with stocks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh v</title>
		<link>http://www.thinkscripter.com/2009/02/14/opening-range/comment-page-1/#comment-1996</link>
		<dc:creator>josh v</dc:creator>
		<pubDate>Fri, 23 Apr 2010 01:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://thinkscripter.wordpress.com/?p=122#comment-1996</guid>
		<description>i had this when it was free how long ago did you start charging for this? mine got deleted today</description>
		<content:encoded><![CDATA[<p>i had this when it was free how long ago did you start charging for this? mine got deleted today</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThinkScripter</title>
		<link>http://www.thinkscripter.com/2009/02/14/opening-range/comment-page-1/#comment-458</link>
		<dc:creator>ThinkScripter</dc:creator>
		<pubDate>Thu, 18 Jun 2009 22:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://thinkscripter.wordpress.com/?p=122#comment-458</guid>
		<description>Yep...thanks. I have it on my to-do list to fix. I appreciate the help.
Eric</description>
		<content:encoded><![CDATA[<p>Yep&#8230;thanks. I have it on my to-do list to fix. I appreciate the help.<br />
Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nojjer</title>
		<link>http://www.thinkscripter.com/2009/02/14/opening-range/comment-page-1/#comment-457</link>
		<dc:creator>Nojjer</dc:creator>
		<pubDate>Thu, 18 Jun 2009 16:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://thinkscripter.wordpress.com/?p=122#comment-457</guid>
		<description>Eric,

I think I found a bug in the OR code.  When I set this up to give me a 5 min OR and set the value to 5, it actually gives me the OR of the first 2 five minute bars instead of just the first.  Same thing happens with the 30.  However -- a workaround that I found is just to set the value 1 minute less than you want, i.e. 4 for the 5 min OR and 29 for the 30 min OR.

Also -- for other uses.  I am sure  you know this, but you can actually set up more than one study if you like to trade with more than one OR on your charts.  I personally use the 5 min and 30 min ORs.

Thanks for all that you do TS!

John</description>
		<content:encoded><![CDATA[<p>Eric,</p>
<p>I think I found a bug in the OR code.  When I set this up to give me a 5 min OR and set the value to 5, it actually gives me the OR of the first 2 five minute bars instead of just the first.  Same thing happens with the 30.  However &#8212; a workaround that I found is just to set the value 1 minute less than you want, i.e. 4 for the 5 min OR and 29 for the 30 min OR.</p>
<p>Also &#8212; for other uses.  I am sure  you know this, but you can actually set up more than one study if you like to trade with more than one OR on your charts.  I personally use the 5 min and 30 min ORs.</p>
<p>Thanks for all that you do TS!</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danno</title>
		<link>http://www.thinkscripter.com/2009/02/14/opening-range/comment-page-1/#comment-71</link>
		<dc:creator>danno</dc:creator>
		<pubDate>Thu, 05 Mar 2009 01:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://thinkscripter.wordpress.com/?p=122#comment-71</guid>
		<description>Ok, I still like it, but. I can&#039;t figure out why from the script but it appears that 15 is the minimum opening range period. I would like a 5 minute opening range. But I notice there is no change in the plot once you get to 15. Further reductions don&#039;t change anything.
So that is true with a 5 minute bar. When I go to a 1 minute bar it appears to set the opening range using the 1st 6 bars.
So I changed the line to
def pastOpeningRange = if(secondsFromOpen &gt;= (openingRangeMinutes * 60), 1, 0); when it used to add 1 to the opening range in seconds and now it behaves like I think it should behave. It gives me a 5 minute opening range even using 5 minute candles.
I am very pleased with myself for troubleshooting this and I remain grateful to you for being able to organize it and code it in the first place.

Good Trading, and keep coding. Thanks again.</description>
		<content:encoded><![CDATA[<p>Ok, I still like it, but. I can&#8217;t figure out why from the script but it appears that 15 is the minimum opening range period. I would like a 5 minute opening range. But I notice there is no change in the plot once you get to 15. Further reductions don&#8217;t change anything.<br />
So that is true with a 5 minute bar. When I go to a 1 minute bar it appears to set the opening range using the 1st 6 bars.<br />
So I changed the line to<br />
def pastOpeningRange = if(secondsFromOpen &gt;= (openingRangeMinutes * 60), 1, 0); when it used to add 1 to the opening range in seconds and now it behaves like I think it should behave. It gives me a 5 minute opening range even using 5 minute candles.<br />
I am very pleased with myself for troubleshooting this and I remain grateful to you for being able to organize it and code it in the first place.</p>
<p>Good Trading, and keep coding. Thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
