<?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 : Need Help Building An Indicator</title>
  <link>http://www.bullcharts.com.au/forum/</link>
  <description>This is an XML content feed of; BullCharts : BullScript : Need Help Building An Indicator</description>
  <copyright>Copyright (c) 2006-2009 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 10 Apr 2026 19:34:29 +0000</pubDate>
  <lastBuildDate>Sun, 17 Feb 2008 17:19:12 +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=458</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>Need Help Building An Indicator : Black Dog,I tried your suggestion...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=458&amp;PID=1702#1702</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=367" rel="nofollow">kennerhk</a><br /><strong>Subject:</strong> 458<br /><strong>Posted:</strong> 17&nbsp;Feb&nbsp;2008 at 5:19pm<br /><br /><P>Black Dog,&nbsp;I tried your suggestion and it worked.&nbsp; The indicator is up and running perfectly.&nbsp; MUCH THANKS for your help!!!!&nbsp;</P>]]>
   </description>
   <pubDate>Sun, 17 Feb 2008 17:19:12 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=458&amp;PID=1702#1702</guid>
  </item> 
  <item>
   <title>Need Help Building An Indicator : kennerhk,  The error message...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=458&amp;PID=1699#1699</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=206" rel="nofollow">blackdog</a><br /><strong>Subject:</strong> 458<br /><strong>Posted:</strong> 13&nbsp;Feb&nbsp;2008 at 8:23pm<br /><br /><DIV>kennerhk,</DIV><DIV>&nbsp;</DIV><DIV>The error message refers to your input statement which should be in the format </DIV><DIV><FONT style=": #316ac5" color=#ffffff>INPUT</FONT>(MESSAGE&#091;,DEFAULT,MINIMUM,MAXIMUM&#093;).</DIV><DIV>&nbsp;</DIV><DIV>If you cut and paste your code into BS, perform 'check' then you get the error message that you found. However you also get the option for BS to correct the code. Select 'yes' and then hey presto your input line will change to</DIV><DIV>periods:=input("TMF periods", 21, 1, 100);</DIV><DIV>and your code will now work.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>regards,</DIV><DIV>&nbsp;</DIV><DIV>p.s. You also have to remove the space in "p eriods" in the last line.</DIV><DIV>BD</DIV>]]>
   </description>
   <pubDate>Wed, 13 Feb 2008 20:23:33 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=458&amp;PID=1699#1699</guid>
  </item> 
  <item>
   <title>Need Help Building An Indicator : I am trying to build an indicator...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=458&amp;PID=1698#1698</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=367" rel="nofollow">kennerhk</a><br /><strong>Subject:</strong> 458<br /><strong>Posted:</strong> 13&nbsp;Feb&nbsp;2008 at 4:08am<br /><br /><P>I am trying to build an indicator in BC, but know ZERO about this, so I'm hoping someone can help me out.&nbsp; This indicator is a variation on the Chaikin MoneyFlow with some exponential smoothing built in to correct some false signals.&nbsp; The Metastock code provided by the indicator's author/creator on his website is as follows:</P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT size=2><FONT face=Tahoma>{2003-09-24}<?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></FONT></FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT size=2><FONT face=Tahoma>periods:=Input("TMF periods",1,100,21);<o:p></o:p></FONT></FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT size=2><FONT face=Tahoma>TRH:=Max(Ref(C,-1),H);<o:p></o:p></FONT></FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT size=2><FONT face=Tahoma>TRL:=Min(Ref(C,-1),L);<o:p></o:p></FONT></FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT size=2><FONT face=Tahoma>TR:=TRH-TRL;<o:p></o:p></FONT></FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT size=2><FONT face=Tahoma>ADV:=((C-TRL)-(TRH-C))/If(TR=0,999999,TR)*V;<o:p></o:p></FONT></FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT size=2><FONT face=Tahoma>WV:=V+(Ref(V,-1)*0);<o:p></o:p></FONT></FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face=Tahoma size=2> If(Wilders(WV,periods)=0,0,Wilders(ADV,periods)/Wilders(WV,p eriods))</FONT></P><P><P>I&nbsp;tried to just cut and paste this into the indicator builder window, but when I try to do that, I get the following error message:</P><P>"Error 902:&nbsp;parameter 3 to input function must not be greater than parameter 2"</P></P><P>Does anyone know how to tweak this to run in BC?&nbsp; Ideally, I'd like the correct code so I can just cut and paste it into the Indicator Builder.&nbsp; Would greatly appreciate your help on this.&nbsp; </P><P><P>Thanks in advance!</P><P>&nbsp;</P><P>&nbsp;</P></P>]]>
   </description>
   <pubDate>Wed, 13 Feb 2008 04:08:02 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=458&amp;PID=1698#1698</guid>
  </item> 
 </channel>
</rss>