<?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: MACD VBA</title>
	<atom:link href="http://exceltrader.net/470/macd-vba/feed/" rel="self" type="application/rss+xml" />
	<link>http://exceltrader.net/470/macd-vba/</link>
	<description>Excel Based Stock and Futures Trading tools.</description>
	<lastBuildDate>Wed, 07 Dec 2011 23:53:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ExcelTrader</title>
		<link>http://exceltrader.net/470/macd-vba/comment-page-1/#comment-1656</link>
		<dc:creator>ExcelTrader</dc:creator>
		<pubDate>Mon, 07 Feb 2011 15:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.exceltrader.net/?p=470#comment-1656</guid>
		<description>Data should be oldest to newest.</description>
		<content:encoded><![CDATA[<p>Data should be oldest to newest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen</title>
		<link>http://exceltrader.net/470/macd-vba/comment-page-1/#comment-1616</link>
		<dc:creator>Allen</dc:creator>
		<pubDate>Fri, 04 Feb 2011 21:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.exceltrader.net/?p=470#comment-1616</guid>
		<description>What is the proper sort for the data in the formala sheet, oldest to newest or vice versa?</description>
		<content:encoded><![CDATA[<p>What is the proper sort for the data in the formala sheet, oldest to newest or vice versa?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ExcelTrader</title>
		<link>http://exceltrader.net/470/macd-vba/comment-page-1/#comment-832</link>
		<dc:creator>ExcelTrader</dc:creator>
		<pubDate>Thu, 28 Oct 2010 13:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.exceltrader.net/?p=470#comment-832</guid>
		<description>Erivaldo,

The ETmacd procedure can be run at set intervals with a little added code. As an example you could add this procedure.
 
sub runMACDtimed()
	Application.OnTime Now + TimeSerial(0, 1, 0), &quot;ETmacd&quot; &#039;0,1,0 would set it to run once in one minute.
end sub

and add the line &quot;runMACDtimed&quot; at the end of ETmacd so that it is scheduled again each time it runs.</description>
		<content:encoded><![CDATA[<p>Erivaldo,</p>
<p>The ETmacd procedure can be run at set intervals with a little added code. As an example you could add this procedure.</p>
<p>sub runMACDtimed()<br />
	Application.OnTime Now + TimeSerial(0, 1, 0), &#8220;ETmacd&#8221; &#8217;0,1,0 would set it to run once in one minute.<br />
end sub</p>
<p>and add the line &#8220;runMACDtimed&#8221; at the end of ETmacd so that it is scheduled again each time it runs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erivaldo</title>
		<link>http://exceltrader.net/470/macd-vba/comment-page-1/#comment-826</link>
		<dc:creator>Erivaldo</dc:creator>
		<pubDate>Wed, 27 Oct 2010 19:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.exceltrader.net/?p=470#comment-826</guid>
		<description>Friend! how do I update the macro alone from time to time, as does this have? thanks</description>
		<content:encoded><![CDATA[<p>Friend! how do I update the macro alone from time to time, as does this have? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erivaldo</title>
		<link>http://exceltrader.net/470/macd-vba/comment-page-1/#comment-720</link>
		<dc:creator>Erivaldo</dc:creator>
		<pubDate>Mon, 27 Sep 2010 01:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.exceltrader.net/?p=470#comment-720</guid>
		<description>if not asking too much. would you change the code and paste it here. so I will not spoil the code .. thanks</description>
		<content:encoded><![CDATA[<p>if not asking too much. would you change the code and paste it here. so I will not spoil the code .. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ExcelTrader</title>
		<link>http://exceltrader.net/470/macd-vba/comment-page-1/#comment-714</link>
		<dc:creator>ExcelTrader</dc:creator>
		<pubDate>Sat, 25 Sep 2010 13:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.exceltrader.net/?p=470#comment-714</guid>
		<description>You would need 90 bars of 1 minute data, then change the 13,5,6 default settings to your new settings. (change these&gt;&gt;&gt;&gt;EMAslow = 13, EMAfAst = 5, MacDper = 6 )</description>
		<content:encoded><![CDATA[<p>You would need 90 bars of 1 minute data, then change the 13,5,6 default settings to your new settings. (change these&gt;&gt;&gt;&gt;EMAslow = 13, EMAfAst = 5, MacDper = 6 )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erivaldo</title>
		<link>http://exceltrader.net/470/macd-vba/comment-page-1/#comment-712</link>
		<dc:creator>Erivaldo</dc:creator>
		<pubDate>Fri, 24 Sep 2010 20:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.exceltrader.net/?p=470#comment-712</guid>
		<description>HOW DO I USE THIS CODE TO MACD OF 90 IN 90 MINUTES? TRADE DAY</description>
		<content:encoded><![CDATA[<p>HOW DO I USE THIS CODE TO MACD OF 90 IN 90 MINUTES? TRADE DAY</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ExcelTrader</title>
		<link>http://exceltrader.net/470/macd-vba/comment-page-1/#comment-385</link>
		<dc:creator>ExcelTrader</dc:creator>
		<pubDate>Wed, 10 Feb 2010 15:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.exceltrader.net/?p=470#comment-385</guid>
		<description>Try &lt;a href=&quot;/wp-content/uploads/macdVBAChart.xls&quot; rel=&quot;nofollow&quot;&gt;this file&lt;/a&gt;. It will create a OHLC chart and a MACD pane below.</description>
		<content:encoded><![CDATA[<p>Try <a href="/wp-content/uploads/macdVBAChart.xls" rel="nofollow">this file</a>. It will create a OHLC chart and a MACD pane below.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kebaya Mwamba</title>
		<link>http://exceltrader.net/470/macd-vba/comment-page-1/#comment-383</link>
		<dc:creator>Kebaya Mwamba</dc:creator>
		<pubDate>Mon, 08 Feb 2010 07:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.exceltrader.net/?p=470#comment-383</guid>
		<description>How do i use this to draw a MACD chart?</description>
		<content:encoded><![CDATA[<p>How do i use this to draw a MACD chart?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

