<?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: HLC MACD</title>
	<atom:link href="http://www.thinkscripter.com/indicator/hlc-macd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinkscripter.com/indicator/hlc-macd/</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: giom</title>
		<link>http://www.thinkscripter.com/indicator/hlc-macd/#comment-4997</link>
		<dc:creator>giom</dc:creator>
		<pubDate>Tue, 21 Jun 2011 22:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://thinkscripter.wordpress.com/?p=50#comment-4997</guid>
		<description>I&#039;d like to get alerts when the slope gets white and when it goes back to purple..Anyone?</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to get alerts when the slope gets white and when it goes back to purple..Anyone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R.</title>
		<link>http://www.thinkscripter.com/indicator/hlc-macd/#comment-4202</link>
		<dc:creator>R.</dc:creator>
		<pubDate>Sun, 12 Dec 2010 19:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://thinkscripter.wordpress.com/?p=50#comment-4202</guid>
		<description>Thank you very much, Eric.  It&#039;s much better on the eyes now.
I truly appreciate your help -- and your GREAT indicators!

R.</description>
		<content:encoded><![CDATA[<p>Thank you very much, Eric.  It&#8217;s much better on the eyes now.<br />
I truly appreciate your help &#8212; and your GREAT indicators!</p>
<p>R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThinkScripter</title>
		<link>http://www.thinkscripter.com/indicator/hlc-macd/#comment-4193</link>
		<dc:creator>ThinkScripter</dc:creator>
		<pubDate>Sun, 12 Dec 2010 13:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://thinkscripter.wordpress.com/?p=50#comment-4193</guid>
		<description>I&#039;m not sure why it doesn&#039;t work on the EURO but will give it a look. Yes that is the line to change the colors of the line. It is very outdated in terms of thinkScript syntax since it was written some time ago. You can delete that line and the line following it and replace it with this single line of code and change the colors to suit you:

STFValue.AssignValueColor(if STFslope &gt; 0 then color.magenta else color.white);

-Eric</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure why it doesn&#8217;t work on the EURO but will give it a look. Yes that is the line to change the colors of the line. It is very outdated in terms of thinkScript syntax since it was written some time ago. You can delete that line and the line following it and replace it with this single line of code and change the colors to suit you:</p>
<p>STFValue.AssignValueColor(if STFslope > 0 then color.magenta else color.white);</p>
<p>-Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R.</title>
		<link>http://www.thinkscripter.com/indicator/hlc-macd/#comment-4176</link>
		<dc:creator>R.</dc:creator>
		<pubDate>Sun, 12 Dec 2010 08:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://thinkscripter.wordpress.com/?p=50#comment-4176</guid>
		<description>This is an excellent rendition of the MACD, Eric.   I want to use this as a primary indicator, along with your Triple Stochastic - which is quite excellent also.   I have 2 questions regarding the MACD, if you don&#039;t mind ....

1.  Do you know why this indicator simply flatlines when using it on the EURO?  I&#039;m wondering if it&#039;s the histogram.  All I get is a small green and red straight line.  There are other indicators that do this on the EURO too, no matter who programs them. 

2.  Is there a way to change the colors of the &quot;STFslopeColor&quot; line to make them darker?  They are so bright when using the standard &quot;getColor&quot; values, they&#039;re hard to read.  The line I&#039;m talking about is this one ...

DEF STFslopeColor = if(STFslope &gt; 0.0,9,0);

I can code or recode several things, but I can&#039;t seem to do this simple one.  Do I need to &quot;plot&quot; it so I can change the colors?

BTW, I&#039;ve become a member and I&#039;m VERY happy about it.  You do superior and valuable work, and I&#039;m only too pleased to contribute.

R.</description>
		<content:encoded><![CDATA[<p>This is an excellent rendition of the MACD, Eric.   I want to use this as a primary indicator, along with your Triple Stochastic &#8211; which is quite excellent also.   I have 2 questions regarding the MACD, if you don&#8217;t mind &#8230;.</p>
<p>1.  Do you know why this indicator simply flatlines when using it on the EURO?  I&#8217;m wondering if it&#8217;s the histogram.  All I get is a small green and red straight line.  There are other indicators that do this on the EURO too, no matter who programs them. </p>
<p>2.  Is there a way to change the colors of the &#8220;STFslopeColor&#8221; line to make them darker?  They are so bright when using the standard &#8220;getColor&#8221; values, they&#8217;re hard to read.  The line I&#8217;m talking about is this one &#8230;</p>
<p>DEF STFslopeColor = if(STFslope &gt; 0.0,9,0);</p>
<p>I can code or recode several things, but I can&#8217;t seem to do this simple one.  Do I need to &#8220;plot&#8221; it so I can change the colors?</p>
<p>BTW, I&#8217;ve become a member and I&#8217;m VERY happy about it.  You do superior and valuable work, and I&#8217;m only too pleased to contribute.</p>
<p>R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThinkScripter</title>
		<link>http://www.thinkscripter.com/indicator/hlc-macd/#comment-1674</link>
		<dc:creator>ThinkScripter</dc:creator>
		<pubDate>Thu, 02 Sep 2010 21:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://thinkscripter.wordpress.com/?p=50#comment-1674</guid>
		<description>There was an errant semicolon in the script. It has been corrected.
-Eric</description>
		<content:encoded><![CDATA[<p>There was an errant semicolon in the script. It has been corrected.<br />
-Eric</p>
]]></content:encoded>
	</item>
</channel>
</rss>

