<?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: ThinkScripter Volume Profile</title>
	<atom:link href="http://www.thinkscripter.com/indicator/thinkscripter-volume-profile/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinkscripter.com/indicator/thinkscripter-volume-profile/</link>
	<description>thinkScript Indicators for thinkorswim</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:01:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sebastian</title>
		<link>http://www.thinkscripter.com/indicator/thinkscripter-volume-profile/#comment-941</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Fri, 16 Jul 2010 04:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkscripter.com/?p=1660#comment-941</guid>
		<description>Eric, TOS has a &quot;raw&quot; volume profile, as it doesnt calculate the Point of Control, Value Area High and value area low. Can you please develop that?, that would be great, as thats whats really useful, not the simple volume distribution graphics</description>
		<content:encoded><![CDATA[<p>Eric, TOS has a &#8220;raw&#8221; volume profile, as it doesnt calculate the Point of Control, Value Area High and value area low. Can you please develop that?, that would be great, as thats whats really useful, not the simple volume distribution graphics</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThinkScripter</title>
		<link>http://www.thinkscripter.com/indicator/thinkscripter-volume-profile/#comment-940</link>
		<dc:creator>ThinkScripter</dc:creator>
		<pubDate>Wed, 16 Dec 2009 21:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkscripter.com/?p=1660#comment-940</guid>
		<description>Steve,
Those functions require constants for the inputs. You can either hard code in a number or use in the input function to supply a variable. If you want your script to dynamically find the highest high, you can&#039;t use these functions and will have to write your own algorithm.
Eric</description>
		<content:encoded><![CDATA[<p>Steve,<br />
Those functions require constants for the inputs. You can either hard code in a number or use in the input function to supply a variable. If you want your script to dynamically find the highest high, you can&#8217;t use these functions and will have to write your own algorithm.<br />
Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://www.thinkscripter.com/indicator/thinkscripter-volume-profile/#comment-939</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Tue, 15 Dec 2009 08:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkscripter.com/?p=1660#comment-939</guid>
		<description>Hi Eric,

For some reason even with my 13 years of software development experience, I just can&#039;t figure this scripting language out. All I want to do is get the highest high for a variable number of days. The number of days is determined by the function: daysFromDate
So I tried to do the following:

def tradeLength = daysFromDate(BeginDate);
def HighestHigh = Highest(high, tradeLength);

for some stupid reason, the Highest funciton won&#039;t take a variable as it&#039;s length parameter.

Can you please help?</description>
		<content:encoded><![CDATA[<p>Hi Eric,</p>
<p>For some reason even with my 13 years of software development experience, I just can&#8217;t figure this scripting language out. All I want to do is get the highest high for a variable number of days. The number of days is determined by the function: daysFromDate<br />
So I tried to do the following:</p>
<p>def tradeLength = daysFromDate(BeginDate);<br />
def HighestHigh = Highest(high, tradeLength);</p>
<p>for some stupid reason, the Highest funciton won&#8217;t take a variable as it&#8217;s length parameter.</p>
<p>Can you please help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amir</title>
		<link>http://www.thinkscripter.com/indicator/thinkscripter-volume-profile/#comment-938</link>
		<dc:creator>Amir</dc:creator>
		<pubDate>Sun, 25 Oct 2009 22:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkscripter.com/?p=1660#comment-938</guid>
		<description>Hey, i&#039;m really interested in this one.. I have a nice custom script i made up, i could send you a screenshot.  Perhaps we could barter scripts if you like mine?

Amir</description>
		<content:encoded><![CDATA[<p>Hey, i&#8217;m really interested in this one.. I have a nice custom script i made up, i could send you a screenshot.  Perhaps we could barter scripts if you like mine?</p>
<p>Amir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.thinkscripter.com/indicator/thinkscripter-volume-profile/#comment-937</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 08 Oct 2009 02:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkscripter.com/?p=1660#comment-937</guid>
		<description>Wow...after using this for the last few weeks I am wondering how I ever traded without one of these. Looking at the profile I can now pick much more scientific targets for my trades and as a result, my win/loss ratio has improved. The VWAP lines are KILLER!!! I&#039;m amazed at their usefulness. Thanks again TS.</description>
		<content:encoded><![CDATA[<p>Wow&#8230;after using this for the last few weeks I am wondering how I ever traded without one of these. Looking at the profile I can now pick much more scientific targets for my trades and as a result, my win/loss ratio has improved. The VWAP lines are KILLER!!! I&#8217;m amazed at their usefulness. Thanks again TS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: filip</title>
		<link>http://www.thinkscripter.com/indicator/thinkscripter-volume-profile/#comment-936</link>
		<dc:creator>filip</dc:creator>
		<pubDate>Thu, 24 Sep 2009 07:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkscripter.com/?p=1660#comment-936</guid>
		<description>great work...

how is the  time-price-opportunities (TPOs) histogram progressing?</description>
		<content:encoded><![CDATA[<p>great work&#8230;</p>
<p>how is the  time-price-opportunities (TPOs) histogram progressing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Spurr</title>
		<link>http://www.thinkscripter.com/indicator/thinkscripter-volume-profile/#comment-935</link>
		<dc:creator>David Spurr</dc:creator>
		<pubDate>Wed, 23 Sep 2009 18:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkscripter.com/?p=1660#comment-935</guid>
		<description>Eric,

Great indicator -
Here&#039;s a couple of enhancement ideas :

1. Grey color the bars where 70% of the trading volume has taken place.  Market profile considers this the &quot;value&quot; area.  It&#039;s an important area.
2. Add the ability to add a cloud for each prior day&#039;s value area.
3. Red Color the Price level that has had the most &quot;touches&quot; during the day.

I haven&#039;t joined yet, but I&#039;d be happy to list your blog on mine and do a unique story promoting what you do and your site.....Let me know if you&#039;d be interested.

Thanks,

Dave</description>
		<content:encoded><![CDATA[<p>Eric,</p>
<p>Great indicator -<br />
Here&#8217;s a couple of enhancement ideas :</p>
<p>1. Grey color the bars where 70% of the trading volume has taken place.  Market profile considers this the &#8220;value&#8221; area.  It&#8217;s an important area.<br />
2. Add the ability to add a cloud for each prior day&#8217;s value area.<br />
3. Red Color the Price level that has had the most &#8220;touches&#8221; during the day.</p>
<p>I haven&#8217;t joined yet, but I&#8217;d be happy to list your blog on mine and do a unique story promoting what you do and your site&#8230;..Let me know if you&#8217;d be interested.</p>
<p>Thanks,</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThinkScripter</title>
		<link>http://www.thinkscripter.com/indicator/thinkscripter-volume-profile/#comment-934</link>
		<dc:creator>ThinkScripter</dc:creator>
		<pubDate>Tue, 08 Sep 2009 21:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkscripter.com/?p=1660#comment-934</guid>
		<description>The sets have nothing to do with prior vs. developing - Just made my job of typing a bit easier as I extended the study.

Coloring the bars differently at this point will be very hard. I will try to code something into an update that lets you change the colorization en masse. Ignore the tab colors/groups as they are random.

-Eric</description>
		<content:encoded><![CDATA[<p>The sets have nothing to do with prior vs. developing &#8211; Just made my job of typing a bit easier as I extended the study.</p>
<p>Coloring the bars differently at this point will be very hard. I will try to code something into an update that lets you change the colorization en masse. Ignore the tab colors/groups as they are random.</p>
<p>-Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Popeious</title>
		<link>http://www.thinkscripter.com/indicator/thinkscripter-volume-profile/#comment-933</link>
		<dc:creator>Popeious</dc:creator>
		<pubDate>Tue, 08 Sep 2009 20:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkscripter.com/?p=1660#comment-933</guid>
		<description>PS.. not the programming logic.. but the &#039;coneptual logic&#039; of the colors and tabs...</description>
		<content:encoded><![CDATA[<p>PS.. not the programming logic.. but the &#8216;coneptual logic&#8217; of the colors and tabs&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Popeious</title>
		<link>http://www.thinkscripter.com/indicator/thinkscripter-volume-profile/#comment-932</link>
		<dc:creator>Popeious</dc:creator>
		<pubDate>Tue, 08 Sep 2009 20:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkscripter.com/?p=1660#comment-932</guid>
		<description>Eric... great work... I just knew you couldn&#039;t resist the challenge.

I&#039;m excited to see the &quot;TPO&quot; version once its ready.

Question for you regarding the PLOT tabs within the Study...  I&#039;m trying to make heads or tails of the various tabs, and colorization.

I see that there 2 sets (B1 to B50), and (B1a to B35a), along with histVWap, and vwap.

Am I correct in assuming that one &quot;set&quot; is for prior-range, and the other set is for &quot;developing&quot; area?

I&#039;m would also like to adjust the colors to my preferences, but I&#039;m not sure if/how I should go about this... since it seems that eact &quot;tab&quot; has a different color assigned to it.

Also, Can you help explain the logic behind the &#039;tab groups&#039; and &#039;colors&#039;?</description>
		<content:encoded><![CDATA[<p>Eric&#8230; great work&#8230; I just knew you couldn&#8217;t resist the challenge.</p>
<p>I&#8217;m excited to see the &#8220;TPO&#8221; version once its ready.</p>
<p>Question for you regarding the PLOT tabs within the Study&#8230;  I&#8217;m trying to make heads or tails of the various tabs, and colorization.</p>
<p>I see that there 2 sets (B1 to B50), and (B1a to B35a), along with histVWap, and vwap.</p>
<p>Am I correct in assuming that one &#8220;set&#8221; is for prior-range, and the other set is for &#8220;developing&#8221; area?</p>
<p>I&#8217;m would also like to adjust the colors to my preferences, but I&#8217;m not sure if/how I should go about this&#8230; since it seems that eact &#8220;tab&#8221; has a different color assigned to it.</p>
<p>Also, Can you help explain the logic behind the &#8216;tab groups&#8217; and &#8216;colors&#8217;?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

