<?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 : The Better Volume Indicator</title>
  <link>http://www.bullcharts.com.au/forum/</link>
  <description>This is an XML content feed of; BullCharts : BullScript : The Better Volume Indicator</description>
  <copyright>Copyright (c) 2006-2009 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 07:06:19 +0000</pubDate>
  <lastBuildDate>Fri, 06 Jul 2018 09:15:25 +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=694</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>The Better Volume Indicator : Hello, hoping Maximo or Niftyg...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=3564#3564</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=5367" rel="nofollow">holygrail</a><br /><strong>Subject:</strong> 694<br /><strong>Posted:</strong> 06&nbsp;Jul&nbsp;2018 at 9:15am<br /><br /><div>Hello, hoping Maximo or Niftyg (or anyone still following this thread) are able to help here.</div><div>I believe the Better Volume Indicator has been updated since Maximos last post of 2011. Is it possible for one of the coding gurus to visit http://emini-watch.com/free-stuff/volume-indicator/ and see if they can reproduce the new version for BullCharts?</div><div>I tried but failed miserably :(</div><div>Thank you in advance.<br></div><div><br></div>]]>
   </description>
   <pubDate>Fri, 06 Jul 2018 09:15:25 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=3564#3564</guid>
  </item> 
  <item>
   <title>The Better Volume Indicator : Hear hear, Tanaka!  Thank you...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2688#2688</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=196" rel="nofollow">cudderbean</a><br /><strong>Subject:</strong> 694<br /><strong>Posted:</strong> 24&nbsp;Mar&nbsp;2011 at 4:30pm<br /><br />Hear hear, Tanaka!<DIV>&nbsp;</DIV><DIV>Thank you Maximo and Niftyg for your very generous sharing of ideas... your coding really helps newbies like me &nbsp;to learn.</DIV><DIV>&nbsp;</DIV><DIV>Have you considered an e-manual to supplement the Bullscript and Bullscan&nbsp;help files. I'd certainly buy it.</DIV><DIV>&nbsp;</DIV><DIV>i think BC already beats Metastock hands down.. mainly because of the ease of importing and exporting lists to Excel and into WebIress&nbsp;for instance.</DIV><DIV>&nbsp;</DIV><DIV>Such a manual might boost user numbers.. the more the merrier.</DIV><DIV>&nbsp;</DIV><DIV>Thanks once more.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 24 Mar 2011 16:30:52 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2688#2688</guid>
  </item> 
  <item>
   <title>The Better Volume Indicator : Yes that looks more consistent...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2686#2686</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> 694<br /><strong>Posted:</strong> 24&nbsp;Mar&nbsp;2011 at 3:17pm<br /><br />Yes that looks more consistent Nifty!<DIV>&nbsp;</DIV><DIV>{ Updated code}</DIV><DIV>&nbsp;</DIV><DIV>&#091;description="Better Volume Indicator - <a href="http://emini-watch.com/free-stuff/volume-indicator/" target="_blank">http://emini-watch.com/free-stuff/volume-indicator/</A>"&#093;<BR>Range := High - Low;<BR>Value1 := Volume;<BR>Value2 := Volume*Range;<BR>Value3 := If(Range&lt;&gt;0,Volume/Range,0);<BR>ma(Value1,100,S);<BR>&#091;linestyle=Grounded Bar; width=4&#093;<BR>&#091;Color=Cyan&#093; { Normal bars }<BR>Volume;<BR>&#091;Color=Gold&#093; { High volume bars }<BR>GoldBar:=If(Value1 = Highest(Value1,20) and Close &lt; Open,V,undefined);<BR>GoldBar;<BR>&#091;Color=Red&#093; { Volume climax bars }<BR>RedBar:=If(Value2 = Highest(Value2,20) and Close &gt; Open,V,undefined);<BR>RedBar;<BR>&#091;Color=Lime Green&#093; { High churn bars }<BR>GreenBar:=If(Value3 = Highest(Value3,20),V,undefined);<BR>GreenBar;<BR>&#091;Color=Magenta&#093; { Climax &amp; High churn bars }<BR>MagentaBar:=If(Value2 = Highest(Value2,20) and Value3 = Highest(Value3,20),V,undefined); <BR>MagentaBar;<BR>&#091;Color=Coral&#093; { Low churn bars }<BR>OrangeBar:=If(Value1 = Lowest(Value1,20),V,undefined);<BR>OrangeBar;<BR></DIV>]]>
   </description>
   <pubDate>Thu, 24 Mar 2011 15:17:59 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2686#2686</guid>
  </item> 
  <item>
   <title>The Better Volume Indicator : Hi Max and Tanaka,  Just a further...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2685#2685</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=800" rel="nofollow">Niftyg</a><br /><strong>Subject:</strong> 694<br /><strong>Posted:</strong> 24&nbsp;Mar&nbsp;2011 at 1:34pm<br /><br /><FONT size=2 face="Verdana, Arial, Helvetica, sans-serif">Hi Max and Tanaka,</FONT><DIV>&nbsp;</DIV><DIV><FONT size=2 face="Verdana, Arial, Helvetica, sans-serif">Just a further update. </FONT></DIV><DIV><FONT size=2 face="Verdana, Arial, Helvetica, sans-serif"></FONT>&nbsp;</DIV><DIV><FONT size=2 face="Verdana, Arial, Helvetica, sans-serif">Change the coding of the orange bar to: </FONT><FONT color=#0000c0><FONT color=#0000c0></DIV><P><FONT size=2 face="Verdana, Arial, Helvetica, sans-serif">If</FONT></FONT></FONT><FONT size=2><FONT face="Verdana, Arial, Helvetica, sans-serif">(Value1 = <FONT color=#0000c0><FONT color=#0000c0>Lowest</FONT></FONT>(Value1,20),<FONT color=#0000c0><FONT color=#0000c0>V</FONT></FONT>,<FONT color=#0000c0><FONT color=#0000c0>undefined</FONT></FONT></FONT><FONT face="Verdana, Arial, Helvetica, sans-serif">);</FONT></FONT></P><DIV><FONT size=2 face="Verdana, Arial, Helvetica, sans-serif"></FONT></DIV><DIV><FONT size=2 face="Verdana, Arial, Helvetica, sans-serif"></FONT></DIV><DIV><FONT size=2 face="Verdana, Arial, Helvetica, sans-serif">if you want to see the lowest volume bar in the last 20 bars as per the web site.</FONT></DIV><DIV><FONT size=2 face="Verdana, Arial, Helvetica, sans-serif"></FONT>&nbsp;</DIV><DIV><FONT size=2 face="Verdana, Arial, Helvetica, sans-serif">Regards</FONT></DIV><DIV><FONT size=2 face="Verdana, Arial, Helvetica, sans-serif"></FONT>&nbsp;</DIV><DIV><FONT size=2 face="Verdana, Arial, Helvetica, sans-serif">Nifty</FONT></DIV>]]>
   </description>
   <pubDate>Thu, 24 Mar 2011 13:34:20 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2685#2685</guid>
  </item> 
  <item>
   <title>The Better Volume Indicator : Hi Tanaka,  I think I might...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2684#2684</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=800" rel="nofollow">Niftyg</a><br /><strong>Subject:</strong> 694<br /><strong>Posted:</strong> 24&nbsp;Mar&nbsp;2011 at 12:49pm<br /><br />Hi Tanaka,<DIV>&nbsp;</DIV><DIV>I think I might be able to answer that for you. Try using "is defined" instead of true.</DIV><DIV>&nbsp;</DIV><DIV>Regards</DIV><DIV>&nbsp;</DIV><DIV>Nifty</DIV>]]>
   </description>
   <pubDate>Thu, 24 Mar 2011 12:49:08 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2684#2684</guid>
  </item> 
  <item>
   <title>The Better Volume Indicator :   Originally posted by NiftygHi...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2683#2683</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=762" rel="nofollow">Tanaka</a><br /><strong>Subject:</strong> 694<br /><strong>Posted:</strong> 24&nbsp;Mar&nbsp;2011 at 11:57am<br /><br /><table width="99%"><tr><td class="BBquote"><strong><em>Originally posted by Niftyg</strong></em><br /><br />Hi Max and Tanaka,<div>&nbsp;</div><div><font face="Verdana, Arial, Helvetica, sans-serif"><font size="2">Thanks for the re-coding Max <img src="http://www.bullcharts.com.au/Forum/smileys/smiley32.gif" height="17" width="18" border="0" alt="Clap" title="Clap" />, however one small correction needs to be made. You just need to switch the &lt; and &gt; around for the red and gold bars. The red bar, the Close &lt; Open, should read close &gt; open and the gold bar should be Close &lt; Open.</font></font></div><div><font face="Verdana, Arial, Helvetica, sans-serif" size="2"></font>&nbsp;</div><div><font face="Verdana, Arial, Helvetica, sans-serif" size="2">I have already changed it on my indicator (I can manage minor editing), just wanted to bring it to your and other readers attention.</font></div><div><font face="Verdana, Arial, Helvetica, sans-serif" size="2"></font>&nbsp;</div><div><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Thanks Tanaka for bringing the indicator to my notice.<img src="http://www.bullcharts.com.au/Forum/smileys/smiley4.gif" height="17" width="17" border="0" alt="Big smile" title="Big smile" /></font></div></td></tr></table><br><br>Right once again Niftyg! I have made the changes. Once again thank you Max for your coding and thank you Niftyg for your diligence.<br><!--if gte mso 9> <o:OfficeSettings>  <o:AllowPNG/> </o:OfficeSettings><!--><!--if gte mso 9> <w:Word>  <w:View>Normal</w:View>  <w:Zoom>0</w:Zoom>  <w:TrackMoves/>  <w:Trackatting/>  <w:Punctuati&#111;nKerning/>  <w:ValidateAgainstSchemas/>  <w:SaveIfInvalid>false</w:SaveIfInvalid>  <w:IgnoreMixed>false</w:IgnoreMixed>  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>  <w:D&#111;notPromoteQF/>  <w:LidThemeOther>EN-AU</w:LidThemeOther>  <w:LidThemeAsian>X-NONE</w:LidThemeAsian>  <w:LidThemeComplex>X-NONE</w:LidThemeComplex>  <w:Compatibility>   <w:BreakWrappedTables/>   <w:SnapToGridInCell/>   <w:WrapTextWithPunct/>   <w:UseAsianBreakRules/>   <w:D&#111;ntGrowAutofit/>   <w:SplitPgBreakAndark/>   <w:EnableKerning/>   <w:D&#111;ntFlipMirrorIndents/>   <w:OverrideTableStyleHps/>  </w:Compatibility>  <m:mathPr>   <m:mathFont m:val="Cambria Math"/>   <m:brkBin m:val="before"/>   <m:brkBinSub m:val="&amp;#45;-"/>   <m:smallFrac m:val="off"/>   <m:dispDef/>   <m:lMargin m:val="0"/>   <m:rMargin m:val="0"/>   <m:defJc m:val="centerGroup"/>   <m:wrapIndent m:val="1440"/>   <m:intLim m:val="subSup"/>   <m:naryLim m:val="undOvr"/>  </m:mathPr></w:Word><!--><!--if gte mso 9> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"    DefSemi="true" DefQat="false" DefPriority="99"    LatentStyleCount="267">  <w:LsdExcepti&#111;n Locked="false" Priority="0" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Normal"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="ing 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 7"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 8"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 9"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 7"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 8"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 9"/>  <w:LsdExcepti&#111;n Locked="false" Priority="35" Qat="true" Name="capti&#111;n"/>  <w:LsdExcepti&#111;n Locked="false" Priority="10" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Title"/>  <w:LsdExcepti&#111;n Locked="false" Priority="1" Name="Default Paragraph Font"/>  <w:LsdExcepti&#111;n Locked="false" Priority="11" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Subtitle"/>  <w:LsdExcepti&#111;n Locked="false" Priority="22" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Str&#111;ng"/>  <w:LsdExcepti&#111;n Locked="false" Priority="20" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Emphasis"/>  <w:LsdExcepti&#111;n Locked="false" Priority="59" Semi="false"     UnhideWhenUsed="false" Name="Table Grid"/>  <w:LsdExcepti&#111;n Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>  <w:LsdExcepti&#111;n Locked="false" Priority="1" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="No Spacing"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Semi="false"     UnhideWhenUsed="false" Name="Light Shading"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Semi="false"     UnhideWhenUsed="false" Name="Light List"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Semi="false"     UnhideWhenUsed="false" Name="Light Grid"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Semi="false"     UnhideWhenUsed="false" Name="Medium List 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Semi="false"     UnhideWhenUsed="false" Name="Medium List 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Semi="false"     UnhideWhenUsed="false" Name="Dark List"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Semi="false"     UnhideWhenUsed="false" Name="Colorful Shading"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Semi="false"     UnhideWhenUsed="false" Name="Colorful List"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Semi="false"     UnhideWhenUsed="false" Name="Colorful Grid"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Semi="false"     UnhideWhenUsed="false" Name="Light Shading Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Semi="false"     UnhideWhenUsed="false" Name="Light List Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Semi="false"     UnhideWhenUsed="false" Name="Light Grid Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Semi="false"     UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" UnhideWhenUsed="false" Name="Revisi&#111;n"/>  <w:LsdExcepti&#111;n Locked="false" Priority="34" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="List Paragraph"/>  <w:LsdExcepti&#111;n Locked="false" Priority="29" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Quote"/>  <w:LsdExcepti&#111;n Locked="false" Priority="30" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Intense Quote"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Semi="false"     UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Semi="false"     UnhideWhenUsed="false" Name="Dark List Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Semi="false"     UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Semi="false"     UnhideWhenUsed="false" Name="Colorful List Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Semi="false"     UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Semi="false"     UnhideWhenUsed="false" Name="Light Shading Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Semi="false"     UnhideWhenUsed="false" Name="Light List Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Semi="false"     UnhideWhenUsed="false" Name="Light Grid Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Semi="false"     UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Semi="false"     UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Semi="false"     UnhideWhenUsed="false" Name="Dark List Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Semi="false"     UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Semi="false"     UnhideWhenUsed="false" Name="Colorful List Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Semi="false"     UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Semi="false"     UnhideWhenUsed="false" Name="Light Shading Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Semi="false"     UnhideWhenUsed="false" Name="Light List Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Semi="false"     UnhideWhenUsed="false" Name="Light Grid Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Semi="false"     UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Semi="false"     UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Semi="false"     UnhideWhenUsed="false" Name="Dark List Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Semi="false"     UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Semi="false"     UnhideWhenUsed="false" Name="Colorful List Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Semi="false"     UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Semi="false"     UnhideWhenUsed="false" Name="Light Shading Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Semi="false"     UnhideWhenUsed="false" Name="Light List Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Semi="false"     UnhideWhenUsed="false" Name="Light Grid Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Semi="false"     UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Semi="false"     UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Semi="false"     UnhideWhenUsed="false" Name="Dark List Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Semi="false"     UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Semi="false"     UnhideWhenUsed="false" Name="Colorful List Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Semi="false"     UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Semi="false"     UnhideWhenUsed="false" Name="Light Shading Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Semi="false"     UnhideWhenUsed="false" Name="Light List Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Semi="false"     UnhideWhenUsed="false" Name="Light Grid Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Semi="false"     UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Semi="false"     UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Semi="false"     UnhideWhenUsed="false" Name="Dark List Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Semi="false"     UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Semi="false"     UnhideWhenUsed="false" Name="Colorful List Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Semi="false"     UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Semi="false"     UnhideWhenUsed="false" Name="Light Shading Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Semi="false"     UnhideWhenUsed="false" Name="Light List Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Semi="false"     UnhideWhenUsed="false" Name="Light Grid Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Semi="false"     UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Semi="false"     UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Semi="false"     UnhideWhenUsed="false" Name="Dark List Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Semi="false"     UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Semi="false"     UnhideWhenUsed="false" Name="Colorful List Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Semi="false"     UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="19" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Subtle Emphasis"/>  <w:LsdExcepti&#111;n Locked="false" Priority="21" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Intense Emphasis"/>  <w:LsdExcepti&#111;n Locked="false" Priority="31" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Subtle Reference"/>  <w:LsdExcepti&#111;n Locked="false" Priority="32" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Intense Reference"/>  <w:LsdExcepti&#111;n Locked="false" Priority="33" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Book Title"/>  <w:LsdExcepti&#111;n Locked="false" Priority="37" Name="Bibliography"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Qat="true" Name="TOC ing"/> </w:LatentStyles><!--><!--if gte mso 10> /* Style Definitions */ table.MsoNormalTable	{mso-style-name:"Table Normal";	mso-tstyle-rowband-size:0;	mso-tstyle-colband-size:0;	mso-style-noshow:yes;	mso-style-priority:99;	mso-style-parent:"";	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;	mso-para-margin-top:0cm;	mso-para-margin-right:0cm;	mso-para-margin-bottom:10.0pt;	mso-para-margin-left:0cm;	line-height:115%;	mso-pagination:widow-orphan;	font-size:11.0pt;	font-family:"Calibri","sans-serif";	mso-ascii-font-family:Calibri;	mso-ascii-theme-font:minor-latin;	mso-hansi-font-family:Calibri;	mso-hansi-theme-font:minor-latin;	mso-bidi-font-family:"Times New Roman";	mso-bidi-theme-font:minor-bidi;	mso-fareast-language:EN-US;}<!--><p ="Ms&#111;normal">I have already found the indicator quickens up my analysisof volume/price action. I think I might even play around with the standard 20bar look back to see if there are more optimal settings even though at firstglance 20 bars looks sufficient. </p><p ="Ms&#111;normal">I don’t want to bother Max anymore, he has been too kind! sodoes anyone know what I am doing wrong? I just want to set up my scan so thatit finds EOD results from this indicator, when I put the first value to comparein BullScans as Better Volume Indicator (result 3) is true, I get an errormessage ‘The condition type you have selected may not be used with the type offirst value’.</p><p ="Ms&#111;normal">Happy trading everyone! <img src="http://www.bullcharts.com.au/forum/smileys/smiley1.gif" border="0" alt="Smile" title="Smile" /><br></p><br>]]>
   </description>
   <pubDate>Thu, 24 Mar 2011 11:57:05 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2683#2683</guid>
  </item> 
  <item>
   <title>The Better Volume Indicator : Hi Max and Tanaka,  Thanks for...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2682#2682</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=800" rel="nofollow">Niftyg</a><br /><strong>Subject:</strong> 694<br /><strong>Posted:</strong> 24&nbsp;Mar&nbsp;2011 at 10:11am<br /><br />Hi Max and Tanaka,<DIV>&nbsp;</DIV><DIV><FONT face="Verdana, Arial, Helvetica, sans-serif"><FONT size=2>Thanks for the re-coding Max <img src="http://www.bullcharts.com.au/Forum/smileys/smiley32.gif" height="17" width="18" border="0" alt="Clap" title="Clap" />, however one small correction needs to be made. You just need to switch the &lt; and &gt; around for the red and gold bars. The red bar, the Close &lt; Open, should read close &gt; open and the gold bar should be Close &lt; Open.</FONT></FONT></DIV><DIV><FONT size=2 face="Verdana, Arial, Helvetica, sans-serif"></FONT>&nbsp;</DIV><DIV><FONT size=2 face="Verdana, Arial, Helvetica, sans-serif">I have already changed it on my indicator (I can manage minor editing), just wanted to bring it to your and other readers attention.</FONT></DIV><DIV><FONT size=2 face="Verdana, Arial, Helvetica, sans-serif"></FONT>&nbsp;</DIV><DIV><FONT size=2 face="Verdana, Arial, Helvetica, sans-serif">Thanks Tanaka for bringing the indicator to my notice.<img src="http://www.bullcharts.com.au/Forum/smileys/smiley4.gif" height="17" width="17" border="0" alt="Big smile" title="Big smile" /></FONT></DIV>]]>
   </description>
   <pubDate>Thu, 24 Mar 2011 10:11:35 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2682#2682</guid>
  </item> 
  <item>
   <title>The Better Volume Indicator : Good work Nifty, those changes...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2681#2681</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> 694<br /><strong>Posted:</strong> 23&nbsp;Mar&nbsp;2011 at 7:49pm<br /><br />Good work Nifty, those changes made appear to be better signals. <DIV>&nbsp;</DIV><DIV>Tanaka, the colours need to be assigned to variables for a scan to</DIV><DIV>pick them up.&nbsp; Should be okay now.</DIV><DIV>&nbsp;</DIV><DIV>Good trading guys!</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><FONT color=#800080 size=3><FONT color=#800080 size=3><P>&#091;description</FONT></FONT><FONT size=3>="Better Volume Indicator - http://emini-watch.com/free-stuff/volume-indicator/"</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>&#093;</P></FONT></FONT><FONT size=3><P>Range := </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>High</FONT></FONT><FONT size=3> - </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Low</FONT></FONT><FONT size=3>;</P><P>Value1 := </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Volume</FONT></FONT><FONT size=3>;</P><P>Value2 := </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Volume</FONT></FONT><FONT size=3>*Range;</P><P>Value3 := </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>If</FONT></FONT><FONT size=3>(Range&lt;&gt;0,</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Volume</FONT></FONT><FONT size=3>/Range,0);</P></FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3><P>ma</FONT></FONT><FONT size=3>(Value1,100,</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>S</FONT></FONT><FONT size=3>);</P></FONT><FONT color=#800080 size=3><FONT color=#800080 size=3><P>&#091;linestyle</FONT></FONT><FONT size=3>=Grounded Bar</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>width</FONT></FONT><FONT size=3>=4</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>&#093;</P><P>&#091;Color</FONT></FONT><FONT size=3>=Cyan</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>&#093;</FONT></FONT><FONT size=3> </FONT><FONT color=#008000 size=3><FONT color=#008000 size=3>{ Normal bars }</P></FONT></FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3><P>Volume</FONT></FONT><FONT size=3>;</P></FONT><FONT color=#800080 size=3><FONT color=#800080 size=3><P>&#091;Color</FONT></FONT><FONT size=3>=Gold</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>&#093;</FONT></FONT><FONT size=3> </FONT><FONT color=#008000 size=3><FONT color=#008000 size=3>{ High volume bars }</P></FONT></FONT><FONT size=3><P>GoldBar:=</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>If</FONT></FONT><FONT size=3>(Value1 = </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Highest</FONT></FONT><FONT size=3>(Value1,20) </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>Open</FONT></FONT><FONT size=3>,</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>V</FONT></FONT><FONT size=3>,</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>undefined</FONT></FONT><FONT size=3>);</P><P>GoldBar;</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>&#093;</FONT></FONT><FONT size=3> </FONT><FONT color=#008000 size=3><FONT color=#008000 size=3>{ Volume climax bars }</P></FONT></FONT><FONT size=3><P>RedBar:=</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>If</FONT></FONT><FONT size=3>(Value2 = </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Highest</FONT></FONT><FONT size=3>(Value2,20) </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>Open</FONT></FONT><FONT size=3>,</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>V</FONT></FONT><FONT size=3>,</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>undefined</FONT></FONT><FONT size=3>);</P><P>RedBar;</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;</FONT></FONT><FONT size=3> </FONT><FONT color=#008000 size=3><FONT color=#008000 size=3>{ High churn bars }</P></FONT></FONT><FONT size=3><P>GreenBar:=</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>If</FONT></FONT><FONT size=3>(Value3 = </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Highest</FONT></FONT><FONT size=3>(Value3,20),</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>V</FONT></FONT><FONT size=3>,</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>undefined</FONT></FONT><FONT size=3>);</P><P>GreenBar;</P></FONT><FONT color=#800080 size=3><FONT color=#800080 size=3><P>&#091;Color</FONT></FONT><FONT size=3>=Magenta</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>&#093;</FONT></FONT><FONT size=3> </FONT><FONT color=#008000 size=3><FONT color=#008000 size=3>{ Climax &amp; High churn bars }</P></FONT></FONT><FONT size=3><P>MagentaBar:=</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>If</FONT></FONT><FONT size=3>(Value2 = </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Highest</FONT></FONT><FONT size=3>(Value2,20) </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>and</FONT></FONT><FONT size=3> Value3 = </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Highest</FONT></FONT><FONT size=3>(Value3,20),</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>V</FONT></FONT><FONT size=3>,</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>undefined</FONT></FONT><FONT size=3>); </P><P>MagentaBar;</P></FONT><FONT color=#800080 size=3><FONT color=#800080 size=3><P>&#091;Color</FONT></FONT><FONT size=3>=Coral</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>&#093;</FONT></FONT><FONT size=3> </FONT><FONT color=#008000 size=3><FONT color=#008000 size=3>{ Low churn bars }</P></FONT></FONT><FONT size=3><P>OrangeBar:=</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>If</FONT></FONT><FONT size=3>(Value3 = </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Lowest</FONT></FONT><FONT size=3>(Value3,20),</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>V</FONT></FONT><FONT size=3>,</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>undefined</FONT></FONT><FONT size=3>);</P><P>OrangeBar;</P></FONT>&nbsp;</DIV><span style="font-size:10px"><br /><br />Edited by maximo - 23&nbsp;Mar&nbsp;2011 at 7:50pm</span>]]>
   </description>
   <pubDate>Wed, 23 Mar 2011 19:49:28 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2681#2681</guid>
  </item> 
  <item>
   <title>The Better Volume Indicator :   Originally posted by NiftygHaving...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2679#2679</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=762" rel="nofollow">Tanaka</a><br /><strong>Subject:</strong> 694<br /><strong>Posted:</strong> 23&nbsp;Mar&nbsp;2011 at 1:49pm<br /><br /><table width="99%"><tr><td class="BBquote"><strong><em>Originally posted by Niftyg</strong></em><br /><br /><br><div>Having looked at the web site noted in the indicator, I was wondering if you could please add in that the&nbsp;volume climax up bar (colour red) should only appear on a bar when the close is higher than the open and the volume climax down bar (colour&nbsp;gold) should only appear&nbsp;when the close is lower than the open. This would then I think better reflect the indicator described on the web site.</div><div>&nbsp;</td></tr></table></div><br>You're right Niftyg. Good picking up on that! <img src="http://www.bullcharts.com.au/forum/smileys/smiley32.gif" border="0" alt="Clap" title="Clap" /><br>]]>
   </description>
   <pubDate>Wed, 23 Mar 2011 13:49:27 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2679#2679</guid>
  </item> 
  <item>
   <title>The Better Volume Indicator :   Originally posted by maximoThat...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2678#2678</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=762" rel="nofollow">Tanaka</a><br /><strong>Subject:</strong> 694<br /><strong>Posted:</strong> 23&nbsp;Mar&nbsp;2011 at 1:41pm<br /><br /><table width="99%"><tr><td class="BBquote"><strong><em>Originally posted by maximo</strong></em><br /><br /><div>That appears to be only part of the indicator for&nbsp;tick bars, coloured Cyan.</div><div>&nbsp;</div><div>Here is the full Better Volume Indicator from their site, recoded in Bullscript.</div><div>&nbsp;</div><div>Enjoy!<br><br></div><div>&nbsp;</td></tr></table><br><br>Sorry to disturb you again Maximo, I was trying to use this indictor to scan, but it can't produce any signals. Can this be done?<br></div><br>]]>
   </description>
   <pubDate>Wed, 23 Mar 2011 13:41:47 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2678#2678</guid>
  </item> 
  <item>
   <title>The Better Volume Indicator : Hi Max,  Firstly I would just...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2676#2676</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=800" rel="nofollow">Niftyg</a><br /><strong>Subject:</strong> 694<br /><strong>Posted:</strong> 23&nbsp;Mar&nbsp;2011 at 1:29pm<br /><br />Hi Max,<DIV>&nbsp;</DIV><DIV>Firstly I would just like to thank you for sharing your expertise and BullCharts coding. I have been a bullcharts user for a number of years now and&nbsp;look at this forum frequently to see if you have posted. &nbsp;I'm afraid coding has me mostly beat.</DIV><DIV>&nbsp;</DIV><DIV>I have looked at this indicator you have kindly provided/re-coded and I think it may assist me in my trading. </DIV><DIV>&nbsp;</DIV><DIV>Having looked at the web site noted in the indicator, I was wondering if you could please add in that the&nbsp;volume climax up bar (colour red) should only appear on a bar when the close is higher than the open and the volume climax down bar (colour&nbsp;gold) should only appear&nbsp;when the close is lower than the open. This would then I think better reflect the indicator described on the web site.</DIV><DIV>&nbsp;</DIV><DIV>Many thanks</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 23 Mar 2011 13:29:03 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2676#2676</guid>
  </item> 
  <item>
   <title>The Better Volume Indicator :              Normal   0 ...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2672#2672</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=762" rel="nofollow">Tanaka</a><br /><strong>Subject:</strong> 694<br /><strong>Posted:</strong> 22&nbsp;Mar&nbsp;2011 at 8:38pm<br /><br /><!--if gte mso 9> <o:OfficeSettings>  <o:AllowPNG/> </o:OfficeSettings><!--><!--if gte mso 9> <w:Word>  <w:View>Normal</w:View>  <w:Zoom>0</w:Zoom>  <w:TrackMoves/>  <w:Trackatting/>  <w:Punctuati&#111;nKerning/>  <w:ValidateAgainstSchemas/>  <w:SaveIfInvalid>false</w:SaveIfInvalid>  <w:IgnoreMixed>false</w:IgnoreMixed>  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>  <w:D&#111;notPromoteQF/>  <w:LidThemeOther>EN-AU</w:LidThemeOther>  <w:LidThemeAsian>X-NONE</w:LidThemeAsian>  <w:LidThemeComplex>X-NONE</w:LidThemeComplex>  <w:Compatibility>   <w:BreakWrappedTables/>   <w:SnapToGridInCell/>   <w:WrapTextWithPunct/>   <w:UseAsianBreakRules/>   <w:D&#111;ntGrowAutofit/>   <w:SplitPgBreakAndark/>   <w:EnableKerning/>   <w:D&#111;ntFlipMirrorIndents/>   <w:OverrideTableStyleHps/>  </w:Compatibility>  <m:mathPr>   <m:mathFont m:val="Cambria Math"/>   <m:brkBin m:val="before"/>   <m:brkBinSub m:val="&amp;#45;-"/>   <m:smallFrac m:val="off"/>   <m:dispDef/>   <m:lMargin m:val="0"/>   <m:rMargin m:val="0"/>   <m:defJc m:val="centerGroup"/>   <m:wrapIndent m:val="1440"/>   <m:intLim m:val="subSup"/>   <m:naryLim m:val="undOvr"/>  </m:mathPr></w:Word><!--><!--if gte mso 9> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"    DefSemi="true" DefQat="false" DefPriority="99"    LatentStyleCount="267">  <w:LsdExcepti&#111;n Locked="false" Priority="0" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Normal"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="ing 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 7"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 8"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 9"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 7"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 8"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 9"/>  <w:LsdExcepti&#111;n Locked="false" Priority="35" Qat="true" Name="capti&#111;n"/>  <w:LsdExcepti&#111;n Locked="false" Priority="10" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Title"/>  <w:LsdExcepti&#111;n Locked="false" Priority="1" Name="Default Paragraph Font"/>  <w:LsdExcepti&#111;n Locked="false" Priority="11" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Subtitle"/>  <w:LsdExcepti&#111;n Locked="false" Priority="22" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Str&#111;ng"/>  <w:LsdExcepti&#111;n Locked="false" Priority="20" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Emphasis"/>  <w:LsdExcepti&#111;n Locked="false" Priority="59" Semi="false"     UnhideWhenUsed="false" Name="Table Grid"/>  <w:LsdExcepti&#111;n Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>  <w:LsdExcepti&#111;n Locked="false" Priority="1" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="No Spacing"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Semi="false"     UnhideWhenUsed="false" Name="Light Shading"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Semi="false"     UnhideWhenUsed="false" Name="Light List"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Semi="false"     UnhideWhenUsed="false" Name="Light Grid"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Semi="false"     UnhideWhenUsed="false" Name="Medium List 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Semi="false"     UnhideWhenUsed="false" Name="Medium List 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Semi="false"     UnhideWhenUsed="false" Name="Dark List"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Semi="false"     UnhideWhenUsed="false" Name="Colorful Shading"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Semi="false"     UnhideWhenUsed="false" Name="Colorful List"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Semi="false"     UnhideWhenUsed="false" Name="Colorful Grid"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Semi="false"     UnhideWhenUsed="false" Name="Light Shading Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Semi="false"     UnhideWhenUsed="false" Name="Light List Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Semi="false"     UnhideWhenUsed="false" Name="Light Grid Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Semi="false"     UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" UnhideWhenUsed="false" Name="Revisi&#111;n"/>  <w:LsdExcepti&#111;n Locked="false" Priority="34" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="List Paragraph"/>  <w:LsdExcepti&#111;n Locked="false" Priority="29" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Quote"/>  <w:LsdExcepti&#111;n Locked="false" Priority="30" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Intense Quote"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Semi="false"     UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Semi="false"     UnhideWhenUsed="false" Name="Dark List Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Semi="false"     UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Semi="false"     UnhideWhenUsed="false" Name="Colorful List Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Semi="false"     UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Semi="false"     UnhideWhenUsed="false" Name="Light Shading Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Semi="false"     UnhideWhenUsed="false" Name="Light List Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Semi="false"     UnhideWhenUsed="false" Name="Light Grid Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Semi="false"     UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Semi="false"     UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Semi="false"     UnhideWhenUsed="false" Name="Dark List Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Semi="false"     UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Semi="false"     UnhideWhenUsed="false" Name="Colorful List Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Semi="false"     UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Semi="false"     UnhideWhenUsed="false" Name="Light Shading Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Semi="false"     UnhideWhenUsed="false" Name="Light List Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Semi="false"     UnhideWhenUsed="false" Name="Light Grid Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Semi="false"     UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Semi="false"     UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Semi="false"     UnhideWhenUsed="false" Name="Dark List Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Semi="false"     UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Semi="false"     UnhideWhenUsed="false" Name="Colorful List Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Semi="false"     UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Semi="false"     UnhideWhenUsed="false" Name="Light Shading Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Semi="false"     UnhideWhenUsed="false" Name="Light List Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Semi="false"     UnhideWhenUsed="false" Name="Light Grid Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Semi="false"     UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Semi="false"     UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Semi="false"     UnhideWhenUsed="false" Name="Dark List Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Semi="false"     UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Semi="false"     UnhideWhenUsed="false" Name="Colorful List Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Semi="false"     UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Semi="false"     UnhideWhenUsed="false" Name="Light Shading Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Semi="false"     UnhideWhenUsed="false" Name="Light List Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Semi="false"     UnhideWhenUsed="false" Name="Light Grid Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Semi="false"     UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Semi="false"     UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Semi="false"     UnhideWhenUsed="false" Name="Dark List Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Semi="false"     UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Semi="false"     UnhideWhenUsed="false" Name="Colorful List Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Semi="false"     UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Semi="false"     UnhideWhenUsed="false" Name="Light Shading Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Semi="false"     UnhideWhenUsed="false" Name="Light List Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Semi="false"     UnhideWhenUsed="false" Name="Light Grid Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Semi="false"     UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Semi="false"     UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Semi="false"     UnhideWhenUsed="false" Name="Dark List Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Semi="false"     UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Semi="false"     UnhideWhenUsed="false" Name="Colorful List Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Semi="false"     UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="19" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Subtle Emphasis"/>  <w:LsdExcepti&#111;n Locked="false" Priority="21" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Intense Emphasis"/>  <w:LsdExcepti&#111;n Locked="false" Priority="31" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Subtle Reference"/>  <w:LsdExcepti&#111;n Locked="false" Priority="32" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Intense Reference"/>  <w:LsdExcepti&#111;n Locked="false" Priority="33" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Book Title"/>  <w:LsdExcepti&#111;n Locked="false" Priority="37" Name="Bibliography"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Qat="true" Name="TOC ing"/> </w:LatentStyles><!--><!--if gte mso 10> /* Style Definitions */ table.MsoNormalTable	{mso-style-name:"Table Normal";	mso-tstyle-rowband-size:0;	mso-tstyle-colband-size:0;	mso-style-noshow:yes;	mso-style-priority:99;	mso-style-parent:"";	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;	mso-para-margin-top:0cm;	mso-para-margin-right:0cm;	mso-para-margin-bottom:10.0pt;	mso-para-margin-left:0cm;	line-height:115%;	mso-pagination:widow-orphan;	font-size:11.0pt;	font-family:"Calibri","sans-serif";	mso-ascii-font-family:Calibri;	mso-ascii-theme-font:minor-latin;	mso-hansi-font-family:Calibri;	mso-hansi-theme-font:minor-latin;	mso-bidi-font-family:"Times New Roman";	mso-bidi-theme-font:minor-bidi;	mso-fareast-language:EN-US;}<!--><p ="Ms&#111;normal">Maximo! You are starting to make me feel guilty for notknowing how to code.<span style="">&nbsp; </span>You are to myrescue once again, and I’m very grateful. If you’re ever down Geelong way I oweyou some beers!</p><p ="Ms&#111;normal">The indicator is wonderful as usual! <img src="http://www.bullcharts.com.au/forum/smileys/smiley20.gif" border="0" alt="Thumbs Up" title="Thumbs Up" /></p><p ="Ms&#111;normal">Tanaka</p>]]>
   </description>
   <pubDate>Tue, 22 Mar 2011 20:38:42 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2672#2672</guid>
  </item> 
  <item>
   <title>The Better Volume Indicator : That appears to be only part of...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2670#2670</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> 694<br /><strong>Posted:</strong> 22&nbsp;Mar&nbsp;2011 at 4:28pm<br /><br /><DIV>That appears to be only part of the indicator for&nbsp;tick bars, coloured Cyan.</DIV><DIV>&nbsp;</DIV><DIV>Here is the full Better Volume Indicator from their site, recoded in Bullscript.</DIV><DIV>&nbsp;</DIV><DIV>Enjoy!</DIV><DIV>&nbsp;</DIV><DIV><FONT color=#800080 size=3><FONT color=#800080 size=3><P>&#091;description</FONT></FONT><FONT size=3>="Better Volume Indicator - http://emini-watch.com/free-stuff/volume-indicator/"</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>&#093;</P></FONT></FONT><FONT size=3><P>Range := </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>High</FONT></FONT><FONT size=3> - </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Low</FONT></FONT><FONT size=3>;</P><P>Value1 := </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Volume</FONT></FONT><FONT size=3>;</P><P>Value2 := </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Volume</FONT></FONT><FONT size=3>*Range;</P><P>Value3 := </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>If</FONT></FONT><FONT size=3>(Range&lt;&gt;0,</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Volume</FONT></FONT><FONT size=3>/Range,0);</P></FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3><P>ma</FONT></FONT><FONT size=3>(Value1,100,</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>S</FONT></FONT><FONT size=3>);</P></FONT><FONT color=#800080 size=3><FONT color=#800080 size=3><P>&#091;linestyle</FONT></FONT><FONT size=3>=Grounded Bar</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>width</FONT></FONT><FONT size=3>=4</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>&#093;</P><P>&#091;Color</FONT></FONT><FONT size=3>=Cyan</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>&#093;</FONT></FONT><FONT size=3> </FONT><FONT color=#008000 size=3><FONT color=#008000 size=3>{ Normal bars }</P></FONT></FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3><P>Volume</FONT></FONT><FONT size=3>;</P></FONT><FONT color=#800080 size=3><FONT color=#800080 size=3><P>&#091;Color</FONT></FONT><FONT size=3>=Gold</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>&#093;</FONT></FONT><FONT size=3> </FONT><FONT color=#008000 size=3><FONT color=#008000 size=3>{ Low volume bars }</P></FONT></FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3><P>If</FONT></FONT><FONT size=3>(Value1 = </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Lowest</FONT></FONT><FONT size=3>(Value1,20),</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>V</FONT></FONT><FONT size=3>,</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>undefined</FONT></FONT><FONT size=3>);</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>&#093;</FONT></FONT><FONT size=3> </FONT><FONT color=#008000 size=3><FONT color=#008000 size=3>{ Volume climax bars }</P></FONT></FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3><P>If</FONT></FONT><FONT size=3>(Value2 = </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Highest</FONT></FONT><FONT size=3>(Value2,20),</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>V</FONT></FONT><FONT size=3>,</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>undefined</FONT></FONT><FONT size=3>);</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;</FONT></FONT><FONT size=3> </FONT><FONT color=#008000 size=3><FONT color=#008000 size=3>{ High churn bars }</P></FONT></FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3><P>If</FONT></FONT><FONT size=3>(Value3 = </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Highest</FONT></FONT><FONT size=3>(Value3,20),</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>V</FONT></FONT><FONT size=3>,</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>undefined</FONT></FONT><FONT size=3>);</P></FONT><FONT color=#800080 size=3><FONT color=#800080 size=3><P>&#091;Color</FONT></FONT><FONT size=3>=Magenta</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>&#093;</FONT></FONT><FONT size=3> </FONT><FONT color=#008000 size=3><FONT color=#008000 size=3>{ Climax &amp; High churn bars }</P></FONT></FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3><P>If</FONT></FONT><FONT size=3>(Value2 = </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Highest</FONT></FONT><FONT size=3>(Value2,20) </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>and</FONT></FONT><FONT size=3> Value3 = </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Highest</FONT></FONT><FONT size=3>(Value3,20),</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>V</FONT></FONT><FONT size=3>,</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>undefined</FONT></FONT><FONT size=3>); </P></FONT><FONT color=#800080 size=3><FONT color=#800080 size=3><P>&#091;Color</FONT></FONT><FONT size=3>=Coral</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>&#093;</FONT></FONT><FONT size=3> </FONT><FONT color=#008000 size=3><FONT color=#008000 size=3>{ Low churn bars }</P></FONT></FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3><P>If</FONT></FONT><FONT size=3>(Value3 = </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>Lowest</FONT></FONT><FONT size=3>(Value3,20),</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>V</FONT></FONT><FONT size=3>,</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>undefined</FONT></FONT><FONT size=3>)</P><DIV></FONT></DIV></DIV><P>&nbsp;</P><span style="font-size:10px"><br /><br />Edited by maximo - 22&nbsp;Mar&nbsp;2011 at 4:46pm</span>]]>
   </description>
   <pubDate>Tue, 22 Mar 2011 16:28:44 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2670#2670</guid>
  </item> 
  <item>
   <title>The Better Volume Indicator :  There is a very good volume...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2669#2669</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=762" rel="nofollow">Tanaka</a><br /><strong>Subject:</strong> 694<br /><strong>Posted:</strong> 22&nbsp;Mar&nbsp;2011 at 1:11am<br /><br /><blockquote><p>There is a very good volume indicator called the "The Better Volume Indicator". Information can be found at http://emini-watch.com/free-stuff/volume-indicator/</p><p>The example in the link which I have pasted below is written for TradeStation. I have searched the net for hours trying to find a Metastock code but can't. Does anyone know if this can be coded for Bullcharts?</p><br><p>Inputs: LowVol(True), ClimaxUp(True), ClimaxDown(True), Churn(True)…</p><p>Variables: BarColor(Cyan);</p><p>&nbsp;</p><p>BarColor = Color;</p><p>&nbsp;</p><p>If BarType &gt; 1 or UseUpTicks = False then begin</p><p style="margin-left: 40px;">If C &gt; O and Range &lt;&gt; 0 then Value1 = (Range/</p><p style="margin-left: 80px;">(2*Range+O-C))*UpTicks;</p><p style="margin-left: 40px;">If C &lt; O and Range &lt;&gt; 0 then Value1 = ((Range+C-O)</p><p style="margin-left: 80px;">(2*Range+C-O))*UpTicks;</p><p style="margin-left: 40px;">If C = O then Value1 = 0.5*UpTicks;</p><p style="margin-left: 40px;">Value2 = UpTicks-Value1;</p><p>End;</p><p>&nbsp;</p><p>If BarType &lt;= 1 and UseUpTicks then begin</p><p style="margin-left: 40px;">Value1 = UpTicks;</p><p style="margin-left: 40px;">Value2 = DownTicks;</p><p>End;</p><p>&nbsp;</p><p>Value3 = AbsValue(Value1+Value2);</p><p>Value4 = Value1*Range;</p><p>Value5 = (Value1-Value2)*Range;</p><p>Value6 = Value2*Range;</p><p>Value7 = (Value2-Value1)*Range;</p><p>If Range &lt;&gt; 0 then begin</p><p style="margin-left: 40px;">Value8 = Value1/Range;</p><p style="margin-left: 40px;">Value9 = (Value1-Value2)/Range;</p><p style="margin-left: 40px;">Value10 = Value2/Range;</p><p style="margin-left: 40px;">Value11 = (Value2-Value1)/Range;</p><p style="margin-left: 40px;">Value12 = Value3/Range;</p><p>End;</p><p>&nbsp;</p><p>Etc.</p><p><br></p><p>Thanks in advance,</p><p><br></p><p>Tanaka<br></p></blockquote>]]>
   </description>
   <pubDate>Tue, 22 Mar 2011 01:11:32 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=694&amp;PID=2669#2669</guid>
  </item> 
 </channel>
</rss>