<?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 : CCI problems</title>
  <link>http://www.bullcharts.com.au/forum/</link>
  <description>This is an XML content feed of; BullCharts : BullScript : CCI problems</description>
  <copyright>Copyright (c) 2006-2009 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 08:45:38 +0000</pubDate>
  <lastBuildDate>Tue, 13 Nov 2007 14:51:10 +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=443</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>CCI problems : Hi Michael,  What version of...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=443&amp;PID=1664#1664</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> 443<br /><strong>Posted:</strong> 13&nbsp;Nov&nbsp;2007 at 2:51pm<br /><br /><DIV>Hi Michael,</DIV><DIV>&nbsp;</DIV><DIV>What version of are you running?&nbsp; I was under the impression that the latest version 3.6.7 would run on vista.&nbsp; If you have concerns about BC that are not being addressed, email or phone Brendon at BC, he is the head honcho. He has been able to fix most of my problems very quickly.</DIV><DIV>&nbsp;</DIV><DIV>I saw BC at the Sydney traders expo and they were showing a version that will be released next year with much improved portfolio functions and alerts.</DIV><DIV>&nbsp;</DIV><DIV>I did suggest that it would be a good idea to publish on the forum what we might expect in new editions of the software and proposed timetable for releases. But they thought it might raise expectations too much.</DIV><DIV>&nbsp;</DIV><DIV>Regards,</DIV><DIV>BD<BR></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 13 Nov 2007 14:51:10 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=443&amp;PID=1664#1664</guid>
  </item> 
  <item>
   <title>CCI problems : I think bull charts might be going...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=443&amp;PID=1660#1660</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=88" rel="nofollow">michaelandnet</a><br /><strong>Subject:</strong> 443<br /><strong>Posted:</strong> 08&nbsp;Nov&nbsp;2007 at 10:35am<br /><br />I think bull charts might be going down hill.<br><br>I have emailed them on a number of ocassions but no response.<br><br>I was considering going back to bullcharts in April next year since their current operating system does not work on vista.<br><br>Unless they improve I will stay where I am. I mean if you pay $2,000 for live sucbscriptions per year you want to know it works first.<br><br>Unless they can show me clearly that their system works with microsoft vista then I will drop their charting package.<br><br>Regards<br><br>Michael<br>]]>
   </description>
   <pubDate>Thu, 08 Nov 2007 10:35:02 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=443&amp;PID=1660#1660</guid>
  </item> 
  <item>
   <title>CCI problems : I still havent got an answer from...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=443&amp;PID=1658#1658</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> 443<br /><strong>Posted:</strong> 05&nbsp;Nov&nbsp;2007 at 10:19am<br /><br /><DIV>I still havent got an answer from BC, but I have found a work around. So if anybody else is trying to code woodies CCI or any other CCI system, this will eliminate the need to recalculate the CCI every time it is mentioned in your script. </DIV><DIV>Instead of cciName:=CCI(n1) use cciName:=ma(cci(n1),1,S) as demonstrated in the following script.&nbsp;</DIV><DIV><FONT color=#800080 size=3><FONT color=#800080 size=3>&nbsp;</DIV><DIV><P>&#091;horzline</FONT><FONT color=#000000 size=3>=0</FONT><FONT color=#800080 size=3>&#093;</P></FONT><FONT size=3><P>n1 := </FONT><FONT color=#0000c0 size=3>input</FONT><FONT size=3>(</FONT><FONT color=#008b8b size=3>"CCI period"</FONT><FONT size=3>,100,1);</P><P>n2 := </FONT><FONT color=#0000c0 size=3>input</FONT><FONT size=3>(</FONT><FONT color=#008b8b size=3>"ma smoothing period"</FONT><FONT size=3>,20,1);</P><P>cn1:=</FONT><FONT color=#0000c0 size=3>cci</FONT><FONT size=3>(n1);</P><P>cn1a:= </FONT><FONT color=#0000c0 size=3>ma</FONT><FONT size=3>(</FONT><FONT color=#0000c0 size=3>cci</FONT><FONT size=3>(n1),1,</FONT><FONT color=#0000c0 size=3>S</FONT><FONT size=3>); </FONT><FONT color=#008000 size=3>{This is the workaround}</P></FONT><FONT size=3><P>trigger1:= </FONT><FONT color=#0000c0 size=3>ma</FONT><FONT size=3>(</FONT><FONT color=#0000c0 size=3>cci</FONT><FONT size=3>(n1),n2,</FONT><FONT color=#0000c0 size=3>S</FONT><FONT size=3>);</FONT><FONT color=#008000 size=3>{this gives correct value}</P></FONT><FONT size=3><P>trigger2:= </FONT><FONT color=#0000c0 size=3>ma</FONT><FONT size=3>(cn1,n2,</FONT><FONT color=#0000c0 size=3>S</FONT><FONT size=3>); </FONT><FONT color=#008000 size=3>{this gives wrong value}</P></FONT><FONT size=3><P>trigger3:= </FONT><FONT color=#0000c0 size=3>ma</FONT><FONT size=3>(cn1a,n2,</FONT><FONT color=#0000c0 size=3>S</FONT><FONT size=3>); </FONT><FONT color=#008000 size=3>{this shows the workaround gives correct value}</P></FONT><FONT color=#800080 size=3><P>&#091;name</FONT><FONT color=#000000 size=3>=blackline</FONT><FONT color=#800080 size=3>;</FONT><FONT color=#000000 size=3> </FONT><FONT color=#800080 size=3>color</FONT><FONT color=#000000 size=3>=black</FONT><FONT color=#800080 size=3>;</FONT><FONT color=#000000 size=3> </FONT><FONT color=#800080 size=3>linestyle</FONT><FONT color=#000000 size=3>=solid</FONT><FONT color=#800080 size=3>&#093;</P></FONT><FONT size=3><P>cn1;</P></FONT><FONT color=#800080 size=3><P>&#091;name</FONT><FONT color=#000000 size=3>=trigger1</FONT><FONT color=#800080 size=3>;</FONT><FONT color=#000000 size=3> </FONT><FONT color=#800080 size=3>color</FONT><FONT color=#000000 size=3>=green</FONT><FONT color=#800080 size=3>;</FONT><FONT color=#000000 size=3> </FONT><FONT color=#800080 size=3>linestyle</FONT><FONT color=#000000 size=3>=solid</FONT><FONT color=#800080 size=3>;</FONT><FONT color=#000000 size=3> </FONT><FONT color=#800080 size=3>width</FONT><FONT color=#000000 size=3>=2</FONT><FONT color=#800080 size=3>&#093;</P></FONT><FONT size=3><P>trigger1; </P></FONT><FONT color=#800080 size=3><P>&#091;name</FONT><FONT color=#000000 size=3>=trigger2</FONT><FONT color=#800080 size=3>;</FONT><FONT color=#000000 size=3> </FONT><FONT color=#800080 size=3>color</FONT><FONT color=#000000 size=3>=red</FONT><FONT color=#800080 size=3>;</FONT><FONT color=#000000 size=3> </FONT><FONT color=#800080 size=3>linestyle</FONT><FONT color=#000000 size=3>=solid</FONT><FONT color=#800080 size=3>;</FONT><FONT color=#000000 size=3> </FONT><FONT color=#800080 size=3>width</FONT><FONT color=#000000 size=3>=1</FONT><FONT color=#800080 size=3>&#093;</P></FONT><FONT size=3><P>trigger2; </P></FONT><FONT color=#800080 size=3><P>&#091;name</FONT><FONT color=#000000 size=3>=trigger3</FONT><FONT color=#800080 size=3>;</FONT><FONT color=#000000 size=3> </FONT><FONT color=#800080 size=3>color</FONT><FONT color=#000000 size=3>=yellow</FONT><FONT color=#800080 size=3>;</FONT><FONT color=#000000 size=3> </FONT><FONT color=#800080 size=3>linestyle</FONT><FONT color=#000000 size=3>=dash</FONT><FONT color=#800080 size=3>&#093;</P></FONT><FONT size=3><P>trigger3; </P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P></FONT></FONT></DIV>]]>
   </description>
   <pubDate>Mon, 05 Nov 2007 10:19:01 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=443&amp;PID=1658#1658</guid>
  </item> 
  <item>
   <title>CCI problems : Does anybody else use CCI in their...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=443&amp;PID=1639#1639</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> 443<br /><strong>Posted:</strong> 21&nbsp;Oct&nbsp;2007 at 5:21pm<br /><br /><DIV>Does anybody else use CCI in their custom scripts? I have a problem which I notified BC of a month or so ago but so far no answer. Most unlike them I must say.</DIV><DIV>&nbsp;</DIV><DIV>I have the following portion of code:-</DIV><DIV>&nbsp;</DIV><DIV>&#091;horzline=0&#093;<BR>n1 := input("CCI period",100,1);<BR>n2 := input("ma smoothing period",20,1);<BR>longcci:=cci(n1);<BR>trigger:= ma(longcci,n2,S);<BR>&#091;name=blackline; color=black; linestyle=solid&#093;<BR>longcci;<BR>&#091;name=trigger; color=green; linestyle=solid&#093;<BR>trigger;</DIV><DIV>&nbsp;</DIV><DIV>This doesnt work properly, however if I substitute the line<BR>trigger:= ma(longcci,n2,S);<BR>with the following line not using 'longcci'<BR>trigger:= ma(cci(n1),n2,S); <BR>it will now work!!??? why??? The problem with using the longer line is that it executes more slowly as it has to recalculate a value that it should already have. This is an extract of a much longer code which really does take an age to calculate.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 21 Oct 2007 17:21:36 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=443&amp;PID=1639#1639</guid>
  </item> 
 </channel>
</rss>