<?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 : Breakout Bands</title>
  <link>http://www.bullcharts.com.au/forum/</link>
  <description>This is an XML content feed of; BullCharts : BullScript : Breakout Bands</description>
  <copyright>Copyright (c) 2006-2009 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 09:10:42 +0000</pubDate>
  <lastBuildDate>Sun, 25 Jul 2010 23:23:58 +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=671</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>Breakout Bands : Hiya&amp;#039;s, I&amp;#039;ve had this...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=671&amp;PID=2572#2572</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> 671<br /><strong>Posted:</strong> 25&nbsp;Jul&nbsp;2010 at 11:23pm<br /><br /><P>Hiya's,</P><P>I've had this one in my formulas for a while and thought I'd share it.&nbsp;&nbsp; Originally it was a weekly breakout indicator using just 3 bars to determine&nbsp;trade levels&nbsp;without any averaging.&nbsp;&nbsp; It can still be used as such by adjusting the values, like smoothing =1 &nbsp;(none) and lookback = 3</P><P>I've adapted it for the daily charts added smoothing and range breakout percentage.&nbsp; The default range% for a breakout is 25% of the range of the lookback period.&nbsp; This can be set&nbsp;from 20% - 30% and you can see the levels expand or contract depending on that setting.</P><P>Can be used on stocks , indices &amp; forex.&nbsp;&nbsp; To trade the breakout levels, stop buy &amp; sell stop orders can be placed.&nbsp; The opposite band colour can also be used as the exit.</P><P>&nbsp;</P><P>&#091;target=price&#093;<BR>&#091;Description="Breakout Bands, Weekly=3, Daily=15, Max"&#093;<BR>n := input("Lookback periods",15,0);<BR>hshift := input("Horizontal shift",15);<BR>sm := input("Smoothing",3,1);<BR>rx:= input("Range Expand%",0.25,0.2);<BR>UB:=hist(HHV(H,n),hshift)-hist(LLV(C,n),hshift);<BR>LB:=hist(HHV(C,n),hshift)-hist(LLV(L,n),hshift);<BR>&#091;linestyle=solid; color=lime green&#093;<BR>ma((UB*rx)+Open,sm,E);<BR>&#091;color=rgb(226,118,118)&#093; {red}<BR>ma(Open-(LB*rx),sm,E);<BR></P><span style="font-size:10px"><br /><br />Edited by maximo - 25&nbsp;Jul&nbsp;2010 at 11:38pm</span>]]>
   </description>
   <pubDate>Sun, 25 Jul 2010 23:23:58 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=671&amp;PID=2572#2572</guid>
  </item> 
 </channel>
</rss>