<?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: How to Download Historical Stock Data into Matlab</title>
	<atom:link href="http://luminouslogic.com/how-to-download-historical-stock-data-into-matlab.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://luminouslogic.com/how-to-download-historical-stock-data-into-matlab.htm</link>
	<description>Stock-picking is an art.  I have sympathy for all who attempt it.</description>
	<lastBuildDate>Thu, 24 May 2012 06:06:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Euangelos</title>
		<link>http://luminouslogic.com/how-to-download-historical-stock-data-into-matlab.htm/comment-page-2#comment-3285</link>
		<dc:creator>Euangelos</dc:creator>
		<pubDate>Wed, 23 May 2012 18:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://luminouslogic.com/?p=5#comment-3285</guid>
		<description>Hi again,

I just figured it out! The command is called &#039;dataset&#039;.
Thanks again! Keep the nice work!

Euangelos.</description>
		<content:encoded><![CDATA[<p>Hi again,</p>
<p>I just figured it out! The command is called &#8216;dataset&#8217;.<br />
Thanks again! Keep the nice work!</p>
<p>Euangelos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Euangelos</title>
		<link>http://luminouslogic.com/how-to-download-historical-stock-data-into-matlab.htm/comment-page-2#comment-3284</link>
		<dc:creator>Euangelos</dc:creator>
		<pubDate>Wed, 23 May 2012 18:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://luminouslogic.com/?p=5#comment-3284</guid>
		<description>Hi Lumi,

Thank you very much for sharing this beautiful script with us! As a newbie on MATLAB, may I ask you how to merge one or more columns into one and only variable? I tried the &#039;Result = [hist_high hist_close]&#039; command. This works in the general case, but it doesn&#039;t when date is involved as a argument (i.e. hist_date). In that case I just get an error message. Any hint?

Thank you very very much in advance,
Euangelos.</description>
		<content:encoded><![CDATA[<p>Hi Lumi,</p>
<p>Thank you very much for sharing this beautiful script with us! As a newbie on MATLAB, may I ask you how to merge one or more columns into one and only variable? I tried the &#8216;Result = [hist_high hist_close]&#8216; command. This works in the general case, but it doesn&#8217;t when date is involved as a argument (i.e. hist_date). In that case I just get an error message. Any hint?</p>
<p>Thank you very very much in advance,<br />
Euangelos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://luminouslogic.com/how-to-download-historical-stock-data-into-matlab.htm/comment-page-2#comment-3126</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 13 Apr 2012 22:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://luminouslogic.com/?p=5#comment-3126</guid>
		<description>Hi Lumi,

Yep that was my problem.  Sorry for such a trivial question.  I am fairly new to anything past matrices in Matlab!

Thanks again,

-Michael</description>
		<content:encoded><![CDATA[<p>Hi Lumi,</p>
<p>Yep that was my problem.  Sorry for such a trivial question.  I am fairly new to anything past matrices in Matlab!</p>
<p>Thanks again,</p>
<p>-Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lumilog</title>
		<link>http://luminouslogic.com/how-to-download-historical-stock-data-into-matlab.htm/comment-page-2#comment-3125</link>
		<dc:creator>Lumilog</dc:creator>
		<pubDate>Fri, 13 Apr 2012 17:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://luminouslogic.com/?p=5#comment-3125</guid>
		<description>Hi Michael.  Are you passing the stock_symbol as a char string too?  For example, the argument should be passed as &#039;AAPL&#039;, not AAPL.</description>
		<content:encoded><![CDATA[<p>Hi Michael.  Are you passing the stock_symbol as a char string too?  For example, the argument should be passed as &#8216;AAPL&#8217;, not AAPL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://luminouslogic.com/how-to-download-historical-stock-data-into-matlab.htm/comment-page-2#comment-3124</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 13 Apr 2012 17:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://luminouslogic.com/?p=5#comment-3124</guid>
		<description>Hi Lumi,

I had a problem and was just wondering if I am using a different Matlab version than you.

I put in the link for the url_string.  However the line right below that where it should gather the stock symbol after the s, it gives me an error.

url_string = strcat(url_string, &#039;&amp;s=&#039;, upper(stock_symbol)   );

It is this line of code.  Should this line execute without a problem?</description>
		<content:encoded><![CDATA[<p>Hi Lumi,</p>
<p>I had a problem and was just wondering if I am using a different Matlab version than you.</p>
<p>I put in the link for the url_string.  However the line right below that where it should gather the stock symbol after the s, it gives me an error.</p>
<p>url_string = strcat(url_string, &#8216;&amp;s=&#8217;, upper(stock_symbol)   );</p>
<p>It is this line of code.  Should this line execute without a problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sim Con</title>
		<link>http://luminouslogic.com/how-to-download-historical-stock-data-into-matlab.htm/comment-page-2#comment-3071</link>
		<dc:creator>Sim Con</dc:creator>
		<pubDate>Tue, 27 Mar 2012 07:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://luminouslogic.com/?p=5#comment-3071</guid>
		<description>If I can be allowed a plug for my own website, there are Excel spreadsheets and Mathcad worksheets for downloading stock data and Forex rates at http://investexcel.net/financial-web-services-kb/</description>
		<content:encoded><![CDATA[<p>If I can be allowed a plug for my own website, there are Excel spreadsheets and Mathcad worksheets for downloading stock data and Forex rates at <a href="http://investexcel.net/financial-web-services-kb/" rel="nofollow">http://investexcel.net/financial-web-services-kb/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lumilog</title>
		<link>http://luminouslogic.com/how-to-download-historical-stock-data-into-matlab.htm/comment-page-2#comment-3037</link>
		<dc:creator>Lumilog</dc:creator>
		<pubDate>Sun, 19 Feb 2012 21:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://luminouslogic.com/?p=5#comment-3037</guid>
		<description>Hi Lefteris - I only barely speak Bayesian but sent you an email so will wait to hear back from you that way.

- lumi</description>
		<content:encoded><![CDATA[<p>Hi Lefteris &#8211; I only barely speak Bayesian but sent you an email so will wait to hear back from you that way.</p>
<p>- lumi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lefteris</title>
		<link>http://luminouslogic.com/how-to-download-historical-stock-data-into-matlab.htm/comment-page-2#comment-3030</link>
		<dc:creator>Lefteris</dc:creator>
		<pubDate>Thu, 16 Feb 2012 18:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://luminouslogic.com/?p=5#comment-3030</guid>
		<description>Hi again Lumi. First of all thanks a lot for your instant response. Yes I understood exactly what happens. I am an undergraduate computer engineer and now researching the area of stock market and prediction using large datasets. I have some questions concerning the correlation metrics used in order to determine if two time series are correlated or not. As the first step of my essay I am trying to build a Dynamic Bayesian Network that  will map those metrics as probabilities that Xt-1 can determine Xt. I am thinking to use auto correlation but I have other thoughts too.. As I see you are a software engineer with knowledge of finance..so just what I need :)
Is there any way you can spend some time chatting with me so I can ask you for your guidance? Do you have skype or another means to reach you?
Thanks once more for your will to help.
Yours,
L.</description>
		<content:encoded><![CDATA[<p>Hi again Lumi. First of all thanks a lot for your instant response. Yes I understood exactly what happens. I am an undergraduate computer engineer and now researching the area of stock market and prediction using large datasets. I have some questions concerning the correlation metrics used in order to determine if two time series are correlated or not. As the first step of my essay I am trying to build a Dynamic Bayesian Network that  will map those metrics as probabilities that Xt-1 can determine Xt. I am thinking to use auto correlation but I have other thoughts too.. As I see you are a software engineer with knowledge of finance..so just what I need <img src='http://luminouslogic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Is there any way you can spend some time chatting with me so I can ask you for your guidance? Do you have skype or another means to reach you?<br />
Thanks once more for your will to help.<br />
Yours,<br />
L.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lumilog</title>
		<link>http://luminouslogic.com/how-to-download-historical-stock-data-into-matlab.htm/comment-page-2#comment-3027</link>
		<dc:creator>Lumilog</dc:creator>
		<pubDate>Wed, 15 Feb 2012 22:47:19 +0000</pubDate>
		<guid isPermaLink="false">http://luminouslogic.com/?p=5#comment-3027</guid>
		<description>Thanks for stopping by Lefteris.  The normalization accounts for 2 things: stock splits and dividends.  If you don&#039;t normalize then stock splits could be misinterpreted by any quant algorithm you develop as 50% overnight losses for example.  Similarly, if you don&#039;t include the effect of dividends any computation of rate of return will be price moves only - not total returns.  Plus stocks (theoretically) drop in price by the amount of the dividend before it&#039;s paid.  Hope that helps!

lumi</description>
		<content:encoded><![CDATA[<p>Thanks for stopping by Lefteris.  The normalization accounts for 2 things: stock splits and dividends.  If you don&#8217;t normalize then stock splits could be misinterpreted by any quant algorithm you develop as 50% overnight losses for example.  Similarly, if you don&#8217;t include the effect of dividends any computation of rate of return will be price moves only &#8211; not total returns.  Plus stocks (theoretically) drop in price by the amount of the dividend before it&#8217;s paid.  Hope that helps!</p>
<p>lumi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lefteris</title>
		<link>http://luminouslogic.com/how-to-download-historical-stock-data-into-matlab.htm/comment-page-2#comment-3026</link>
		<dc:creator>Lefteris</dc:creator>
		<pubDate>Wed, 15 Feb 2012 22:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://luminouslogic.com/?p=5#comment-3026</guid>
		<description>Hello all,
first of all I&#039;d like to thank Lumilog for this very interesting code he shared.
Also I wanted to ask if someone could explain a bit the part where he says that there must be a normalization between the the close and the adjusted close.. What is the relationship between them? And can you explain why?

Also does anyone have experience with time series correlations? Can you suggest any metrics to use??
Thanks a lot in advance..
Regards</description>
		<content:encoded><![CDATA[<p>Hello all,<br />
first of all I&#8217;d like to thank Lumilog for this very interesting code he shared.<br />
Also I wanted to ask if someone could explain a bit the part where he says that there must be a normalization between the the close and the adjusted close.. What is the relationship between them? And can you explain why?</p>
<p>Also does anyone have experience with time series correlations? Can you suggest any metrics to use??<br />
Thanks a lot in advance..<br />
Regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>

