<?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 : Add 30EMA to RSC indicator</title>
  <link>http://www.bullcharts.com.au/forum/</link>
  <description>This is an XML content feed of; BullCharts : BullScript : Add 30EMA to RSC indicator</description>
  <copyright>Copyright (c) 2006-2009 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 08:51:05 +0000</pubDate>
  <lastBuildDate>Thu, 11 Sep 2014 20:55:15 +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=968</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>Add 30EMA to RSC indicator : Hi Charles,Thanks for the codes....</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=968&amp;PID=3397#3397</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=4630" rel="nofollow">Alan</a><br /><strong>Subject:</strong> 968<br /><strong>Posted:</strong> 11&nbsp;Sep&nbsp;2014 at 8:55pm<br /><br />Hi Charles,<div><br></div><div>Thanks for the codes. &nbsp;I'll give these a try in BC and see what I get.</div><div><br></div><div>Thanks,</div><div>Alan</div>]]>
   </description>
   <pubDate>Thu, 11 Sep 2014 20:55:15 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=968&amp;PID=3397#3397</guid>
  </item> 
  <item>
   <title>Add 30EMA to RSC indicator : {Here is FT for selected Stocks...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=968&amp;PID=3394#3394</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=1044" rel="nofollow">cmacdon</a><br /><strong>Subject:</strong> 968<br /><strong>Posted:</strong> 11&nbsp;Sep&nbsp;2014 at 4:17pm<br /><br />{Here is FT for selected Stocks within a sector}<br /><br />&#091;description="Universal Relative Strength Comparison, Max"&nbsp;&nbsp;&nbsp;CMD Adapted to Fisher Transform&#093;<br /><br />prd:= input(" length", 10, 1, 50);<br /><br />{symb := inputsymbol("ASX 200", "XJO");}<br />sec1 := inputsymbol("Metals & Mining ", "Chart");<br />sec2 := inputsymbol("Metals & Mining", "AGO");<br />sec3 := inputsymbol("Metals & Mining", "ARI");<br />sec4 := inputsymbol("Metals & Mining", "AWC");<br />sec5 := inputsymbol("Metals & Mining", "BHP");<br />sec6 := inputsymbol("Metals & Mining", "BSL");<br />sec7 := inputsymbol("Metals & Mining", "FMG");<br />sec8 := inputsymbol("Metals & Mining", "ILU");<br />sec9 := inputsymbol("Metals & Mining", "NCM");<br />secA := inputsymbol("Metals & Mining", "RIO");<br /><br />{index:=LoadSymbol(symb,C);}<br />sector1:=LoadSymbol(sec1,C);<br />sector2:=LoadSymbol(sec2,C);<br />sector3:=LoadSymbol(sec3,C);<br />sector4:=LoadSymbol(sec4,C);<br />sector5:=LoadSymbol(sec5,C);<br />sector6:=LoadSymbol(sec6,C);<br />sector7:=LoadSymbol(sec7,C);<br />sector8:=LoadSymbol(sec8,C);<br />sector9:=LoadSymbol(sec9,C);<br />sectorA:=LoadSymbol(secA,C);<br /><br />pr := C;<br />maxh := highest(pr,prd);<br />minl := lowest(pr,prd);<br />val1 := 0.33*2*((pr - minl)/(maxh - minl) - 0.5) + 0.67*previous;<br />value1 := if(val1 &gt; 0.99,0.999,if(val1 &lt; -0.99,-0.999,val1));<br />fish := 0.5*log((1 + value1)/(1 - value1))+0.5*previous;<br /><br />pr2 := sector2;<br />maxh2 := highest(pr2,prd);<br />minl2 := lowest(pr2,prd);<br />val12 := 0.33*2*((pr2 - minl2)/(maxh2 - minl2) - 0.5) + 0.67*previous;<br />value12 := if(val12 &gt; 0.99,0.999,if(val12 &lt; -0.99,-0.999,val12));<br />fish2 := 0.5*log((1 + value12)/(1 - value12))+0.5*previous;<br /><br />pr3 := sector3;<br />maxh3 := highest(pr3,prd);<br />minl3 := lowest(pr3,prd);<br />val13 := 0.33*2*((pr3 - minl3)/(maxh3 - minl3) - 0.5) + 0.67*previous;<br />value13 := if(val13 &gt; 0.99,0.999,if(val13 &lt; -0.99,-0.999,val13));<br />fish3 := 0.5*log((1 + value13)/(1 - value13))+0.5*previous;<br /><br />pr4 := sector4;<br />maxh4 := highest(pr4,prd);<br />minl4 := lowest(pr4,prd);<br />val14 := 0.33*2*((pr4 - minl4)/(maxh4 - minl4) - 0.5) + 0.67*previous;<br />value14 := if(val14 &gt; 0.99,0.999,if(val14 &lt; -0.99,-0.999,val14));<br />fish4 := 0.5*log((1 + value14)/(1 - value14))+0.5*previous;<br /><br />pr5 := sector5;<br />maxh5 := highest(pr5,prd);<br />minl5 := lowest(pr5,prd);<br />val15 := 0.33*2*((pr5 - minl5)/(maxh5 - minl5) - 0.5) + 0.67*previous;<br />value15 := if(val15 &gt; 0.99,0.999,if(val15 &lt; -0.99,-0.999,val15));<br />fish5 := 0.5*log((1 + value15)/(1 - value15))+0.5*previous;<br /><br />pr6 := sector6;<br />maxh6 := highest(pr6,prd);<br />minl6 := lowest(pr6,prd);<br />val16 := 0.33*2*((pr6 - minl6)/(maxh6 - minl6) - 0.5) + 0.67*previous;<br />value16 := if(val16 &gt; 0.99,0.999,if(val16 &lt; -0.99,-0.999,val16));<br />fish6 := 0.5*log((1 + value16)/(1 - value16))+0.5*previous;<br /><br />pr7 := sector7;<br />maxh7 := highest(pr7,prd);<br />minl7 := lowest(pr7,prd);<br />val17 := 0.33*2*((pr7 - minl7)/(maxh7 - minl7) - 0.5) + 0.67*previous;<br />value17 := if(val17 &gt; 0.99,0.999,if(val17 &lt; -0.99,-0.999,val17));<br />fish7 := 0.5*log((1 + value17)/(1 - value17))+0.5*previous;<br /><br />pr8 := sector8;<br />maxh8 := highest(pr8,prd);<br />minl8 := lowest(pr8,prd);<br />val18 := 0.33*2*((pr8 - minl8)/(maxh8 - minl8) - 0.5) + 0.67*previous;<br />value18 := if(val18 &gt; 0.99,0.999,if(val18 &lt; -0.99,-0.999,val18));<br />fish8 := 0.5*log((1 + value18)/(1 - value18))+0.5*previous;<br /><br />pr9 := sector9;<br />maxh9 := highest(pr9,prd);<br />minl9 := lowest(pr9,prd);<br />val19 := 0.33*2*((pr9 - minl9)/(maxh9 - minl9) - 0.5) + 0.67*previous;<br />value19 := if(val19 &gt; 0.99,0.999,if(val19 &lt; -0.99,-0.999,val19));<br />fish9 := 0.5*log((1 + value19)/(1 - value19))+0.5*previous;<br /><br />prA := sectora;<br />maxhA := highest(prA,prd);<br />minlA := lowest(prA,prd);<br />val1A := 0.33*2*((prA - minlA)/(maxhA - minlA) - 0.5) + 0.67*previous;<br />value1A := if(val1A &gt; 0.99,0.999,if(val1A &lt; -0.99,-0.999,val1A));<br />fishA := 0.5*log((1 + value1A)/(1 - value1A))+0.5*previous;<br /><br />Filt := fish;<br />Trend:=if(Filt&gt; Hist(Filt,1),1,if(Filt&lt;Hist(Filt,1),-1,prev));<br />&#091;drawundefined=gap&#093;<br /><br />&#091;name="Chart"; color=Black; width=6&#093;<br />ef1:=if(Trend=1 and hist(Trend,1)=-1,Filt,if(Trend=-1,Filt,undefined));<br />ef1;<br /><br />&#091;Color=Red&#093;<br />ef2:=if(Trend=-1 ,Filt,if(hist(Trend,1)=1 ,Filt,undefined));<br />ef2;<br /><br />&#091;Color=Black&#093;<br />ef3:=if(Trend=1 or Trend=0,Filt,undefined);<br />ef3;<br /><br />&#091;name="AGO"; color=BLUE; width=2&#093;<br />trig2:=fish2;<br />trig2;<br /><br />&#091;name="ARI"; color=Cyan; width=2&#093;<br />trig3:=fish3;<br />trig3;<br /><br />&#091;name="AWC"; color=Green; width=2&#093;<br />trig4:=fish4;<br />trig4;<br /><br />&#091;name="BHP"; color=Red; width=2&#093;<br />trig5:=fish5;<br />trig5;<br /><br />&#091;name="BSL"; color=Orange; width=2&#093;<br />trig6:=fish6;<br />trig6;<br /><br />&#091;name="FMG"; color=Dark Violet; width=2&#093;<br />trig7:=fish7;<br />trig7;<br /><br />&#091;name="ILU"; color=Olive Drab; width=2&#093;<br />trig8:=fish8;<br />trig8;<br /><br />&#091;name="NCM"; color=Slate Blue; width=2&#093;<br />trig9:=fish9;<br />trig9;<br /><br />&#091;name="RIO"; color=turquoise; width=2&#093;<br />trigA:=fishA;<br />trigA;<br /><br />]]>
   </description>
   <pubDate>Thu, 11 Sep 2014 16:17:36 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=968&amp;PID=3394#3394</guid>
  </item> 
  <item>
   <title>Add 30EMA to RSC indicator : {Again an adaptation from a Maximo...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=968&amp;PID=3393#3393</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=1044" rel="nofollow">cmacdon</a><br /><strong>Subject:</strong> 968<br /><strong>Posted:</strong> 11&nbsp;Sep&nbsp;2014 at 4:12pm<br /><br />{Again an adaptation from a Maximo sector analysis indicator code from this Forum but I applied a Fisher Transform function for each sector as FT gives good turning points.  refer John Ehlers, Cybernetic Analysis for Stocks and Futures John Wiley, 2004"}<br /><br />&#091;description="Universal Relative Strength Comparison, Max"&nbsp;&nbsp;&nbsp;CMD Adapted to Fisher Transform&#093;<br /><br />prd:= input(" length", 10, 1, 50);<br /><br /><br />sec2 := inputsymbol("Sector", "XJO");<br />sec3 := inputsymbol("Sector", "XDJ");<br />sec4 := inputsymbol("Sector", "XSJ");<br />sec5 := inputsymbol("Sector", "XEJ");<br />sec6 := inputsymbol("Sector", "XFJ");<br />sec7 := inputsymbol("Sector", "XHJ");<br />sec8 := inputsymbol("Sector", "XNJ");<br />sec9 := inputsymbol("Sector", "XIJ");<br />secA := inputsymbol("Sector", "XMJ");<br />secB := inputsymbol("Sector", "XJR");<br />secC := inputsymbol("Sector", "XTJ");<br />secD := inputsymbol("Sector", "XUJ");<br />secE := inputsymbol("Sector", "XGD");<br />secF := inputsymbol("Sector", "XMM");<br /><br />sector2:=LoadSymbol(sec2,C);<br />sector3:=LoadSymbol(sec3,C);<br />sector4:=LoadSymbol(sec4,C);<br />sector5:=LoadSymbol(sec5,C);<br />sector6:=LoadSymbol(sec6,C);<br />sector7:=LoadSymbol(sec7,C);<br />sector8:=LoadSymbol(sec8,C);<br />sector9:=LoadSymbol(sec9,C);<br />sectorA:=LoadSymbol(secA,C);<br />sectorB:=LoadSymbol(secB,C);<br />sectorC:=LoadSymbol(secC,C);<br />sectorD:=LoadSymbol(secD,C);<br />sectorE:=LoadSymbol(secE,C);<br />sectorF:=LoadSymbol(secF,C);<br /><br />pr := C;<br />maxh := highest(pr,prd);<br />minl := lowest(pr,prd);<br />val1 := 0.33*2*((pr - minl)/(maxh - minl) - 0.5) + 0.67*previous;<br />value1 := if(val1 &gt; 0.99,0.999,if(val1 &lt; -0.99,-0.999,val1));<br />fish := 0.5*log((1 + value1)/(1 - value1))+0.5*previous;<br /><br />pr2 := sector2;<br />maxh2 := highest(pr2,prd);<br />minl2 := lowest(pr2,prd);<br />val12 := 0.33*2*((pr2 - minl2)/(maxh2 - minl2) - 0.5) + 0.67*previous;<br />value12 := if(val12 &gt; 0.99,0.999,if(val12 &lt; -0.99,-0.999,val12));<br />fish2 := 0.5*log((1 + value12)/(1 - value12))+0.5*previous;<br /><br />pr3 := sector3;<br />maxh3 := highest(pr3,prd);<br />minl3 := lowest(pr3,prd);<br />val13 := 0.33*2*((pr3 - minl3)/(maxh3 - minl3) - 0.5) + 0.67*previous;<br />value13 := if(val13 &gt; 0.99,0.999,if(val13 &lt; -0.99,-0.999,val13));<br />fish3 := 0.5*log((1 + value13)/(1 - value13))+0.5*previous;<br /><br />pr4 := sector4;<br />maxh4 := highest(pr4,prd);<br />minl4 := lowest(pr4,prd);<br />val14 := 0.33*2*((pr4 - minl4)/(maxh4 - minl4) - 0.5) + 0.67*previous;<br />value14 := if(val14 &gt; 0.99,0.999,if(val14 &lt; -0.99,-0.999,val14));<br />fish4 := 0.5*log((1 + value14)/(1 - value14))+0.5*previous;<br /><br />pr5 := sector5;<br />maxh5 := highest(pr5,prd);<br />minl5 := lowest(pr5,prd);<br />val15 := 0.33*2*((pr5 - minl5)/(maxh5 - minl5) - 0.5) + 0.67*previous;<br />value15 := if(val15 &gt; 0.99,0.999,if(val15 &lt; -0.99,-0.999,val15));<br />fish5 := 0.5*log((1 + value15)/(1 - value15))+0.5*previous;<br /><br />pr6 := sector6;<br />maxh6 := highest(pr6,prd);<br />minl6 := lowest(pr6,prd);<br />val16 := 0.33*2*((pr6 - minl6)/(maxh6 - minl6) - 0.5) + 0.67*previous;<br />value16 := if(val16 &gt; 0.99,0.999,if(val16 &lt; -0.99,-0.999,val16));<br />fish6 := 0.5*log((1 + value16)/(1 - value16))+0.5*previous;<br /><br />pr7 := sector7;<br />maxh7 := highest(pr7,prd);<br />minl7 := lowest(pr7,prd);<br />val17 := 0.33*2*((pr7 - minl7)/(maxh7 - minl7) - 0.5) + 0.67*previous;<br />value17 := if(val17 &gt; 0.99,0.999,if(val17 &lt; -0.99,-0.999,val17));<br />fish7 := 0.5*log((1 + value17)/(1 - value17))+0.5*previous;<br /><br />pr8 := sector8;<br />maxh8 := highest(pr8,prd);<br />minl8 := lowest(pr8,prd);<br />val18 := 0.33*2*((pr8 - minl8)/(maxh8 - minl8) - 0.5) + 0.67*previous;<br />value18 := if(val18 &gt; 0.99,0.999,if(val18 &lt; -0.99,-0.999,val18));<br />fish8 := 0.5*log((1 + value18)/(1 - value18))+0.5*previous;<br /><br />pr9 := sector9;<br />maxh9 := highest(pr9,prd);<br />minl9 := lowest(pr9,prd);<br />val19 := 0.33*2*((pr9 - minl9)/(maxh9 - minl9) - 0.5) + 0.67*previous;<br />value19 := if(val19 &gt; 0.99,0.999,if(val19 &lt; -0.99,-0.999,val19));<br />fish9 := 0.5*log((1 + value19)/(1 - value19))+0.5*previous;<br /><br />prA := sectora;<br />maxhA := highest(prA,prd);<br />minlA := lowest(prA,prd);<br />val1A := 0.33*2*((prA - minlA)/(maxhA - minlA) - 0.5) + 0.67*previous;<br />value1A := if(val1A &gt; 0.99,0.999,if(val1A &lt; -0.99,-0.999,val1A));<br />fishA := 0.5*log((1 + value1A)/(1 - value1A))+0.5*previous;<br /><br />prB := sectorB;<br />maxhB := highest(prB,prd);<br />minlB := lowest(prB,prd);<br />val1B := 0.33*2*((prB - minlB)/(maxhB - minlB) - 0.5) + 0.67*previous;<br />value1B := if(val1B &gt; 0.99,0.999,if(val1B &lt; -0.99,-0.999,val1B));<br />fishB := 0.5*log((1 + value1B)/(1 - value1B))+0.5*previous;<br /><br />prC := sectorC;<br />maxhC := highest(prC,prd);<br />minlC := lowest(prC,prd);<br />val1C := 0.33*2*((prC - minlC)/(maxhC - minlC) - 0.5) + 0.67*previous;<br />value1C := if(val1C &gt; 0.99,0.999,if(val1C &lt; -0.99,-0.999,val1C));<br />fishC := 0.5*log((1 + value1C)/(1 - value1C))+0.5*previous;<br /><br />prD2 := sectorD;<br />maxhD := highest(prD2,prd);<br />minlD := lowest(prD2,prd);<br />val1D := 0.33*2*((prD2 - minlD)/(maxhD - minlD) - 0.5) + 0.67*previous;<br />value1D := if(val1D &gt; 0.99,0.999,if(val1D &lt; -0.99,-0.999,val1D));<br />fishD := 0.5*log((1 + value1D)/(1 - value1D))+0.5*previous;<br /><br />prE:= sectorE;<br />maxhE := highest(prE,prd);<br />minlE := lowest(prE,prd);<br />val1E := 0.33*2*((prE - minlE)/(maxhE - minlE) - 0.5) + 0.67*previous;<br />value1E := if(val1E &gt; 0.99,0.999,if(val1E &lt; -0.99,-0.999,val1E));<br />fishE := 0.5*log((1 + value1E)/(1 - value1E))+0.5*previous;<br /><br />prF:= sectorF;<br />maxhF := highest(prF,prd);<br />minlF := lowest(prF,prd);<br />val1F := 0.33*2*((prF - minlF)/(maxhF - minlF) - 0.5) + 0.67*previous;<br />value1F := if(val1F &gt; 0.99,0.999,if(val1F &lt; -0.99,-0.999,val1F));<br />fishF := 0.5*log((1 + value1F)/(1 - value1F))+0.5*previous;<br /><br /><br /><br />Filt := fish;<br />Trend:=if(Filt&gt; Hist(Filt,1),1,if(Filt&lt;Hist(Filt,1),-1,prev));<br />&#091;drawundefined=gap&#093;<br /><br />&#091;name="Chart"; color=Black; width=6&#093;<br />ef1:=if(Trend=1 and hist(Trend,1)=-1,Filt,if(Trend=-1,Filt,undefined));<br />ef1;<br /><br />&#091;Color=Red&#093;<br />ef2:=if(Trend=-1 ,Filt,if(hist(Trend,1)=1 ,Filt,undefined));<br />ef2;<br /><br />&#091;Color=Black&#093;<br />ef3:=if(Trend=1 or Trend=0,Filt,undefined);<br />ef3;<br /><br />&#091;name="ASX 200"; color=BLUE; width=2&#093;<br />trig2:=fish2;<br />trig2;<br /><br />&#091;name="Consumer Discret"; color=Cyan; width=2&#093;<br />trig3:=fish3;<br />trig3;<br /><br />&#091;name="Consumer Staple"; color=Green; width=2&#093;<br />trig4:=fish4;<br />trig4;<br /><br />&#091;name="Energy"; color=Red; width=2&#093;<br />trig5:=fish5;<br />trig5;<br /><br />&#091;name="Financials"; color=Orange; width=2&#093;<br />trig6:=fish6;<br />trig6;<br /><br />&#091;name="Health Care"; color=Dark Violet; width=2&#093;<br />trig7:=fish7;<br />trig7;<br /><br />&#091;name="Industrial"; color=Olive Drab; width=2&#093;<br />trig8:=fish8;<br />trig8;<br /><br />&#091;name="Info Tech"; color=Olive Drab; width=2&#093;<br />trig9:=fish9;<br />trig9;<br /><br />&#091;name="Metal and Mining"; color=turquoise; width=2&#093;<br />trigA:=fishA;<br />trigA;<br /><br />&#091;name="Resources"; color=violet; width=2&#093;<br />trigB:=fishB;<br />trigB;<br /><br />&#091;name="Teleco"; color=Tan; width=2&#093;<br />trigC:=fishC;<br />trigC;<br /><br />&#091;name="Utilities"; color=Dodger Blue; width=2&#093;<br />trigD:=fishD;<br />trigD;<br /><br />&#091;name="All Ord Gold"; color=Gold; width=2&#093;<br />trigE:=fishE;<br />trigE;<br /><br />&#091;name="Metals & Mining"; color=Black; width=2&#093;<br />trigF:=fishF;<br />trigF;<br /><br />&#091;name="average"; color=black; width=2&#093;<br />(Trig2+Trig3+Trig4+Trig5+Trig6+Trig7+Trig8+Trig9+TrigA+TrigB+TrigC+TrigD+TrigE+TrigF)/14;<br /><br /><br /><br /><br /><br /><span style="font-size:10px"><br /><br />Edited by cmacdon - 11&nbsp;Sep&nbsp;2014 at 4:15pm</span>]]>
   </description>
   <pubDate>Thu, 11 Sep 2014 16:12:45 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=968&amp;PID=3393#3393</guid>
  </item> 
  <item>
   <title>Add 30EMA to RSC indicator : Here is Fisher transform version...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=968&amp;PID=3392#3392</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=1044" rel="nofollow">cmacdon</a><br /><strong>Subject:</strong> 968<br /><strong>Posted:</strong> 11&nbsp;Sep&nbsp;2014 at 4:09pm<br /><br />Here is Fisher transform version of a sector analysis which you can use to do a Top Down Strategy Approach as Richard Weikoff suggested.<br /><br />This involves first performing a best performing sector analysis then look at best performing stock within a sector - so 2 separate indicators coded below  one for the sectors and one for stocks within a particular sector for this example say preferred 10 stocks from the Metals and Mining sector.  <br /><br />In practice to be methodical, you would need a folder with the symbol data for each sector.  Then a folder for the preferred 10 or so stocks you are prepared to trade in within each preferred sector.<br /><br /><br />As previously mentioned I do not do this anymore as you can quickly scroll through the high activity stocks at the top of the ASX 200 fairly quickly.  <br /><br />The Weikoff Top Down Strategy might be a good strategy to focus if you were dealing with a much larger exchange like the US.  <br /><br />Obviously Richard Weikoff did not know about the Fisher Trasnform so it is his conceptual selection strategy being applied using John Ehlers Fisher Transform.<br /><br /><br /><img src="uploads/1044/FT1.png" border="0" /><br /><br /><br /><br /><img src="uploads/1044/FT2.png" border="0" /><span style="font-size:10px"><br /><br />Edited by cmacdon - 11&nbsp;Sep&nbsp;2014 at 4:59pm</span>]]>
   </description>
   <pubDate>Thu, 11 Sep 2014 16:09:52 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=968&amp;PID=3392#3392</guid>
  </item> 
  <item>
   <title>Add 30EMA to RSC indicator : expr := expression(&amp;#034;Expression&amp;#034;); n...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=968&amp;PID=3391#3391</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=1044" rel="nofollow">cmacdon</a><br /><strong>Subject:</strong> 968<br /><strong>Posted:</strong> 11&nbsp;Sep&nbsp;2014 at 3:18pm<br /><br />expr := expression("Expression");<br />n := input("Time periods",100,1);<br /><br />sec2 := inputsymbol("Indices", "XJO");<br />sec3 := inputsymbol("Indices", "XDJ");<br />sec4 := inputsymbol("Indices", "XSJ");<br />sec5 := inputsymbol("Indices", "XEJ");<br />sec6 := inputsymbol("Indices", "XFJ");<br />sec7 := inputsymbol("Indices", "XHJ");<br />sec8 := inputsymbol("Indices", "XNJ");<br />sec9 := inputsymbol("Indices", "XIJ");<br />secA := inputsymbol("Indices", "XMJ");<br />secB := inputsymbol("Indices", "XJR");<br />secC := inputsymbol("Indices", "XTJ");<br />secD := inputsymbol("Indices", "XUJ");<br />secE := inputsymbol("Indices", "XGD");<br />secF := inputsymbol("Indices", "XMM");<br /><br /><br />sector2:=LoadSymbol(sec2,C);<br />sector3:=LoadSymbol(sec3,C);<br />sector4:=LoadSymbol(sec4,C);<br />sector5:=LoadSymbol(sec5,C);<br />sector6:=LoadSymbol(sec6,C);<br />sector7:=LoadSymbol(sec7,C);<br />sector8:=LoadSymbol(sec8,C);<br />sector9:=LoadSymbol(sec9,C);<br />sectorA:=LoadSymbol(secA,C);<br />sectorB:=LoadSymbol(secB,C);<br />sectorC:=LoadSymbol(secC,C);<br />sectorD:=LoadSymbol(secD,C);<br />sectorE:=LoadSymbol(secE,C);<br />sectorF:=LoadSymbol(secF,C);<br /><br />&#091;name="Chart"; color=black; width=6&#093;<br />(c/hist(c,n))*100;<br /><br /> &#091;name="XJO";color=blue; width=1&#093;<br />(sector2/hist(sector2,n))*100;<br /> &#091;name="XDJ";color=Cyan;&#093;<br />(sector3/hist(sector3,n))*100;<br /> &#091;name="XSJ";color=green&#093;<br />(sector4/hist(sector4,n))*100;<br /> &#091;name="XEJ";color=red&#093;<br />(sector5/hist(sector5,n))*100;<br /> &#091;name="XFJ";color=orange&#093;<br />(sector6/hist(sector6,n))*100;<br /> &#091;name="XHJ"; color=Dark Violet&#093;<br />(sector7/hist(sector7,n))*100;<br /> &#091;name="XNJ";color=Olive Drab&#093;<br />(sector8/hist(sector8,n))*100;<br /> &#091;name="XIJ";color=Slate Blue&#093;<br />(sector9/hist(sector9,n))*100;<br /> &#091;name="XMJ";color=Turquoise&#093;<br />(sectorA/hist(sectorA,n))*100;<br /> &#091;name="XJR";color=Violet&#093;<br />(sectorB/hist(sectorB,n))*100;<br /> &#091;name="XTJ";color=Tan&#093;<br />(sectorC/hist(sectorC,n))*100;<br /> &#091;name="XUJ";color=Dodger Blue&#093;<br />(sectorD/hist(sectorD,n))*100;<br />&#091;name="XGD";color=Gold&#093;<br />(sectorE/hist(sectorE,n))*100;<br />&#091;name="XMM";color=Black&#093;<br />(sectorF/hist(sectorF,n))*100;<br /><br /><br />]]>
   </description>
   <pubDate>Thu, 11 Sep 2014 15:18:25 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=968&amp;PID=3391#3391</guid>
  </item> 
  <item>
   <title>Add 30EMA to RSC indicator :  symb :=  inputsymbol(&amp;#034;ASX...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=968&amp;PID=3390#3390</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=1044" rel="nofollow">cmacdon</a><br /><strong>Subject:</strong> 968<br /><strong>Posted:</strong> 11&nbsp;Sep&nbsp;2014 at 3:17pm<br /><br />&#091;description="Universal Relative Strength Comparison, Original Author Maximo"&#093;<br />symb := <br />inputsymbol("ASX 200", "XJO");<br />period:= <br />input("average period",20,1);<br />sec1 := <br />inputsymbol("Energy", "XEJ");<br />sec2 := <br />inputsymbol("Materials", "XMJ");<br />sec3 := <br />inputsymbol("Industrials", "XNJ");<br />sec4 := <br />inputsymbol("Consumer Discretionary", "XDJ");<br />sec5 := <br />inputsymbol("Consumer Staples", "XSJ");<br />sec6 := <br />inputsymbol("Health Care", "XHJ");<br />sec7 := <br />inputsymbol("Financials", "XFJ");<br />sec8 := <br />inputsymbol("Information Technology", "XIJ");<br />sec9 := <br />inputsymbol("Telecommunications", "XTJ");<br />secA := <br />inputsymbol("Utilities", "XUJ");<br />secB := <br />inputsymbol("XJO", "XJO");<br /><br />index:=<br />LoadSymbol(symb,C);<br />sector1:=<br />LoadSymbol(sec1,C);<br />sector2:=<br />LoadSymbol(sec2,C);<br />sector3:=<br />LoadSymbol(sec3,C);<br />sector4:=<br />LoadSymbol(sec4,C);<br />sector5:=<br />LoadSymbol(sec5,C);<br />sector6:=<br />LoadSymbol(sec6,C);<br />sector7:=<br />LoadSymbol(sec7,C);<br />sector8:=<br />LoadSymbol(sec8,C);<br />sector9:=<br />LoadSymbol(sec9,C);<br />sectorA:=<br />LoadSymbol(secA,C);<br />sectorB:=<br />LoadSymbol(secB,C);<br /><br />&#091;name=energy; color<br />=red; width=2&#093;<br />ma<br />(ROC(sector1,1,%),period,S)-ma(ROC(index,1,%),period,S);<br />&#091;name=materials;color<br />=coral&#093;<br />ma<br />(ROC(sector2,1,%),period,S)-ma(ROC(index,1,%),period,S);<br />&#091;name=industrial;color<br />=violet&#093;<br />ma<br />(ROC(sector3,1,%),period,S)-ma(ROC(index,1,%),period,S);<br />&#091;name=consumer distretionary;color<br />=Violet orchid&#093;<br />ma<br />(ROC(sector4,1,%),period,S)-ma(ROC(index,1,%),period,S);<br />&#091;name=consumer staples;color<br />=olive&#093;<br />ma<br />(ROC(sector5,1,%),period,S)-ma(ROC(index,1,%),period,S);<br />&#091;name=health care;color<br />=lawn green&#093;<br />ma<br />(ROC(sector6,1,%),period,S)-ma(ROC(index,1,%),period,S);<br />&#091;name=financials; color<br />=Teal&#093;<br />ma<br />(ROC(sector7,1,%),period,S)-ma(ROC(index,1,%),period,S);<br />&#091;name=it;color<br />=Turquoise&#093;<br />ma<br />(ROC(sector8,1,%),period,S)-ma(ROC(index,1,%),period,S);<br />&#091;name=telecoms;color<br />=Slate Blue&#093;<br />ma<br />(ROC(sector9,1,%),period,S)-ma(ROC(index,1,%),period,S);<br />&#091;name=utilities;color<br />=Blue&#093;<br />ma<br />(ROC(sectorA,1,%),period,S)-ma(ROC(index,1,%),period,S);<br /><br />&#091;name=XJO benchmark;color<br />=Black&#093;<br />ma<br />(ROC(sectorB,1,%),period,S)-ma(ROC(index,1,%),period,S);<br />]]>
   </description>
   <pubDate>Thu, 11 Sep 2014 15:17:50 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=968&amp;PID=3390#3390</guid>
  </item> 
  <item>
   <title>Add 30EMA to RSC indicator : Alan   History is repeating. Have...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=968&amp;PID=3389#3389</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=1044" rel="nofollow">cmacdon</a><br /><strong>Subject:</strong> 968<br /><strong>Posted:</strong> 11&nbsp;Sep&nbsp;2014 at 3:16pm<br /><br />Alan<br /><br /><br />History is repeating. Have a look at some early posts by Maximo on this Forum as he provided good sector analysis code.<br /><br />you can easily adapt to what you want I will post a chart of two slightly different sector analysis indicators the first was derived from Maximo but I would have tailored it to the sectors I was looking at the time.  It may be what you are looking for as it is a rate of change indicator.  The second is a Momentum version.  I also have a Fisher Transform version that I will dig out and check later and if it does not look up the FT via a dll I will post that later  Separate code further after charts<br /><br /><br /><br /><br /><br /><img src="uploads/1044/Sectors2.png" border="0" />]]>
   </description>
   <pubDate>Thu, 11 Sep 2014 15:16:37 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=968&amp;PID=3389#3389</guid>
  </item> 
  <item>
   <title>Add 30EMA to RSC indicator : Hi Joe,  Thanks for the reply.I...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=968&amp;PID=3388#3388</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=4630" rel="nofollow">Alan</a><br /><strong>Subject:</strong> 968<br /><strong>Posted:</strong> 08&nbsp;Sep&nbsp;2014 at 11:08am<br /><br />Hi Joe,<div><br></div><div>Thanks for the reply.</div><div><br></div><div>I used CBA as an example in the query above, however, this analysis is normally only done on GICS sectors, when comparing the sector to the ASX all ords. &nbsp;The object of this review is to compare the strength of the sector to the ASX all ords and see if the individual sector is tracking above or below the All Ords.</div><div><br></div><div>This concept is discussed on the website&nbsp;<a href="http://tradinggame.com.au/current-hot-cold-sectors/" target="_blank">http://tradinggame.com.au/current-hot-cold-sectors/</a>&nbsp;. &nbsp;The analysis provides with a list of hot and cold sectors and could be used to validate or support a decision to go long or short on a particular stock.</div><div><br></div><div>Hope this makes sense.</div><div>Cheers</div>]]>
   </description>
   <pubDate>Mon, 08 Sep 2014 11:08:29 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=968&amp;PID=3388#3388</guid>
  </item> 
  <item>
   <title>Add 30EMA to RSC indicator : AlanI cannot understand why you...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=968&amp;PID=3387#3387</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=914" rel="nofollow">joea</a><br /><strong>Subject:</strong> 968<br /><strong>Posted:</strong> 07&nbsp;Sep&nbsp;2014 at 6:48pm<br /><br />Alan<br>I cannot understand why you want a average of&nbsp; RSC line.<br>You would just be getting a average !!<br><br>However I think you should look at another indicator such as Twiggs Money Flow. However check what this indicator means first.<br>And put it in the same panel as the RSC.<br><br>Or better ask an opinion on CBA.<br><br>If you have a code in Metastock, check with the tech guys on Bullcharts. The may convert it.<br><br>cheers<br>]]>
   </description>
   <pubDate>Sun, 07 Sep 2014 18:48:37 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=968&amp;PID=3387#3387</guid>
  </item> 
  <item>
   <title>Add 30EMA to RSC indicator : Hi All,I&amp;#039;m looking for some...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=968&amp;PID=3386#3386</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=4630" rel="nofollow">Alan</a><br /><strong>Subject:</strong> 968<br /><strong>Posted:</strong> 06&nbsp;Sep&nbsp;2014 at 9:51pm<br /><br />Hi All,<div><br></div><div>I'm looking for some help. &nbsp;I would like to add a 30 period EMA moving average to a chart that has 2 panels. &nbsp;In the first panel, I have the stock, CBA in my example with an EMA30 on the chart over price. &nbsp;This is normal and there is no problem with this.</div><div><br></div><div>Then I add a second panel that shows the RSC (Relative Strength Comparison) of CBA as compared to the XJO. &nbsp;This is the green line shown in the diagram below, in panel 2. &nbsp;Now I want to add a 30 period EMA moving average onto this green RSC line ( blue line in picture below), however in Bullcharts, I'm not able to have the 30EMA calculating based on the RSC line (green line).&nbsp;</div><div><br></div><div>How can I get the EMA30 to show the 30 period average of the RSC line? &nbsp;Do I need a customised indicator for this, or is there a built in standard indicator in Bullcharts that I can use?</div><div><br></div><div>Here is a picture of what I'm trying to set up. Please note that the blue 30EMA line in the bottom panel is incorrect and just shown for illustration purposes to show what I'm after.</div><div><br></div><div>Please advise any thoughts or suggestions on how I can overcome this issue. &nbsp;( This works fine in Metastock).</div><div><br></div><div><img src="uploads/4630/ema30rsc.JPG" height="634" width="1107" border="0" /><br></div>]]>
   </description>
   <pubDate>Sat, 06 Sep 2014 21:51:30 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=968&amp;PID=3386#3386</guid>
  </item> 
 </channel>
</rss>