<?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 : Guppy&#146;s MMA applied to RSC</title>
  <link>http://www.bullcharts.com.au/forum/</link>
  <description>This is an XML content feed of; BullCharts : BullScript : Guppy&#146;s MMA applied to RSC</description>
  <copyright>Copyright (c) 2006-2009 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 13:59:07 +0000</pubDate>
  <lastBuildDate>Tue, 31 May 2005 16:07:23 +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=219</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>Guppy&#146;s MMA applied to RSC : Wow Peter your script is lightening...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=219&amp;PID=820#820</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=46" rel="nofollow">Owen</a><br /><strong>Subject:</strong> 219<br /><strong>Posted:</strong> 31&nbsp;May&nbsp;2005 at 4:07pm<br /><br />Wow Peter your script is lightening fast! I'll have to remember this trick.<img src="http://www.bullcharts.com.au/forum/smileys/smiley36.gif" border="0">&nbsp;]]>
   </description>
   <pubDate>Tue, 31 May 2005 16:07:23 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=219&amp;PID=820#820</guid>
  </item> 
  <item>
   <title>Guppy&#146;s MMA applied to RSC : Calling one formula from another...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=219&amp;PID=818#818</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> 219<br /><strong>Posted:</strong> 31&nbsp;May&nbsp;2005 at 9:59am<br /><br />Calling one formula from another can sometimes be slow in BullScript.I've made a faster version by copying the main part of the RSC formula,then assigning the result to a temporary variable.<br><br><span style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);">symb := inputsymbol("Compare to", "XAO");</span><br style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);"><span style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);">{calc RSC manually}</span><br style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);"><span style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);">tmp := C/LoadSymbol(symb,C);</span><br style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);"><br><span style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);">MA(tmp,3,e);</span><br style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);"><span style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);">MA(tmp,5,e);</span><br style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);"><span style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);">MA(tmp,8,e);</span><br style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);"><span style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);">MA(tmp,10,e);</span><br style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);"><span style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);">MA(tmp,12,e);</span><br style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);"><span style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);">MA(tmp,15,e);</span><br style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);"><br style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);"><span style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);">&#091;color=red&#093;</span><br style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);"><span style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);">MA(tmp,30,e);</span><br style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);"><span style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);">MA(tmp,35,e);</span><br style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);"><span style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);">MA(tmp,40,e);</span><br style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);"><span style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);">MA(tmp,45,e);</span><br style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);"><span style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);">MA(tmp,50,e);</span><br style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);"><span style="font-family: courier new,courier,mono; color: rgb(0, 0, 153);">MA(tmp,60,e)</span><br>]]>
   </description>
   <pubDate>Tue, 31 May 2005 09:59:04 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=219&amp;PID=818#818</guid>
  </item> 
  <item>
   <title>Guppy&#146;s MMA applied to RSC : I applied multiple moving averages...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=219&amp;PID=812#812</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=46" rel="nofollow">Owen</a><br /><strong>Subject:</strong> 219<br /><strong>Posted:</strong> 30&nbsp;May&nbsp;2005 at 2:40pm<br /><br />I applied multiple moving averages to the RSC indicator, but it takes along time to load my script. Is there a better way to write it?<br>My script:<br><br>MA(fml("Relative Strength Comparison"),3,e);<br>MA(fml("Relative Strength Comparison"),5,e);<br>MA(fml("Relative Strength Comparison"),8,e);<br>MA(fml("Relative Strength Comparison"),10,e);<br>MA(fml("Relative Strength Comparison"),12,e);<br>MA(fml("Relative Strength Comparison"),15,e);<br>&#091;color=red&#093;<br>MA(fml("Relative Strength Comparison"),30,e);<br>MA(fml("Relative Strength Comparison"),35,e);<br>MA(fml("Relative Strength Comparison"),40,e);<br>MA(fml("Relative Strength Comparison"),45,e);<br>MA(fml("Relative Strength Comparison"),50,e);<br>MA(fml("Relative Strength Comparison"),60,e)<br>]]>
   </description>
   <pubDate>Mon, 30 May 2005 14:40:51 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=219&amp;PID=812#812</guid>
  </item> 
 </channel>
</rss>