<?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.webwizguide.com/rss_namespace/">
 <channel>
  <title>BullCharts</title>
  <link>http://www.bullcharts.com.au/forum/</link>
  <description>This is an XML content feed of; BullCharts : Last 10 Posts</description>
  <copyright>Copyright (c) 2006-2008 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 30 Jul 2010 20:43:53 +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.50</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>www.bullcharts.com.au/forum/RSS_topic_feed.asp</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>BullScript : Breakout Bands</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> Breakout Bands<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> 
  <item>
   <title>BullCharts discussion : MACD weekly</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=669&amp;PID=2570#2570</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> MACD weekly<br /><strong>Posted:</strong> 12&nbsp;Jul&nbsp;2010 at 2:16pm<br /><br />Brilliant Bana , thanks heaps]]>
   </description>
   <pubDate>Mon, 12 Jul 2010 14:16:15 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=669&amp;PID=2570#2570</guid>
  </item> 
  <item>
   <title>BullCharts discussion : MACD weekly</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=669&amp;PID=2569#2569</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=223" rel="nofollow">Bana</a><br /><strong>Subject:</strong> MACD weekly<br /><strong>Posted:</strong> 12&nbsp;Jul&nbsp;2010 at 11:07am<br /><br />Insert the MACD indicator on the Daily chart. <DIV>&nbsp;</DIV><DIV>In the MACD indicator's properties, go to the "Advanced" tab.</DIV><DIV>&nbsp;</DIV><DIV>Tick the box against "Convert period" and select "weekly" from the drop down list.</DIV><DIV>&nbsp;</DIV><DIV>This will insert weekly MACD on your daily chart. </DIV><DIV>&nbsp;</DIV><DIV>You can do this for any other indicators as well.</DIV><DIV>&nbsp;</DIV><DIV>Cheers</DIV>]]>
   </description>
   <pubDate>Mon, 12 Jul 2010 11:07:08 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=669&amp;PID=2569#2569</guid>
  </item> 
  <item>
   <title>Tips and Tricks : MetaStock</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=645&amp;PID=2568#2568</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=32" rel="nofollow">chart rider</a><br /><strong>Subject:</strong> MetaStock<br /><strong>Posted:</strong> 09&nbsp;Jul&nbsp;2010 at 8:32pm<br /><br />cwb<br />That's affimative, my setup has data services activated and the Activate Data Services drop down does not appear in the help menu.  If you are unable to load the metastock data then it sounds something may not be set up correctly with your data activation at the weblink server, hopefully weblink will respond to your enquiry.<br />CR]]>
   </description>
   <pubDate>Fri, 09 Jul 2010 20:32:12 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=645&amp;PID=2568#2568</guid>
  </item> 
  <item>
   <title>Tips and Tricks : MetaStock</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=645&amp;PID=2567#2567</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=755" rel="nofollow">cwb</a><br /><strong>Subject:</strong> MetaStock<br /><strong>Posted:</strong> 08&nbsp;Jul&nbsp;2010 at 8:38pm<br /><br />CR <DIV>&nbsp;</DIV><DIV>Thanks but it looks to me like the metastock data has not loaded&gt; I have an enquiry out with Bullcharts. The Activate Data Services drop down in the&nbsp;help menu is no longer visible after having activated data&nbsp;?</DIV>]]>
   </description>
   <pubDate>Thu, 08 Jul 2010 20:38:33 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=645&amp;PID=2567#2567</guid>
  </item> 
  <item>
   <title>Tips and Tricks : MetaStock</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=645&amp;PID=2566#2566</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=32" rel="nofollow">chart rider</a><br /><strong>Subject:</strong> MetaStock<br /><strong>Posted:</strong> 08&nbsp;Jul&nbsp;2010 at 7:45pm<br /><br />slips & cwb<br /><br />Select: Tools - Preferences - Data - MetaStock Database, then browse to the folder containing the metastock files,  click OK and Bobs your uncle.<br /><br />CR]]>
   </description>
   <pubDate>Thu, 08 Jul 2010 19:45:55 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=645&amp;PID=2566#2566</guid>
  </item> 
  <item>
   <title>Tips and Tricks : MetaStock</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=645&amp;PID=2565#2565</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=755" rel="nofollow">cwb</a><br /><strong>Subject:</strong> MetaStock<br /><strong>Posted:</strong> 07&nbsp;Jul&nbsp;2010 at 7:16pm<br /><br /><P>Slips,</P><DIV>&nbsp;</DIV><DIV>Did you get an answer to metastock data</DIV><DIV>&nbsp;</DIV><DIV>I am having same problem </DIV>]]>
   </description>
   <pubDate>Wed, 07 Jul 2010 19:16:39 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=645&amp;PID=2565#2565</guid>
  </item> 
  <item>
   <title>BullScript : ATR bands</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=667&amp;PID=2564#2564</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> ATR bands<br /><strong>Posted:</strong> 06&nbsp;Jul&nbsp;2010 at 11:54pm<br /><br />Okay, added a top band.&nbsp;<DIV>&nbsp;</DIV><DIV><FONT size=3><P>Mult:=</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>"ATR Multiplier"</FONT></FONT><FONT size=3>,2,1);</P><P>Nb:=</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>"Nb Periods"</FONT></FONT><FONT size=3>,14,1);</P><P>HH := </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Close</FONT></FONT><FONT size=3>-Mult*ATR(Nb);</P><P>LL := </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Close</FONT></FONT><FONT size=3>+Mult*ATR(Nb);</P></FONT><FONT color=#800080 size=3><FONT color=#800080 size=3><P>&#091;target</FONT></FONT><FONT size=3>=price</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>=black</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>=solid</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>;&#093;</P></FONT></FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3><P>if</FONT></FONT><FONT size=3>(HH&lt;</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>prev</FONT></FONT><FONT size=3> </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>and</FONT></FONT><FONT size=3> </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>close</FONT></FONT><FONT size=3>&gt;</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>prev</FONT></FONT><FONT size=3>,</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>prev</FONT></FONT><FONT size=3>,HH);</P></FONT><FONT color=#800080 size=3><FONT color=#800080 size=3><P>&#091;target</FONT></FONT><FONT size=3>=price</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>=magenta</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>=solid</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>;&#093;</P></FONT></FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3><P>if</FONT></FONT><FONT size=3>(LL&gt;</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>prev</FONT></FONT><FONT size=3> </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>and</FONT></FONT><FONT size=3> </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>close</FONT></FONT><FONT size=3>&lt;</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>prev</FONT></FONT><FONT size=3>,</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>prev</FONT></FONT><FONT size=3>,LL);</P><DIV></FONT></DIV></DIV><DIV>&nbsp;</DIV><span style="font-size:10px"><br /><br />Edited by maximo - 06&nbsp;Jul&nbsp;2010 at 11:56pm</span>]]>
   </description>
   <pubDate>Tue, 06 Jul 2010 23:54:37 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=667&amp;PID=2564#2564</guid>
  </item> 
  <item>
   <title>BullCharts discussion : MACD weekly</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=669&amp;PID=2563#2563</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> MACD weekly<br /><strong>Posted:</strong> 06&nbsp;Jul&nbsp;2010 at 10:36am<br /><br />Would anyone know what settings to put on the MACD for a weekly reading on a daily chart ?<br>or is their a way to do this . i don't want to split the chart up into a daily and weekly of the stock on the same screen<br>]]>
   </description>
   <pubDate>Tue, 06 Jul 2010 10:36:14 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=669&amp;PID=2563#2563</guid>
  </item> 
  <item>
   <title>BullScript : ATR bands</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=667&amp;PID=2562#2562</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> ATR bands<br /><strong>Posted:</strong> 06&nbsp;Jul&nbsp;2010 at 10:31am<br /><br />Thanks guys. maximo would it be possible to add a top band too.<br>I will have a closer look at the wilson when i have time <br>Thanks<br>]]>
   </description>
   <pubDate>Tue, 06 Jul 2010 10:31:24 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=667&amp;PID=2562#2562</guid>
  </item> 
 </channel>
</rss>