<?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: Stock Charts in Excel 2007</title>
	<atom:link href="http://peltiertech.com/WordPress/stock-charts-in-excel-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/stock-charts-in-excel-2007/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Wed, 23 May 2012 11:03:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Killer Links &#38; Resources for Learning to Trade Stocks &#171; Daytrading My Paycheck</title>
		<link>http://peltiertech.com/WordPress/stock-charts-in-excel-2007/comment-page-1/#comment-215330</link>
		<dc:creator>Killer Links &#38; Resources for Learning to Trade Stocks &#171; Daytrading My Paycheck</dc:creator>
		<pubDate>Tue, 01 May 2012 20:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1355#comment-215330</guid>
		<description>[...] http://peltiertech.com/WordPress/stock-charts-in-excel-2007/ How to build charts in Excel. [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://peltiertech.com/WordPress/stock-charts-in-excel-2007/" rel="nofollow">http://peltiertech.com/WordPress/stock-charts-in-excel-2007/</a> How to build charts in Excel. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Brazlin</title>
		<link>http://peltiertech.com/WordPress/stock-charts-in-excel-2007/comment-page-1/#comment-151779</link>
		<dc:creator>Alex Brazlin</dc:creator>
		<pubDate>Wed, 09 Nov 2011 00:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1355#comment-151779</guid>
		<description>Solid article!  I wanted to also post a site I made where you can download bulk historical quotes and quantitative stock data.  You&#039;ll need that kind of thing if you plan to do charts.

It&#039;s at http://www.free-stock-data.com and it should be all you need.  I originally wrote it for an artificial intelligence project I did in school but it didn&#039;t really work out.

