<?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: QuoteTracker: Paintbars Tutorial</title>
	<atom:link href="http://www.movethemarkets.com/blog/2007/01/31/quotetracker-paintbars-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.movethemarkets.com/blog/2007/01/31/quotetracker-paintbars-tutorial/</link>
	<description>Futures Trading, Custom Programming, and Commentary</description>
	<lastBuildDate>Fri, 05 Mar 2010 06:12:03 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tina</title>
		<link>http://www.movethemarkets.com/blog/2007/01/31/quotetracker-paintbars-tutorial/comment-page-1/#comment-11484</link>
		<dc:creator>Tina</dc:creator>
		<pubDate>Thu, 28 Jan 2010 05:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.movethemarkets.com/blog/2007/01/31/quotetracker-paintbars-tutorial/#comment-11484</guid>
		<description>Super programming newbie here, but experienced quotetracker user.  Can some one point me to a site where I can learn how to program alerts from the beginning? Otherwise can someone come up with an alert for a simple set of rules I&#039;ve come up with?</description>
		<content:encoded><![CDATA[<p>Super programming newbie here, but experienced quotetracker user.  Can some one point me to a site where I can learn how to program alerts from the beginning? Otherwise can someone come up with an alert for a simple set of rules I&#8217;ve come up with?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RJ</title>
		<link>http://www.movethemarkets.com/blog/2007/01/31/quotetracker-paintbars-tutorial/comment-page-1/#comment-9364</link>
		<dc:creator>RJ</dc:creator>
		<pubDate>Sat, 11 Apr 2009 17:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.movethemarkets.com/blog/2007/01/31/quotetracker-paintbars-tutorial/#comment-9364</guid>
		<description>barry,i can help you with the audiable alerts.email me at rjinw@hotmail.com</description>
		<content:encoded><![CDATA[<p>barry,i can help you with the audiable alerts.email me at <a href="mailto:rjinw@hotmail.com">rjinw@hotmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry Scott</title>
		<link>http://www.movethemarkets.com/blog/2007/01/31/quotetracker-paintbars-tutorial/comment-page-1/#comment-9315</link>
		<dc:creator>Barry Scott</dc:creator>
		<pubDate>Sun, 01 Mar 2009 19:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.movethemarkets.com/blog/2007/01/31/quotetracker-paintbars-tutorial/#comment-9315</guid>
		<description>I am trying to find someone who can help me find a site to help me install audible alerts....</description>
		<content:encoded><![CDATA[<p>I am trying to find someone who can help me find a site to help me install audible alerts&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QuoteTracker: Paintbar Alerts Tutorial -- Move the Markets</title>
		<link>http://www.movethemarkets.com/blog/2007/01/31/quotetracker-paintbars-tutorial/comment-page-1/#comment-2032</link>
		<dc:creator>QuoteTracker: Paintbar Alerts Tutorial -- Move the Markets</dc:creator>
		<pubDate>Mon, 05 Feb 2007 19:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.movethemarkets.com/blog/2007/01/31/quotetracker-paintbars-tutorial/#comment-2032</guid>
		<description>[...] As we covered in a previous post, QuoteTracker is a powerful charting tool. Paintbars allow you to put custom graphics on your charts and even fire alerts when certain conditions are met. It&#8217;s not designed to be a dedicated scanning tool like Trade Ideas, but it can be used to go through a watchlist of stocks that you have already created and look for setups that you define. [...]</description>
		<content:encoded><![CDATA[<p>[...] As we covered in a previous post, QuoteTracker is a powerful charting tool. Paintbars allow you to put custom graphics on your charts and even fire alerts when certain conditions are met. It&#8217;s not designed to be a dedicated scanning tool like Trade Ideas, but it can be used to go through a watchlist of stocks that you have already created and look for setups that you define. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eternum</title>
		<link>http://www.movethemarkets.com/blog/2007/01/31/quotetracker-paintbars-tutorial/comment-page-1/#comment-1986</link>
		<dc:creator>Eternum</dc:creator>
		<pubDate>Fri, 02 Feb 2007 19:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.movethemarkets.com/blog/2007/01/31/quotetracker-paintbars-tutorial/#comment-1986</guid>
		<description>Elder Impulse System:

Rule1: if (MACD Histogram &gt; MACD Histogram[1]) AND (EMA(12) &gt; EMA(12)[1]) set color to Lime and stop

Rule2: if (MACD Histogram &lt; MACD Histogram[1]) AND (EMA(12) &lt; EMA(12)[1]) set color to Red else set color to $FFFF80

You need to have the following indicators placed on your chart (can be hidden): EMA(12), MACD Histogram( 11, 25, 8 ). Adjust indicators parameters to your liking.</description>
		<content:encoded><![CDATA[<p>Elder Impulse System:</p>
<p>Rule1: if (MACD Histogram &gt; MACD Histogram[1]) AND (EMA(12) &gt; EMA(12)[1]) set color to Lime and stop</p>
<p>Rule2: if (MACD Histogram &lt; MACD Histogram[1]) AND (EMA(12) &lt; EMA(12)[1]) set color to Red else set color to $FFFF80</p>
<p>You need to have the following indicators placed on your chart (can be hidden): EMA(12), MACD Histogram( 11, 25, 8 ). Adjust indicators parameters to your liking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MA and EMA Crossover Prediction -- Move the Markets</title>
		<link>http://www.movethemarkets.com/blog/2007/01/31/quotetracker-paintbars-tutorial/comment-page-1/#comment-1970</link>
		<dc:creator>MA and EMA Crossover Prediction -- Move the Markets</dc:creator>
		<pubDate>Fri, 02 Feb 2007 01:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.movethemarkets.com/blog/2007/01/31/quotetracker-paintbars-tutorial/#comment-1970</guid>
		<description>[...] I turned my version of the indicator into a QuoteTracker PaintBar setting. The one I made looks for 8EMA vs. 20EMA crossings. The Mathematica file tells you the formula to detect other crossings. [...]</description>
		<content:encoded><![CDATA[<p>[...] I turned my version of the indicator into a QuoteTracker PaintBar setting. The one I made looks for 8EMA vs. 20EMA crossings. The Mathematica file tells you the formula to detect other crossings. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YR</title>
		<link>http://www.movethemarkets.com/blog/2007/01/31/quotetracker-paintbars-tutorial/comment-page-1/#comment-1957</link>
		<dc:creator>YR</dc:creator>
		<pubDate>Thu, 01 Feb 2007 13:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.movethemarkets.com/blog/2007/01/31/quotetracker-paintbars-tutorial/#comment-1957</guid>
		<description>Actually there is still a QT user forum still running which might worth checking it out http://www.forum.qtusers.com/

Cheers!</description>
		<content:encoded><![CDATA[<p>Actually there is still a QT user forum still running which might worth checking it out <a href="http://www.forum.qtusers.com/" rel="nofollow">http://www.forum.qtusers.com/</a></p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: President Fox</title>
		<link>http://www.movethemarkets.com/blog/2007/01/31/quotetracker-paintbars-tutorial/comment-page-1/#comment-1956</link>
		<dc:creator>President Fox</dc:creator>
		<pubDate>Thu, 01 Feb 2007 11:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.movethemarkets.com/blog/2007/01/31/quotetracker-paintbars-tutorial/#comment-1956</guid>
		<description>David,
While the original QT forum has been closed since the Ameritrade buyout, comments and questions re. QT can still be posted at qtusers.com.</description>
		<content:encoded><![CDATA[<p>David,<br />
While the original QT forum has been closed since the Ameritrade buyout, comments and questions re. QT can still be posted at qtusers.com.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.movethemarkets.com/blog/2007/01/31/quotetracker-paintbars-tutorial/comment-page-1/#comment-1952</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 01 Feb 2007 02:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.movethemarkets.com/blog/2007/01/31/quotetracker-paintbars-tutorial/#comment-1952</guid>
		<description>QuoteTracker&#039;s excellence as a trading platforum is largely attributed to its successful effort to constantly listen to its users.  With the acquisition of the platform by TDA, I understand the forum is no longer open to new comments - that&#039;s a shame.  While the future of the platform is not altogether certain - its a great tool for traders.  I also have to say that it was one of the first platforms to integrate with Trade-Ideas: http://www.trade-ideas.com/QuoteTrackerStart.html</description>
		<content:encoded><![CDATA[<p>QuoteTracker&#8217;s excellence as a trading platforum is largely attributed to its successful effort to constantly listen to its users.  With the acquisition of the platform by TDA, I understand the forum is no longer open to new comments &#8211; that&#8217;s a shame.  While the future of the platform is not altogether certain &#8211; its a great tool for traders.  I also have to say that it was one of the first platforms to integrate with Trade-Ideas: <a href="http://www.trade-ideas.com/QuoteTrackerStart.html" rel="nofollow">http://www.trade-ideas.com/QuoteTrackerStart.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Space4u2go</title>
		<link>http://www.movethemarkets.com/blog/2007/01/31/quotetracker-paintbars-tutorial/comment-page-1/#comment-1951</link>
		<dc:creator>Space4u2go</dc:creator>
		<pubDate>Thu, 01 Feb 2007 02:03:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.movethemarkets.com/blog/2007/01/31/quotetracker-paintbars-tutorial/#comment-1951</guid>
		<description>I have been using QuoteTracker for almost 10 months and its one of the best charting softwares I have come across for such low price.

Another free charting software similar to QT is StockWrap.</description>
		<content:encoded><![CDATA[<p>I have been using QuoteTracker for almost 10 months and its one of the best charting softwares I have come across for such low price.</p>
<p>Another free charting software similar to QT is StockWrap.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.579 seconds -->
