<?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: Understanding Fuzzy Trend Following in Excel</title>
	<atom:link href="http://www.neuralmarkettrends.com/2007/07/07/understanding-fuzzy-trend-following-in-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neuralmarkettrends.com/2007/07/07/understanding-fuzzy-trend-following-in-excel/</link>
	<description>Rapidminer Evangelism &#38; Consulting</description>
	<lastBuildDate>Fri, 10 Feb 2012 14:59:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tom</title>
		<link>http://www.neuralmarkettrends.com/2007/07/07/understanding-fuzzy-trend-following-in-excel/comment-page-1/#comment-171</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 08 Jul 2007 20:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuralmarkettrends.com/2007/07/07/understanding-fuzzy-trend-following-in-excel/#comment-171</guid>
		<description>You do point out a limitation, yes a trending stock is always outside the training range but your model can be optimized with new data.  

The true value to trend following using Knn, in my opinion, is being able to identify if a sell off is the beginning of a trend change or just another buying opportunity.

Thanks for reading and commenting.  Please feel free to comment anytime! :)</description>
		<content:encoded><![CDATA[<p>You do point out a limitation, yes a trending stock is always outside the training range but your model can be optimized with new data.  </p>
<p>The true value to trend following using Knn, in my opinion, is being able to identify if a sell off is the beginning of a trend change or just another buying opportunity.</p>
<p>Thanks for reading and commenting.  Please feel free to comment anytime! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.neuralmarkettrends.com/2007/07/07/understanding-fuzzy-trend-following-in-excel/comment-page-1/#comment-170</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 08 Jul 2007 19:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuralmarkettrends.com/2007/07/07/understanding-fuzzy-trend-following-in-excel/#comment-170</guid>
		<description>I find this very interesting.  I&#039;m not a practitioner in this area, so I don&#039;t have any experience using these techniques on financial data.  Maybe I will come to see this issue your way one day.  But, today, I don&#039;t.

I guess I just have a hard time believing there&#039;s predictive value in isolated closing prices (or yields, or volumes), even when there&#039;s a strong statistical correlation with the trend for all available historical data.  To me, it doesn&#039;t pass the &quot;common sense&quot; test. 

A truly trending stock will be perpetually out of the training set range, and therefore the Knn will often either be completely in the dark (making decisions based on far-away data points) or data-poor (having only seen one or two passes through a price range).  In the data-poor case, I would actually expect the Knn to be wrong more often than right, since when it finally sees a price it trained on again, it will be because the stock is coming back _down_ (or vice versa).

Regardless this was fun to think about, and I appreciate the replies.</description>
		<content:encoded><![CDATA[<p>I find this very interesting.  I&#8217;m not a practitioner in this area, so I don&#8217;t have any experience using these techniques on financial data.  Maybe I will come to see this issue your way one day.  But, today, I don&#8217;t.</p>
<p>I guess I just have a hard time believing there&#8217;s predictive value in isolated closing prices (or yields, or volumes), even when there&#8217;s a strong statistical correlation with the trend for all available historical data.  To me, it doesn&#8217;t pass the &#8220;common sense&#8221; test. </p>
<p>A truly trending stock will be perpetually out of the training set range, and therefore the Knn will often either be completely in the dark (making decisions based on far-away data points) or data-poor (having only seen one or two passes through a price range).  In the data-poor case, I would actually expect the Knn to be wrong more often than right, since when it finally sees a price it trained on again, it will be because the stock is coming back _down_ (or vice versa).</p>
<p>Regardless this was fun to think about, and I appreciate the replies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.neuralmarkettrends.com/2007/07/07/understanding-fuzzy-trend-following-in-excel/comment-page-1/#comment-169</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 08 Jul 2007 18:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuralmarkettrends.com/2007/07/07/understanding-fuzzy-trend-following-in-excel/#comment-169</guid>
		<description>Richard: What you&#039;re asking now is where is the validation data set to test against the training set?  Ultimately that&#039;s how the system learns by minimizing its errors between the two.  This spreadsheet example only uses training data. 

Well yes, anyone can choose inputs they want too but there are statistical measures to determine the validity of your inputs, things like t-stats for each input and coefficient of determinations (R2).  If you can determine statistical significance for the inputs driving your output, then a Knn approach to trend following is very robust indeed, even if you&#039;re just using closing prices.

In this case, the closing prices of EWS and EWJ explain about 28% of the trend&#039;s variance.  Was this the best example to use? Probably not, but the intent was to show how Knn can be used to build a trend following system in Excel.</description>
		<content:encoded><![CDATA[<p>Richard: What you&#8217;re asking now is where is the validation data set to test against the training set?  Ultimately that&#8217;s how the system learns by minimizing its errors between the two.  This spreadsheet example only uses training data. </p>
<p>Well yes, anyone can choose inputs they want too but there are statistical measures to determine the validity of your inputs, things like t-stats for each input and coefficient of determinations (R2).  If you can determine statistical significance for the inputs driving your output, then a Knn approach to trend following is very robust indeed, even if you&#8217;re just using closing prices.</p>
<p>In this case, the closing prices of EWS and EWJ explain about 28% of the trend&#8217;s variance.  Was this the best example to use? Probably not, but the intent was to show how Knn can be used to build a trend following system in Excel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.neuralmarkettrends.com/2007/07/07/understanding-fuzzy-trend-following-in-excel/comment-page-1/#comment-168</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 08 Jul 2007 16:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuralmarkettrends.com/2007/07/07/understanding-fuzzy-trend-following-in-excel/#comment-168</guid>
		<description>Without a feedback loop in a network, I don&#039;t see how it can &quot;learn&quot; any kind of temporal relationship between isolated input closing prices.  So, I just don&#039;t see how a Knn approach on closing values can even yield a &quot;rudimentary&quot; trend determination.  Obviously anyone can choose different inputs as they see fit; I was just trying to verify that I wasn&#039;t missing something about the given example.</description>
		<content:encoded><![CDATA[<p>Without a feedback loop in a network, I don&#8217;t see how it can &#8220;learn&#8221; any kind of temporal relationship between isolated input closing prices.  So, I just don&#8217;t see how a Knn approach on closing values can even yield a &#8220;rudimentary&#8221; trend determination.  Obviously anyone can choose different inputs as they see fit; I was just trying to verify that I wasn&#8217;t missing something about the given example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.neuralmarkettrends.com/2007/07/07/understanding-fuzzy-trend-following-in-excel/comment-page-1/#comment-167</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 08 Jul 2007 11:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuralmarkettrends.com/2007/07/07/understanding-fuzzy-trend-following-in-excel/#comment-167</guid>
		<description>Richard: As I mentioned in the post, this is rudimentary way at creating a trend following system in Excel.  The ETF&#039;s were chosen to illustrate the good Dr&#039;s spreadsheet example.  Perhaps using the yield on a T-note with EWS would&#039;ve made better sense but feel free to add your own inputs, and expand the model, as you see fit. 

My personal models, using YALE, are way more sophisticated than this example and I use several inputs (closing price, volume, yields, etc) to help determine a trend.  However in the end, its really the direction of the closing price that tells you the trend based on your timeframe.</description>
		<content:encoded><![CDATA[<p>Richard: As I mentioned in the post, this is rudimentary way at creating a trend following system in Excel.  The ETF&#8217;s were chosen to illustrate the good Dr&#8217;s spreadsheet example.  Perhaps using the yield on a T-note with EWS would&#8217;ve made better sense but feel free to add your own inputs, and expand the model, as you see fit. </p>
<p>My personal models, using YALE, are way more sophisticated than this example and I use several inputs (closing price, volume, yields, etc) to help determine a trend.  However in the end, its really the direction of the closing price that tells you the trend based on your timeframe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.neuralmarkettrends.com/2007/07/07/understanding-fuzzy-trend-following-in-excel/comment-page-1/#comment-166</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 08 Jul 2007 02:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuralmarkettrends.com/2007/07/07/understanding-fuzzy-trend-following-in-excel/#comment-166</guid>
		<description>I think I understand the KNN, as it&#039;s like the Case-Based reasoning I used to play with in the natural language understanding arena.  Makes sense.  But, I was surprised to see the inputs you are using for trend evaluation, and am hoping you can shed some light on it.

It appears you are using closing values of the two ETFs as inputs?  I don&#039;t immediately see how a trend can be determined from this information.  I would have expected high-dimensional inputs like X1..Xi and Y1..Yi being the last i days of % change in the ETFs, maybe, with Z == +/- EWS trend.  That seems like a much more straightforward way to train a system about trends, to me.

Am I just not thinking straight?  I don&#039;t see how a human could take single-point data on two ETFs and decide what the trend is for new points.  Using the actual values in $ rather than % differences makes the system brittle against values outside the range it was trained on, no?</description>
		<content:encoded><![CDATA[<p>I think I understand the KNN, as it&#8217;s like the Case-Based reasoning I used to play with in the natural language understanding arena.  Makes sense.  But, I was surprised to see the inputs you are using for trend evaluation, and am hoping you can shed some light on it.</p>
<p>It appears you are using closing values of the two ETFs as inputs?  I don&#8217;t immediately see how a trend can be determined from this information.  I would have expected high-dimensional inputs like X1..Xi and Y1..Yi being the last i days of % change in the ETFs, maybe, with Z == +/- EWS trend.  That seems like a much more straightforward way to train a system about trends, to me.</p>
<p>Am I just not thinking straight?  I don&#8217;t see how a human could take single-point data on two ETFs and decide what the trend is for new points.  Using the actual values in $ rather than % differences makes the system brittle against values outside the range it was trained on, no?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

