<?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: Candlestick Alternative: Individually Colored Up-Down Bars</title>
	<atom:link href="http://peltiertech.com/WordPress/candlestick-alternative-individually-colored-up-down-bars/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/candlestick-alternative-individually-colored-up-down-bars/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:37:49 +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: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/candlestick-alternative-individually-colored-up-down-bars/comment-page-1/#comment-171993</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 09 Jan 2012 20:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=52#comment-171993</guid>
		<description>Stan -

All the formulas used in the analysis are displayed in the text. What kind of errors do you see?</description>
		<content:encoded><![CDATA[<p>Stan -</p>
<p>All the formulas used in the analysis are displayed in the text. What kind of errors do you see?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stan</title>
		<link>http://peltiertech.com/WordPress/candlestick-alternative-individually-colored-up-down-bars/comment-page-1/#comment-171897</link>
		<dc:creator>Stan</dc:creator>
		<pubDate>Mon, 09 Jan 2012 15:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=52#comment-171897</guid>
		<description>Its only that some of them when I tried them were showing errors. I would aslo want to find out if these are all or you have the formulas for other candlesticks as well? Thank you</description>
		<content:encoded><![CDATA[<p>Its only that some of them when I tried them were showing errors. I would aslo want to find out if these are all or you have the formulas for other candlesticks as well? Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/candlestick-alternative-individually-colored-up-down-bars/comment-page-1/#comment-170710</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 05 Jan 2012 14:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=52#comment-170710</guid>
		<description>Stan - The formulas are given in the text above.</description>
		<content:encoded><![CDATA[<p>Stan &#8211; The formulas are given in the text above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stan</title>
		<link>http://peltiertech.com/WordPress/candlestick-alternative-individually-colored-up-down-bars/comment-page-1/#comment-170702</link>
		<dc:creator>stan</dc:creator>
		<pubDate>Thu, 05 Jan 2012 13:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=52#comment-170702</guid>
		<description>May you please send me your candlestick formulas either as a word doc or in excel. Send to stan.sithole@gmail.com

Thank you so much</description>
		<content:encoded><![CDATA[<p>May you please send me your candlestick formulas either as a word doc or in excel. Send to <a href="mailto:stan.sithole@gmail.com">stan.sithole@gmail.com</a></p>
<p>Thank you so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/candlestick-alternative-individually-colored-up-down-bars/comment-page-1/#comment-134418</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 21 Sep 2011 23:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=52#comment-134418</guid>
		<description>Chris -

All up bars must be formatted the same, and all down bars must be formatted the same (but up and down bars may be different, of course).

Try this to avoid the error:

&lt;pre class=&quot;vbasmall&quot;&gt;&lt;code&gt;On Error Resume Next
With ActiveChart.ChartGroups(1).DownBars.Interior
    .ColorIndex = 3
    .PatternColorIndex = 2
    .Pattern = xlSolid
End With
On Error GoTo 0&lt;/code&gt;&lt;/pre&gt;

You can get the effect of individual up/down bar formatting using the technique in &lt;a href=&quot;http://peltiertech.com/WordPress/candlestick-alternative-individually-colored-up-down-bars/&quot; title=&quot;Candlestick Alternative: Individually Colored Up-Down Bars&quot; rel=&quot;nofollow&quot;&gt;Candlestick Alternative: Individually Colored Up-Down Bars&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Chris -</p>
<p>All up bars must be formatted the same, and all down bars must be formatted the same (but up and down bars may be different, of course).</p>
<p>Try this to avoid the error:</p>
<pre class="vbasmall"><code>On Error Resume Next
With ActiveChart.ChartGroups(1).DownBars.Interior
    .ColorIndex = 3
    .PatternColorIndex = 2
    .Pattern = xlSolid
End With
On Error GoTo 0</code></pre>
<p>You can get the effect of individual up/down bar formatting using the technique in <a href="http://peltiertech.com/WordPress/candlestick-alternative-individually-colored-up-down-bars/" title="Candlestick Alternative: Individually Colored Up-Down Bars" rel="nofollow">Candlestick Alternative: Individually Colored Up-Down Bars</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eyal Christopher Yunkatz</title>
		<link>http://peltiertech.com/WordPress/candlestick-alternative-individually-colored-up-down-bars/comment-page-1/#comment-134397</link>
		<dc:creator>Eyal Christopher Yunkatz</dc:creator>
		<pubDate>Wed, 21 Sep 2011 21:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=52#comment-134397</guid>
		<description>Hello, Jon 

I have created a nice program that retrieves automatically stock prices and charts

 them on a candlestick chart for every range I want. 
 
 
There is 1 problem. 
 
I use: 
 
&#039;=================================
ActiveChart.ChartGroups(1).DownBars.Select
    
       With Selection.Interior
        .ColorIndex = 3
        .PatternColorIndex = 2
        .Pattern = xlSolid
       End With
&#039;=================================
 
However, If I have a range that has only UpBars, I get an error.
 
Is there any way to check, using a VBA code if a candlestick chart has any upBars or 

DownBars in advance?
 
In addition, Is there any way to refer to individual bars, for example, color all bars of 

a stock that made a 5 point gap in a unique color?
 
 
I know you showed the trick of individual bars, but I am asking about a candlestick 

bar. 
 
                              Warm Regards, Chris</description>
		<content:encoded><![CDATA[<p>Hello, Jon </p>
<p>I have created a nice program that retrieves automatically stock prices and charts</p>
<p> them on a candlestick chart for every range I want. </p>
<p>There is 1 problem. </p>
<p>I use: </p>
<p>&#8216;=================================<br />
ActiveChart.ChartGroups(1).DownBars.Select</p>
<p>       With Selection.Interior<br />
        .ColorIndex = 3<br />
        .PatternColorIndex = 2<br />
        .Pattern = xlSolid<br />
       End With<br />
&#8216;=================================</p>
<p>However, If I have a range that has only UpBars, I get an error.</p>
<p>Is there any way to check, using a VBA code if a candlestick chart has any upBars or </p>
<p>DownBars in advance?</p>
<p>In addition, Is there any way to refer to individual bars, for example, color all bars of </p>
<p>a stock that made a 5 point gap in a unique color?</p>
<p>I know you showed the trick of individual bars, but I am asking about a candlestick </p>
<p>bar. </p>
<p>                              Warm Regards, Chris</p>
]]></content:encoded>
	</item>
</channel>
</rss>

