<?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 : Market Thermometer</title>
  <link>http://www.bullcharts.com.au/forum/</link>
  <description>This is an XML content feed of; BullCharts : BullScript : Market Thermometer</description>
  <copyright>Copyright (c) 2006-2009 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 13:51:45 +0000</pubDate>
  <lastBuildDate>Tue, 23 Oct 2007 01:47:45 +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=444</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>Market Thermometer : Thank you Blackdog for your quick...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=444&amp;PID=1642#1642</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=213" rel="nofollow">lmbull</a><br /><strong>Subject:</strong> 444<br /><strong>Posted:</strong> 23&nbsp;Oct&nbsp;2007 at 1:47am<br /><br />Thank you&nbsp; Blackdog for your quick response. This was exactly what I <br>was looking for, although the full use of its implementation still needs to<br>be looked into. At least now I can examine it in more detail even though<br>it is just another momentum measurement.<br>My coding years seem to be much too far in the past and need a lot more work.<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  <img src="http://www.bullcharts.com.au/forum/smileys/smiley4.gif" border="0"><br>]]>
   </description>
   <pubDate>Tue, 23 Oct 2007 01:47:45 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=444&amp;PID=1642#1642</guid>
  </item> 
  <item>
   <title>Market Thermometer : Imbull,  You can only set a...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=444&amp;PID=1641#1641</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=206" rel="nofollow">blackdog</a><br /><strong>Subject:</strong> 444<br /><strong>Posted:</strong> 22&nbsp;Oct&nbsp;2007 at 6:59pm<br /><br /><DIV>Imbull,</DIV><DIV>&nbsp;</DIV><DIV>You can only set a varable once in BC. So you have to code it the long way. I had a bit of a play with it and here is&nbsp;some coding for you to start with.</DIV><DIV>&nbsp;</DIV><DIV><FONT color=#800080 size=3><P>&#091;description</FONT><FONT size=3>="the safety in the market Thermometer. It is just a momentum indicator giving a value from </P><P>-5 to +5.</P><P>If todays close &gt; yesterdays close -&gt; temp +2 else if less then -2.</P><P>If todays close &gt; todays open -&gt; temp +2 else if less then -2,</P><P>If todays range is &gt; yesterdays close -&gt; +1 else if less then -1"</FONT><FONT color=#800080 size=3>&#093;</P></FONT><FONT size=3></FONT><FONT color=#800080 size=3><P>&#091;target</FONT><FONT size=3>=Ribbon</FONT><FONT color=#800080 size=3>;</FONT><FONT size=3> </FONT><FONT color=#800080 size=3>category</FONT><FONT size=3>=zzz</FONT><FONT color=#800080 size=3>&#093;</P></FONT><FONT size=3><P>&nbsp;</P><P>&nbsp;</P><P>CgtC:=</FONT><FONT color=#0000c0 size=3>loadSymbol</FONT><FONT size=3>(</FONT><FONT color=#008b8b size=3>"XAO"</FONT><FONT size=3>,</FONT><FONT color=#0000c0 size=3>C</FONT><FONT size=3>)&gt;</FONT><FONT color=#0000c0 size=3>hist</FONT><FONT size=3>(</FONT><FONT color=#0000c0 size=3>loadSymbol</FONT><FONT size=3>(</FONT><FONT color=#008b8b size=3>"XAO"</FONT><FONT size=3>,</FONT><FONT color=#0000c0 size=3>C</FONT><FONT size=3>),1);</FONT><FONT color=#008000 size=3>{todays close &gt; yesterdays close}</P></FONT><FONT size=3><P>CgtO:=</FONT><FONT color=#0000c0 size=3>loadSymbol</FONT><FONT size=3>(</FONT><FONT color=#008b8b size=3>"XAO"</FONT><FONT size=3>,</FONT><FONT color=#0000c0 size=3>C</FONT><FONT size=3>)&gt;</FONT><FONT color=#0000c0 size=3>loadSymbol</FONT><FONT size=3>(</FONT><FONT color=#008b8b size=3>"XAO"</FONT><FONT size=3>,</FONT><FONT color=#0000c0 size=3>O</FONT><FONT size=3>); </FONT><FONT color=#008000 size=3>{todays close &gt; todays open}</P></FONT><FONT size=3><P>RgtC:=</FONT><FONT color=#0000c0 size=3>loadSymbol</FONT><FONT size=3>(</FONT><FONT color=#008b8b size=3>"XAO"</FONT><FONT size=3>,</FONT><FONT color=#0000c0 size=3>H</FONT><FONT size=3>)&gt;</FONT><FONT color=#0000c0 size=3>hist</FONT><FONT size=3>(</FONT><FONT color=#0000c0 size=3>loadSymbol</FONT><FONT size=3>(</FONT><FONT color=#008b8b size=3>"XAO"</FONT><FONT size=3>,</FONT><FONT color=#0000c0 size=3>C</FONT><FONT size=3>),1); </FONT><FONT color=#008000 size=3>{todays range is &gt; yesterdays close}</P></FONT><FONT size=3><P>Therm:= </FONT><FONT color=#0000c0 size=3>if</FONT><FONT size=3>(CgtC </FONT><FONT color=#0000c0 size=3>and</FONT><FONT size=3> CgtO </FONT><FONT color=#0000c0 size=3>and</FONT><FONT size=3> RgtC,5,</P><P></FONT><FONT color=#0000c0 size=3>if</FONT><FONT size=3>(CgtC </FONT><FONT color=#0000c0 size=3>and</FONT><FONT size=3> CgtO </FONT><FONT color=#008000 size=3>{and not RgtC}</FONT><FONT size=3>, 3,</P><P></FONT><FONT color=#0000c0 size=3>if</FONT><FONT size=3>(CgtC </FONT><FONT color=#008000 size=3>{and not CgtO}</FONT><FONT size=3> </FONT><FONT color=#0000c0 size=3>and</FONT><FONT size=3> RgtC, 1,</P><P></FONT><FONT color=#0000c0 size=3>if</FONT><FONT size=3>(</FONT><FONT color=#008000 size=3>{not CgtC and }</FONT><FONT size=3>CgtO </FONT><FONT color=#0000c0 size=3>and</FONT><FONT size=3> RgtC, 1,</P><P></FONT><FONT color=#0000c0 size=3>if</FONT><FONT size=3>(CgtC </FONT><FONT color=#008000 size=3>{and not CgtO and not RgtC}</FONT><FONT size=3>, -1,</P><P></FONT><FONT color=#0000c0 size=3>if</FONT><FONT size=3>(</FONT><FONT color=#008000 size=3>{not CgtC and}</FONT><FONT size=3> CgtO </FONT><FONT color=#008000 size=3>{and not RgtC}</FONT><FONT size=3>, -1,</P><P></FONT><FONT color=#0000c0 size=3>if</FONT><FONT size=3>(</FONT><FONT color=#008000 size=3>{not CgtC and not CgtO and}</FONT><FONT size=3> RgtC, -3,-5)))))));</P><P></P></FONT><FONT color=#800080 size=3><P>&#091;color</FONT><FONT size=3>=Dark green</FONT><FONT color=#800080 size=3>;</FONT><FONT size=3> </FONT><FONT color=#800080 size=3>name</FONT><FONT size=3>=+5</FONT><FONT color=#800080 size=3>&#093;</P><P>&#091;fillstyle</FONT><FONT size=3>=solid</FONT><FONT color=#800080 size=3>&#093;</P></FONT><FONT size=3><P>Therm= 5;</P></FONT><FONT color=#800080 size=3><P>&#091;color</FONT><FONT size=3>=light green</FONT><FONT color=#800080 size=3>;</FONT><FONT size=3> </FONT><FONT color=#800080 size=3>name</FONT><FONT size=3>=+3</FONT><FONT color=#800080 size=3>&#093;</P><P>&#091;fillstyle</FONT><FONT size=3>=solid</FONT><FONT color=#800080 size=3>&#093;</P></FONT><FONT size=3><P>Therm = 3;</P></FONT><FONT color=#800080 size=3><P>&#091;color</FONT><FONT size=3>=light green</FONT><FONT color=#800080 size=3>;</FONT><FONT size=3> </FONT><FONT color=#800080 size=3>name</FONT><FONT size=3>=+1</FONT><FONT color=#800080 size=3>&#093;</P><P>&#091;fillstyle</FONT><FONT size=3>=narrow vertical</FONT><FONT color=#800080 size=3>&#093;</P></FONT><FONT size=3><P>Therm = 1;</P></FONT><FONT color=#800080 size=3><P>&#091;color</FONT><FONT size=3>=pink</FONT><FONT color=#800080 size=3>;</FONT><FONT size=3> </FONT><FONT color=#800080 size=3>name</FONT><FONT size=3>=-1</FONT><FONT color=#800080 size=3>&#093;</P><P>&#091;fillstyle</FONT><FONT size=3>=narrow vertical</FONT><FONT color=#800080 size=3>&#093;</P></FONT><FONT size=3><P>Therm = -1;</P></FONT><FONT color=#800080 size=3><P>&#091;color</FONT><FONT size=3>=pink</FONT><FONT color=#800080 size=3>;</FONT><FONT size=3> </FONT><FONT color=#800080 size=3>name</FONT><FONT size=3>=-3</FONT><FONT color=#800080 size=3>&#093;</P><P>&#091;fillstyle</FONT><FONT size=3>=solid</FONT><FONT color=#800080 size=3>&#093;</P></FONT><FONT size=3><P>Therm = -3;</P></FONT><FONT color=#800080 size=3><P>&#091;color</FONT><FONT size=3>=red</FONT><FONT color=#800080 size=3>;</FONT><FONT size=3> </FONT><FONT color=#800080 size=3>name</FONT><FONT size=3>=-5</FONT><FONT color=#800080 size=3>&#093;</P><P>&#091;fillstyle</FONT><FONT size=3>=solid</FONT><FONT color=#800080 size=3>&#093;</P></FONT><FONT size=3><P>Therm= -5;</P></FONT><FONT color=#800080 size=3><P>&#091;color</FONT><FONT size=3>=White</FONT><FONT color=#800080 size=3>&#093;</P></FONT><FONT size=3><P>&nbsp;</P></FONT></DIV>]]>
   </description>
   <pubDate>Mon, 22 Oct 2007 18:59:57 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=444&amp;PID=1641#1641</guid>
  </item> 
  <item>
   <title>Market Thermometer : I was wondering if anyone has...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=444&amp;PID=1640#1640</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=213" rel="nofollow">lmbull</a><br /><strong>Subject:</strong> 444<br /><strong>Posted:</strong> 22&nbsp;Oct&nbsp;2007 at 2:27pm<br /><br />I was wondering if anyone has looked at the safety in the market<br>&nbsp;Thermometer.It is just a momentum indicator giving a value from <br>&nbsp;-5 to +5.<br>If todays close &gt; yesterdays close -&gt; temp +2 else if less then -2.<br>If todays close&nbsp; &gt; todays open -&gt; temp +2 else if less then -2,<br>If todays range is &gt; yesterdays close -&gt; +1 else if less then -1<br><br>As simple as this seems i am still having trouble adding the +2 etc to a<br>value such as temp and then having the result come up in a ribbon with a string of nuumbers.<br>]]>
   </description>
   <pubDate>Mon, 22 Oct 2007 14:27:17 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=444&amp;PID=1640#1640</guid>
  </item> 
 </channel>
</rss>