<?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: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: secondary aggregation period cannot be less than the primary aggregation period in thinkscript	</title>
	<atom:link href="https://patternsmart.com/wp/secondary-aggregation-period-cannot-be-less-than-the-primary-aggregation-period-in-thinkscript/feed/" rel="self" type="application/rss+xml" />
	<link>https://patternsmart.com/wp/secondary-aggregation-period-cannot-be-less-than-the-primary-aggregation-period-in-thinkscript/</link>
	<description>PatternSmart Blog</description>
	<lastBuildDate>Tue, 12 Sep 2017 14:10:29 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: admin		</title>
		<link>https://patternsmart.com/wp/secondary-aggregation-period-cannot-be-less-than-the-primary-aggregation-period-in-thinkscript/#comment-1496</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 12 Sep 2017 14:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://patternsmart.com/wp/?p=496#comment-1496</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://patternsmart.com/wp/secondary-aggregation-period-cannot-be-less-than-the-primary-aggregation-period-in-thinkscript/#comment-1493&quot;&gt;admin&lt;/a&gt;.

This code is missing some definitions.
Since it&#039;s not my scripts, I suggest you ask the author of the scripts.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://patternsmart.com/wp/secondary-aggregation-period-cannot-be-less-than-the-primary-aggregation-period-in-thinkscript/#comment-1493">admin</a>.</p>
<p>This code is missing some definitions.<br />
Since it&#8217;s not my scripts, I suggest you ask the author of the scripts.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tdovert		</title>
		<link>https://patternsmart.com/wp/secondary-aggregation-period-cannot-be-less-than-the-primary-aggregation-period-in-thinkscript/#comment-1495</link>

		<dc:creator><![CDATA[Tdovert]]></dc:creator>
		<pubDate>Tue, 12 Sep 2017 12:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://patternsmart.com/wp/?p=496#comment-1495</guid>

					<description><![CDATA[A laguerre rsi wtih fractals written in thinkscript.]]></description>
			<content:encoded><![CDATA[<p>A laguerre rsi wtih fractals written in thinkscript.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: admin		</title>
		<link>https://patternsmart.com/wp/secondary-aggregation-period-cannot-be-less-than-the-primary-aggregation-period-in-thinkscript/#comment-1493</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 12 Sep 2017 03:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://patternsmart.com/wp/?p=496#comment-1493</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://patternsmart.com/wp/secondary-aggregation-period-cannot-be-less-than-the-primary-aggregation-period-in-thinkscript/#comment-1492&quot;&gt;Tdovert&lt;/a&gt;.

May I ask which indicator is this?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://patternsmart.com/wp/secondary-aggregation-period-cannot-be-less-than-the-primary-aggregation-period-in-thinkscript/#comment-1492">Tdovert</a>.</p>
<p>May I ask which indicator is this?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tdovert		</title>
		<link>https://patternsmart.com/wp/secondary-aggregation-period-cannot-be-less-than-the-primary-aggregation-period-in-thinkscript/#comment-1492</link>

		<dc:creator><![CDATA[Tdovert]]></dc:creator>
		<pubDate>Tue, 12 Sep 2017 00:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://patternsmart.com/wp/?p=496#comment-1492</guid>

					<description><![CDATA[can someone explain why i get an error message that says &quot;parameter already defined: period:

input period1 = AggregationPeriod.FIFTEEN_MIN;
input offsetbar = 1;
period1o = (open(period = period1) + close(period = period1, offsetbar)) / 2;
period1h = Max(high(period = period1), close(period = period1, offsetbar));
period1l = Min(low(period = period1), close(period = period1, offsetbar));
period1c = (period1o + period1h + period1l + close(period = period1)) / 4;
plot gamma_1 = Log(Sum((Max(high(period = period1), close(period = period1, offsetbar)) - Min(low(period = period1), close(period = period1, offsetbar))), nFE) / (Highest(high(period = period1), nFE) - Lowest(low(period = period1), nFE))) / Log(nFE);]]></description>
			<content:encoded><![CDATA[<p>can someone explain why i get an error message that says &#8220;parameter already defined: period:</p>
<p>input period1 = AggregationPeriod.FIFTEEN_MIN;<br />
input offsetbar = 1;<br />
period1o = (open(period = period1) + close(period = period1, offsetbar)) / 2;<br />
period1h = Max(high(period = period1), close(period = period1, offsetbar));<br />
period1l = Min(low(period = period1), close(period = period1, offsetbar));<br />
period1c = (period1o + period1h + period1l + close(period = period1)) / 4;<br />
plot gamma_1 = Log(Sum((Max(high(period = period1), close(period = period1, offsetbar)) &#8211; Min(low(period = period1), close(period = period1, offsetbar))), nFE) / (Highest(high(period = period1), nFE) &#8211; Lowest(low(period = period1), nFE))) / Log(nFE);</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Victor		</title>
		<link>https://patternsmart.com/wp/secondary-aggregation-period-cannot-be-less-than-the-primary-aggregation-period-in-thinkscript/#comment-1245</link>

		<dc:creator><![CDATA[Victor]]></dc:creator>
		<pubDate>Mon, 03 Apr 2017 23:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://patternsmart.com/wp/?p=496#comment-1245</guid>

					<description><![CDATA[about: Parameter already defined: period

when using:

def outMacD = close(period = res, macd);
def outSignal = close(period = res, signal);
def outHist = close(period = res, hist);

Thanks.]]></description>
			<content:encoded><![CDATA[<p>about: Parameter already defined: period</p>
<p>when using:</p>
<p>def outMacD = close(period = res, macd);<br />
def outSignal = close(period = res, signal);<br />
def outHist = close(period = res, hist);</p>
<p>Thanks.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