Enjoy!</description>
		<content:encoded><![CDATA[<p>Solid article!  I wanted to also post a site I made where you can download bulk historical quotes and quantitative stock data.  You&#8217;ll need that kind of thing if you plan to do charts.</p>
<p>It&#8217;s at <a href="http://www.free-stock-data.com" rel="nofollow">http://www.free-stock-data.com</a> and it should be all you need.  I originally wrote it for an artificial intelligence project I did in school but it didn&#8217;t really work out.</p>
<p>Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/stock-charts-in-excel-2007/comment-page-1/#comment-149227</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 31 Oct 2011 11:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1355#comment-149227</guid>
		<description>Hi David -

What I said about stock charts in Excel 2007 applies for Excel 2010. There is one exception: while Excel 2007 has no means in the Excel interface to adjust up-down bar gap width, requiring the use of VBA, Excel 2010 includes a way to do this. I don&#039;t do it much, so I usually have to hunt for a couple minutes.</description>
		<content:encoded><![CDATA[<p>Hi David -</p>
<p>What I said about stock charts in Excel 2007 applies for Excel 2010. There is one exception: while Excel 2007 has no means in the Excel interface to adjust up-down bar gap width, requiring the use of VBA, Excel 2010 includes a way to do this. I don&#8217;t do it much, so I usually have to hunt for a couple minutes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David E.</title>
		<link>http://peltiertech.com/WordPress/stock-charts-in-excel-2007/comment-page-1/#comment-148666</link>
		<dc:creator>David E.</dc:creator>
		<pubDate>Sat, 29 Oct 2011 15:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1355#comment-148666</guid>
		<description>Hi Jon,

First, let me say you have the best site for Excel and VBA out there - it&#039;s been indispensable.  

I used your tutorials to create a very elaborate stock analysis spreadsheet for my own use.  I originally wrote it in Excel 2003.  The spreadsheet make extensive use of charting via VBA, calculating and plotting indicators, etc, etc.  It&#039;s almost a standalone technical analysis application.

Well, now I&#039;ve opted to upgrade Excel and tried moving the spreadsheet to 2007.  Ouch.  Very painful - not sure it&#039;s worth the major changes that are going to have to occur.

My question is how stock charting as in this article changes in Office 2010.  I basically need to choose whether or not to buy a 2010 license and port everything there or use 2003.  If I opt to port, will the changes moving to 2007 easily move to 2010, or is 2007 a &quot;special case&quot; for manipulating stock chart data - converting candlesticks to XY scatters, plotting multiple indicators on the primary axis, and other advanced charting issues?  I just need some rationale for deciding how to manage these charting problems in the short and intermediate term.

Thanks!
David</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>First, let me say you have the best site for Excel and VBA out there &#8211; it&#8217;s been indispensable.  </p>
<p>I used your tutorials to create a very elaborate stock analysis spreadsheet for my own use.  I originally wrote it in Excel 2003.  The spreadsheet make extensive use of charting via VBA, calculating and plotting indicators, etc, etc.  It&#8217;s almost a standalone technical analysis application.</p>
<p>Well, now I&#8217;ve opted to upgrade Excel and tried moving the spreadsheet to 2007.  Ouch.  Very painful &#8211; not sure it&#8217;s worth the major changes that are going to have to occur.</p>
<p>My question is how stock charting as in this article changes in Office 2010.  I basically need to choose whether or not to buy a 2010 license and port everything there or use 2003.  If I opt to port, will the changes moving to 2007 easily move to 2010, or is 2007 a &#8220;special case&#8221; for manipulating stock chart data &#8211; converting candlesticks to XY scatters, plotting multiple indicators on the primary axis, and other advanced charting issues?  I just need some rationale for deciding how to manage these charting problems in the short and intermediate term.</p>
<p>Thanks!<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/stock-charts-in-excel-2007/comment-page-1/#comment-143596</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Sat, 15 Oct 2011 02:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1355#comment-143596</guid>
		<description>Ben -

HLC and OHLC data require three or four values for each stock.

If you are plotting one stock, the category axis usually shows some time period. If you are plotting multiple stocks, the horizontal axis shows the stock names. You would arrange the data like this:

&lt;img style=&quot;display: block; margin-left: auto; margin-right: auto;&quot; alt=&quot;&quot; src=&quot;http://peltiertech.com/images/2011-10/OHLC_Data.png&quot; /&gt;

The problem is that Excel 2003 was smart, and could realize the data was in columns, but Excel 2010 doesn&#039;t get this. So you have to create a line chart with the data, which by default is plotted by rows (because there are more columns and fewer rows).

&lt;img style=&quot;display: block; margin-left: auto; margin-right: auto;&quot; alt=&quot;&quot; src=&quot;http://peltiertech.com/images/2011-10/OHLC_LineByRow.png&quot; /&gt;

Then switch rows and columns in the data source.

&lt;img style=&quot;display: block; margin-left: auto; margin-right: auto;&quot; alt=&quot;&quot; src=&quot;http://peltiertech.com/images/2011-10/OHLC_LineByCol.png&quot; /&gt;

Finally, change the chart type to OHLC.

&lt;img style=&quot;display: block; margin-left: auto; margin-right: auto;&quot; alt=&quot;&quot; src=&quot;http://peltiertech.com/images/2011-10/OHLC_Candlestick.png&quot; /&gt;</description>
		<content:encoded><![CDATA[<p>Ben -</p>
<p>HLC and OHLC data require three or four values for each stock.</p>
<p>If you are plotting one stock, the category axis usually shows some time period. If you are plotting multiple stocks, the horizontal axis shows the stock names. You would arrange the data like this:</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" alt="" src="http://peltiertech.com/images/2011-10/OHLC_Data.png" /></p>
<p>The problem is that Excel 2003 was smart, and could realize the data was in columns, but Excel 2010 doesn&#8217;t get this. So you have to create a line chart with the data, which by default is plotted by rows (because there are more columns and fewer rows).</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" alt="" src="http://peltiertech.com/images/2011-10/OHLC_LineByRow.png" /></p>
<p>Then switch rows and columns in the data source.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" alt="" src="http://peltiertech.com/images/2011-10/OHLC_LineByCol.png" /></p>
<p>Finally, change the chart type to OHLC.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" alt="" src="http://peltiertech.com/images/2011-10/OHLC_Candlestick.png" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://peltiertech.com/WordPress/stock-charts-in-excel-2007/comment-page-1/#comment-143504</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 14 Oct 2011 20:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1355#comment-143504</guid>
		<description>I&#039;d been trying to create a OPEN HIGH LOW CLOSE chart for an hour, and was constantly getting the error: “To create this stock chart, arrange the data on your sheet in this order: high price, low price, closing price. Use dates or stock names as labels”.

Then I discovered that this chart only works for &gt;= 4 stocks. If you have less than 4 stocks to graph you get that totally unhelpful message.

I was trying to plot 3 stocks and it didn&#039;t work.</description>
		<content:encoded><![CDATA[<p>I&#8217;d been trying to create a OPEN HIGH LOW CLOSE chart for an hour, and was constantly getting the error: “To create this stock chart, arrange the data on your sheet in this order: high price, low price, closing price. Use dates or stock names as labels”.</p>
<p>Then I discovered that this chart only works for &gt;= 4 stocks. If you have less than 4 stocks to graph you get that totally unhelpful message.</p>
<p>I was trying to plot 3 stocks and it didn&#8217;t work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

