<?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 : Plotting weekly indicators on daily charts</title>
  <link>http://www.bullcharts.com.au/forum/</link>
  <description>This is an XML content feed of; BullCharts : BullScript : Plotting weekly indicators on daily charts</description>
  <copyright>Copyright (c) 2006-2009 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 12:01:20 +0000</pubDate>
  <lastBuildDate>Sun, 08 Nov 2009 16:08:31 +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=583</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>Plotting weekly indicators on daily charts : I have not been able to work out...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=583&amp;PID=2192#2192</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=632" rel="nofollow">rcameron</a><br /><strong>Subject:</strong> 583<br /><strong>Posted:</strong> 08&nbsp;Nov&nbsp;2009 at 4:08pm<br /><br />I have not been able to work out how to combine different time frames within the same scan. Only way I could think of was to convert parameters to a common period. Eg 100 day MA = 20 week MA. Cheers Rod <span style="font-size:10px"><br /><br />Edited by rcameron - 14&nbsp;Nov&nbsp;2009 at 4:01pm</span>]]>
   </description>
   <pubDate>Sun, 08 Nov 2009 16:08:31 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=583&amp;PID=2192#2192</guid>
  </item> 
  <item>
   <title>Plotting weekly indicators on daily charts : Thanks for the reply Rod. Not...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=583&amp;PID=2176#2176</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=702" rel="nofollow">jhubbard</a><br /><strong>Subject:</strong> 583<br /><strong>Posted:</strong> 23&nbsp;Oct&nbsp;2009 at 10:01am<br /><br />Thanks for the reply Rod.&nbsp; Not sure how I missed this feature in the manual - very handy. <br><br>Is it possible to use this in a Scan? <br>]]>
   </description>
   <pubDate>Fri, 23 Oct 2009 10:01:42 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=583&amp;PID=2176#2176</guid>
  </item> 
  <item>
   <title>Plotting weekly indicators on daily charts : There are a couple of ways to...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=583&amp;PID=2175#2175</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=632" rel="nofollow">rcameron</a><br /><strong>Subject:</strong> 583<br /><strong>Posted:</strong> 22&nbsp;Oct&nbsp;2009 at 8:09pm<br /><br />There are a couple of ways to do what you want. The simplest is to simply plot the SMA on the chart and then open up the indicator properties and select the "Advanced" tab. Under the tick box for Convert period: select Weekly. You now have a daily chart with a weekly moving average plotted on the chart. Cheers Rod]]>
   </description>
   <pubDate>Thu, 22 Oct 2009 20:09:49 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=583&amp;PID=2175#2175</guid>
  </item> 
  <item>
   <title>Plotting weekly indicators on daily charts : The Metastock Tips and Tools site...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=583&amp;PID=2154#2154</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=702" rel="nofollow">jhubbard</a><br /><strong>Subject:</strong> 583<br /><strong>Posted:</strong> 12&nbsp;Oct&nbsp;2009 at 12:40pm<br /><br />The Metastock Tips and Tools site (http://www.metastocktips.co.nz/) has a range of multi-frame indicators.&nbsp; These let you plot weekly indicators on a daily chart.&nbsp; <br><br>I would love to be able to use some of these in bullcharts but have been unable to successfully port them to bullscript.&nbsp; Ideally I would like to use these in some of my tradesim scans.<br><br>Below is one of the metastock scans that plots a weekly SMA on a daily chart.&nbsp; I would really appreciate it if someone was able to convert this to bullscript.&nbsp; If I had this as a starting point I might be able to convert some more of their scans.<br><br>=================<br>Multi-Frame D SMA<br>=================<br><br>"Multi-Frame D SMA" plots a weekly or higher periodicity SMA signal on any EOD<br>or higher periodicity chart with sufficient open data. A prerequisite is the<br>Equis Forum DLL, available on this site or from http://forum.equis.com/<br><br>==============================<br><br>&nbsp;{Multi-Frame D SMA}<br>&nbsp;{Simple Moving Average}<br>&nbsp;{Requires Equis Forum DLL}<br>&nbsp;{Roy Larsen, 2008-2009}<br><br>&nbsp;{User settings}<br>N:=Input("Multi-Frame D SMA, Periods",1,99,10);<br>J:=Input("Months per Frame, 0=Weekly",0,12,0);<br>J:=If(J&lt;5 OR Mod(J,3)=0 AND (J&lt;&gt;9),Int(J),-1);<br>U:=Input("Price, 1=O 2=H 3=L 4=C 5=MP 6=WC 7=Typical",1,7,4);<br>Q:=Input("Mode, 0=Static 1=Dynamic 2=Delayed",0,2,1); <br>&nbsp;{Update on last bar, new bar or new frame}<br><br>&nbsp;{Timing signals}<br>{Day counter courtesy metastock@wabbit.com.au}<br>M:=Month();A:=Int((14-M)/12);D:=DayOfMonth();<br>Y:=Year();X:=Y+4800-A;B:=M+(12*A)-3;Z:=Cum(1);<br>M:=If(J=0,D+Int((2+153*B)/5)+(365*X)+Int(X/4)-<br>Int(X/100)+Int(X/400)-32045,{day counter}<br>(Y-ValueWhen(1,Z=1,Y))*12+M){month counter};<br>I:=If(J=0,Int(M/7),Int((M-1)/Max(1,J)));<br>I:=I&lt;&gt;ValueWhen(2,1,I);<br>G:=LastValue(J&lt;0 OR Lowest(Sum(I&gt;0,5))=5);<br>I:=ExtFml("Forum.Sum",I,1);M:=G OR I;<br>F:=G OR (M=0)*ExtFml("Forum.Sum",Ref(I,1),1);<br>A:=LastValue(Z-1)=Z;B:=LastValue(Z)=Z;<br>F:=F+B*(Q=0)*(J=0)*(DayOfWeek()=5);<br>J:=If(F,1,(Alert(F,2)=0)*M*2*(Z&gt;1));<br>J:=If(A+LastValue(J)&gt;2 OR B+(Q=1)=2,1,J);<br>J:=If(G,1,If(Q=2,M*2,J));<br><br>&nbsp;{Frame prices}<br>Om:=ValueWhen(1,M OR Z=1,O);<br>Om:=ValueWhen(1,J,If(J=1,Om,ValueWhen(2-G,1,Om)));<br>Hm:=HighestSince(1,M OR Z=1,H);<br>Hm:=ValueWhen(1,J,If(J=1,Hm,ValueWhen(2-G,1,Hm)));<br>Lm:=LowestSince(1,M OR Z=1,L);<br>Lm:=ValueWhen(1,J,If(J=1,Lm,ValueWhen(2-G,1,Lm)));<br>K:=ValueWhen(1,J,If(J=1,C,ValueWhen(2-G,1,C)));<br>A:=(Hm+Lm)/2; B:=(Hm+Lm+K)/3; D:=(Hm+Lm+2*K)/4;<br>K:=If(U=1,Om,If(U=2,Hm,If(U=3,Lm,If(U=5,A,If(U=6,D,If(U=7,B,K))))));<br><br>&nbsp;{Calculate/plot SMA}<br>J:=J&gt;0; A:=Cum(J);<br>Z:=Z-ValueWhen(N+1,J,Z);<br>Z:=ExtFml("Forum.Sum",J*K,Z);<br>ValueWhen(1,J,Z)/Min(N,A);<br><br>==============================<br><br>]]>
   </description>
   <pubDate>Mon, 12 Oct 2009 12:40:52 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=583&amp;PID=2154#2154</guid>
  </item> 
 </channel>
</rss>