<?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 : RSI</title>
  <link>http://www.bullcharts.com.au/forum/</link>
  <description>This is an XML content feed of; BullCharts : BullScript : RSI</description>
  <copyright>Copyright (c) 2006-2009 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 12:00:09 +0000</pubDate>
  <lastBuildDate>Sat, 30 May 2009 10:06:51 +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=563</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>RSI : Wonderful, yet again, thanks Maximo. Its...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=563&amp;PID=2074#2074</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=294" rel="nofollow">jalna</a><br /><strong>Subject:</strong> 563<br /><strong>Posted:</strong> 30&nbsp;May&nbsp;2009 at 10:06am<br /><br />Wonderful, yet again, thanks Maximo.<br />Its a great quick visual <img src="http://www.bullcharts.com.au/forum/smileys/smiley1.gif" border="0" align="middle" /> ]]>
   </description>
   <pubDate>Sat, 30 May 2009 10:06:51 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=563&amp;PID=2074#2074</guid>
  </item> 
  <item>
   <title>RSI : Yes that&amp;#039;s not too hard.See...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=563&amp;PID=2072#2072</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=189" rel="nofollow">maximo</a><br /><strong>Subject:</strong> 563<br /><strong>Posted:</strong> 30&nbsp;May&nbsp;2009 at 12:50am<br /><br /><P>Yes that's not too hard.&nbsp;&nbsp;See if this is what you're after.&nbsp; MML is showing&nbsp;half completion.</P><DIV></DIV>{ Full RSI formula with areafill } <DIV><FONT size=3><P>n := </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>input</FONT></FONT><FONT size=3>(</FONT><FONT color=#008b8b size=3><FONT color=#008b8b size=3>"Time period"</FONT></FONT><FONT size=3>,14,1);</P><P>nb:= n*2-1; </FONT><FONT color=#008000 size=3><FONT color=#008000 size=3>{=wilder's smoothing }</P></FONT></FONT><FONT size=3><P>Su:=</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Ma</FONT></FONT><FONT size=3>(</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>If</FONT></FONT><FONT size=3>(</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>C</FONT></FONT><FONT size=3>-</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Ref</FONT></FONT><FONT size=3>(</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>C</FONT></FONT><FONT size=3>,-1) &gt; 0, </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>C</FONT></FONT><FONT size=3>-</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Ref</FONT></FONT><FONT size=3>(</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>C</FONT></FONT><FONT size=3>,-1), 0),nb,</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>E</FONT></FONT><FONT size=3>);</P><P>Sd:=</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Ma</FONT></FONT><FONT size=3>(</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>If</FONT></FONT><FONT size=3>(</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>C</FONT></FONT><FONT size=3>-</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Ref</FONT></FONT><FONT size=3>(</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>C</FONT></FONT><FONT size=3>,-1) &lt; 0, </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Ref</FONT></FONT><FONT size=3>(</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>C</FONT></FONT><FONT size=3>,-1) - </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>C</FONT></FONT><FONT size=3>, 0),nb,</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>E</FONT></FONT><FONT size=3>);</P><P>rs:=100-100/(1 + (Su/sd));</P><P>rs;</P><P>rs1:=</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>if</FONT></FONT><FONT size=3>(rs&gt;=70,rs,70);rs2:=</FONT><FONT size=3>70;</P><P>rs3:=</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>if</FONT></FONT><FONT size=3>(rs&lt;=30,rs,30);rs4:=</FONT><FONT size=3>30;</P></FONT><FONT color=#800080 size=3><FONT color=#800080 size=3><P>&#091;color</FONT></FONT><FONT size=3>=red</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>;</FONT></FONT><FONT size=3> </FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>linestyle</FONT></FONT><FONT size=3>=dotted</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>&#093;</P></FONT></FONT><FONT size=3><P>70;</P></FONT><FONT color=#800080 size=3><FONT color=#800080 size=3><P>&#091;color</FONT></FONT><FONT size=3>=lime green</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>&#093;</P></FONT></FONT><FONT size=3><P>30;</P></FONT><FONT color=#800080 size=3><FONT color=#800080 size=3><P>&#091;name</FONT></FONT><FONT size=3>=RSI Top Fill</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>;</FONT></FONT><FONT size=3> </FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>linestyle</FONT></FONT><FONT size=3>=fill</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>;</FONT></FONT><FONT size=3> </FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>color</FONT></FONT><FONT size=3>=blue</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>&#093;</P></FONT></FONT><FONT size=3><P>rs1; rs2;</P></FONT><FONT color=#800080 size=3><FONT color=#800080 size=3><P>&#091;name</FONT></FONT><FONT size=3>=RSI Low Fill</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>;</FONT></FONT><FONT size=3> </FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>linestyle</FONT></FONT><FONT size=3>=fill</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>;</FONT></FONT><FONT size=3> </FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>color</FONT></FONT><FONT size=3>=blue</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>&#093;</P></FONT></FONT><FONT size=3><P>rs3; rs4;</P><DIV></DIV></FONT></DIV><span style="font-size:10px"><br /><br />Edited by maximo - 30&nbsp;May&nbsp;2009 at 1:02am</span>]]>
   </description>
   <pubDate>Sat, 30 May 2009 00:50:20 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=563&amp;PID=2072#2072</guid>
  </item> 
  <item>
   <title>RSI : Hi, Can anyone write the code...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=563&amp;PID=2071#2071</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=294" rel="nofollow">jalna</a><br /><strong>Subject:</strong> 563<br /><strong>Posted:</strong> 28&nbsp;May&nbsp;2009 at 9:47pm<br /><br />Hi, Can anyone write the code so the RSI fills in with a solid colour, in the overbought and oversold areas. I noticed a lot of USA chartists do this and it can make it easier to see as the charts flip through quickly. Perhaps this will be too hard. Not sure what happens when the o'bought area is half completed. It would have to have completed I suppose]]>
   </description>
   <pubDate>Thu, 28 May 2009 21:47:25 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=563&amp;PID=2071#2071</guid>
  </item> 
 </channel>
</rss>