<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>thinkScript &#8211; PatternSmart.com</title>
	<atom:link href="https://patternsmart.com/wp/tag/thinkscript/feed/" rel="self" type="application/rss+xml" />
	<link>https://patternsmart.com/wp</link>
	<description>PatternSmart Blog</description>
	<lastBuildDate>Wed, 22 Feb 2017 02:46:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Alert is not supported in SCAN and custom quote in thinkorswim</title>
		<link>https://patternsmart.com/wp/alert-is-not-supported-in-scan-and-custom-quote-in-thinkorswim/</link>
					<comments>https://patternsmart.com/wp/alert-is-not-supported-in-scan-and-custom-quote-in-thinkorswim/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 22 Feb 2017 02:46:11 +0000</pubDate>
				<category><![CDATA[Thinkorswim]]></category>
		<category><![CDATA[Thinkorswim TOS]]></category>
		<category><![CDATA[thinkScript]]></category>
		<guid isPermaLink="false">http://patternsmart.com/wp/?p=498</guid>

					<description><![CDATA[Alerts can&#8217;t be used in SCAN and custom quote. We cannot put an alert script into a custom quote or SCAN and expect it to function.]]></description>
		
					<wfw:commentRss>https://patternsmart.com/wp/alert-is-not-supported-in-scan-and-custom-quote-in-thinkorswim/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>secondary aggregation period cannot be less than the primary aggregation period in thinkscript</title>
		<link>https://patternsmart.com/wp/secondary-aggregation-period-cannot-be-less-than-the-primary-aggregation-period-in-thinkscript/</link>
					<comments>https://patternsmart.com/wp/secondary-aggregation-period-cannot-be-less-than-the-primary-aggregation-period-in-thinkscript/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 22 Feb 2017 02:45:31 +0000</pubDate>
				<category><![CDATA[Thinkorswim]]></category>
		<category><![CDATA[thinkScript]]></category>
		<guid isPermaLink="false">http://patternsmart.com/wp/?p=496</guid>

					<description><![CDATA[Code: plot weeklyClose = close("IBM", period = AggregationPeriod.WEEK); This code plots weekly Close price for IBM. Interesting thing is that the IBM chart does not have to be opened to plot the Close price: it will be plotted on chart of any symbol you specified in chart settings. There is, however, a restriction in terms [&#8230;]]]></description>
		
					<wfw:commentRss>https://patternsmart.com/wp/secondary-aggregation-period-cannot-be-less-than-the-primary-aggregation-period-in-thinkscript/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>two different secondary aggregation periods cannot be used within a single variable in thinkscript</title>
		<link>https://patternsmart.com/wp/two-different-secondary-aggregation-periods-cannot-be-used-within-a-single-variable-in-thinkscript/</link>
					<comments>https://patternsmart.com/wp/two-different-secondary-aggregation-periods-cannot-be-used-within-a-single-variable-in-thinkscript/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 22 Feb 2017 02:45:02 +0000</pubDate>
				<category><![CDATA[Thinkorswim]]></category>
		<category><![CDATA[thinkScript]]></category>
		<guid isPermaLink="false">http://patternsmart.com/wp/?p=494</guid>

					<description><![CDATA[Another restriction is that two different secondary aggregation periods cannot be used within a single variable: Code: plot Data = close(period = AggregationPeriod.MONTH) + close(period = AggregationPeriod.WEEK); This script will not work on daily charts. In order to make it work, you need to break into two variables: Code: def a = close(period = AggregationPeriod.MONTH); [&#8230;]]]></description>
		
					<wfw:commentRss>https://patternsmart.com/wp/two-different-secondary-aggregation-periods-cannot-be-used-within-a-single-variable-in-thinkscript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>three types of aggregation in TOS Charts thinkScript</title>
		<link>https://patternsmart.com/wp/three-types-of-aggregation-in-tos-charts-thinkscript/</link>
					<comments>https://patternsmart.com/wp/three-types-of-aggregation-in-tos-charts-thinkscript/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 22 Feb 2017 02:43:45 +0000</pubDate>
				<category><![CDATA[Thinkorswim]]></category>
		<category><![CDATA[aggregation]]></category>
		<category><![CDATA[Thinkorswim TOS]]></category>
		<category><![CDATA[thinkScript]]></category>
		<category><![CDATA[timeframe]]></category>
		<category><![CDATA[TOS]]></category>
		<guid isPermaLink="false">http://patternsmart.com/wp/?p=492</guid>

					<description><![CDATA[So far, we have learned many things about the bars on charts and values which can be calculated for them. But we never discussed the way they are formed (or, aggregated). In TOS Charts, three types of aggregation are available: time aggregation, tick aggregation, and range aggregation. Time charts represent price action in terms of [&#8230;]]]></description>
		
					<wfw:commentRss>https://patternsmart.com/wp/three-types-of-aggregation-in-tos-charts-thinkscript/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
