<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>BullCharts : Evening Star Pattern</title>
  <link>http://www.bullcharts.com.au/forum/</link>
  <description>This is an XML content feed of; BullCharts : BullScan : Evening Star Pattern</description>
  <copyright>Copyright (c) 2006-2009 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 07 Apr 2026 19:40:49 +0000</pubDate>
  <lastBuildDate>Thu, 03 Mar 2005 10:33:08 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.bullcharts.com.au/forum/RSS_post_feed.asp?TID=152</WebWizForums:feedURL>
  <image>
   <title>BullCharts</title>
   <url>http://www.bullcharts.com.au/forum/http://www.bullcharts.com.au/images/bull_logo.gif</url>
   <link>http://www.bullcharts.com.au/forum/</link>
  </image>
  <item>
   <title>Evening Star Pattern : There doesn&amp;#039;t seem to be...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=152&amp;PID=582#582</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=3" rel="nofollow">Peter</a><br /><strong>Subject:</strong> 152<br /><strong>Posted:</strong> 03&nbsp;Mar&nbsp;2005 at 10:33am<br /><br />There doesn't seem to be any firm rules about what makes a candle.Therefore candles patterns in BullCharts, and any charting program,should only be used as a guide to bring things to your attention forcloser manual inspection.<br><br>The main thing we plan to review is trend detection. At the moment thecandle patterns look for shapes between the candles, but they do notlook at overall trends. Some patterns are normally only applied incertain types of trends.<br><br>Many tools have a degree of subjectivity, or variants. This is one ofthe reasons we make formulas visible. That way you're free to examine,modify, or ignore the tools as you choose. <img src="http://www.bullcharts.com.au/forum/smileys/smiley1.gif" border="0"><br>]]>
   </description>
   <pubDate>Thu, 03 Mar 2005 10:33:08 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=152&amp;PID=582#582</guid>
  </item> 
  <item>
   <title>Evening Star Pattern : So we should not use any/allcandle...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=152&amp;PID=580#580</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=44" rel="nofollow">Cobra</a><br /><strong>Subject:</strong> 152<br /><strong>Posted:</strong> 02&nbsp;Mar&nbsp;2005 at 11:21pm<br /><br />So we should not use any/all&nbsp;candle pattern scans&nbsp;in the mean time??<IMG src="http://www.bullcharts.com.au/forum/smileys/smiley5.gif" border="0">]]>
   </description>
   <pubDate>Wed, 02 Mar 2005 23:21:32 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=152&amp;PID=580#580</guid>
  </item> 
  <item>
   <title>Evening Star Pattern : You can see the BullScript for...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=152&amp;PID=571#571</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=3" rel="nofollow">Peter</a><br /><strong>Subject:</strong> 152<br /><strong>Posted:</strong> 02&nbsp;Mar&nbsp;2005 at 9:41am<br /><br />You can see the BullScript for the built-in candle patterns by opening windows explorer and going to:<br>C:\Program Files\BullSystems\BullCharts\Functions<br>The .bss files can be opened in notepad.<br><br>We plan to review the candle pattern forumulas.<br>]]>
   </description>
   <pubDate>Wed, 02 Mar 2005 09:41:55 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=152&amp;PID=571#571</guid>
  </item> 
  <item>
   <title>Evening Star Pattern : I was wondering what are the criteria...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=152&amp;PID=566#566</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=44" rel="nofollow">Cobra</a><br /><strong>Subject:</strong> 152<br /><strong>Posted:</strong> 01&nbsp;Mar&nbsp;2005 at 12:22pm<br /><br />I was wondering what are the criteria for your candle patterns, asI&nbsp; tried the Shooting Star scan and it seems to be different towhat I have read in text books eg - <br><img src="uploads/Cobra/2005-03-01_121640_shootingstar.gif" border="0"><br>My code is - <br><pre wrap="">&lt;?xml version="1.0" encoding="utf-8"?&gt;<br>&lt;Scan schemaVersion="1.0" appName="BullScan" appVersion="2.4.0"&gt;<br>	&lt;Information&gt;<br>		&lt;Name&gt;Shooting Star&lt;/Name&gt;<br>		&lt;Category&gt;My Scans&lt;/Category&gt;<br>	&lt;/Information&gt;<br>	&lt;Criteria match="all"&gt;<br>		&lt;Criterion importance="1"&gt;<br>			&lt;Condition type="LessThan" /&gt;<br>			&lt;Operands&gt;<br>				&lt;Price field="Close" /&gt;<br>				&lt;Price field="Open" /&gt;<br>			&lt;/Operands&gt;<br>		&lt;/Criterion&gt;<br>		&lt;Criterion importance="1"&gt;<br>			&lt;Condition type="GreaterThan" /&gt;<br>			&lt;Operands&gt;<br>				&lt;Price field="High" /&gt;<br>				&lt;Price field="Open" /&gt;<br>			&lt;/Operands&gt;<br>		&lt;/Criterion&gt;<br>		&lt;Criterion importance="1"&gt;<br>			&lt;Condition type="Equal" /&gt;<br>			&lt;Operands&gt;<br>				&lt;Price field="Close" /&gt;<br>				&lt;Price field="Low" /&gt;<br>			&lt;/Operands&gt;<br>		&lt;/Criterion&gt;<br>		&lt;Criterion importance="1"&gt;<br>			&lt;Condition type="GreaterThan" /&gt;<br>			&lt;Operands&gt;<br>				&lt;Price field="Low" /&gt;<br>				&lt;Price field="Close"&gt;<br>					&lt;Modifier barsAgo="1" /&gt;<br>				&lt;/Price&gt;<br>			&lt;/Operands&gt;<br>		&lt;/Criterion&gt;<br>		&lt;Criterion importance="1"&gt;<br>			&lt;Condition type="LessThan" /&gt;<br>			&lt;Operands&gt;<br>				&lt;Price field="Open"&gt;<br>					&lt;Modifier barsAgo="1" /&gt;<br>				&lt;/Price&gt;<br>				&lt;Price field="Close"&gt;<br>					&lt;Modifier barsAgo="1" /&gt;<br>				&lt;/Price&gt;<br>			&lt;/Operands&gt;<br>		&lt;/Criterion&gt;<br>	&lt;/Criteria&gt;<br>	&lt;Data bars="auto" period="Daily"&gt;<br>		&lt;SymbolGroups&gt;<br>			&lt;WatchList path="C:\Program Files\BullSystems\BullCharts\WatchLists\CFD.wl" /&gt;<br>		&lt;/SymbolGroups&gt;<br>	&lt;/Data&gt;<br>	&lt;Results rows="all" /&gt;<br>&lt;/Scan&gt;</pre><br>]]>
   </description>
   <pubDate>Tue, 01 Mar 2005 12:22:17 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=152&amp;PID=566#566</guid>
  </item> 
  <item>
   <title>Evening Star Pattern : BullCharts doesn&amp;#039;t have an...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=152&amp;PID=550#550</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=3" rel="nofollow">Peter</a><br /><strong>Subject:</strong> 152<br /><strong>Posted:</strong> 28&nbsp;Feb&nbsp;2005 at 9:49am<br /><br />BullCharts doesn't have an evening star at the moment, but one could bemade using BullScript. I'll look into adding it into a future version.]]>
   </description>
   <pubDate>Mon, 28 Feb 2005 09:49:02 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=152&amp;PID=550#550</guid>
  </item> 
  <item>
   <title>Evening Star Pattern : Is there an equivalent to the...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=152&amp;PID=543#543</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=53" rel="nofollow">etrader</a><br /><strong>Subject:</strong> 152<br /><strong>Posted:</strong> 26&nbsp;Feb&nbsp;2005 at 8:35pm<br /><br /><P>Is there an equivalent to the Evening Star Pattern &#091;Japanese term&#093;that I am missing in the CandleStick Patterns within Bullcharts.</P><P>This is a reversal pattern at the top of a range or trend. I do see a Morning Star Pattern within Bullcharts which calculates thie opposite pattern at the bottom end.</P><P>cheers</P>]]>
   </description>
   <pubDate>Sat, 26 Feb 2005 20:35:26 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=152&amp;PID=543#543</guid>
  </item> 
 </channel>
</rss>