<?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 : Metastock swing indicator.</title>
  <link>http://www.bullcharts.com.au/forum/</link>
  <description>This is an XML content feed of; BullCharts : BullScript : Metastock swing indicator.</description>
  <copyright>Copyright (c) 2006-2009 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 08:47:24 +0000</pubDate>
  <lastBuildDate>Sat, 05 Apr 2014 12:55: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=698</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>Metastock swing indicator. :  </title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=698&amp;PID=3327#3327</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> 698<br /><strong>Posted:</strong> 05&nbsp;Apr&nbsp;2014 at 12:55pm<br /><br /><img src="uploads/1044/Tudela2.jpg" border="0" />]]>
   </description>
   <pubDate>Sat, 05 Apr 2014 12:55:10 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=698&amp;PID=3327#3327</guid>
  </item> 
  <item>
   <title>Metastock swing indicator. : Seems to be usual problem loading...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=698&amp;PID=3326#3326</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> 698<br /><strong>Posted:</strong> 05&nbsp;Apr&nbsp;2014 at 12:38pm<br /><br />Seems to be usual problem loading images so here is code:<br />&#091;target=Price; linestyle=PriceColor&#093;<br /><br />&#091;Citation= "Trading Triads Felipe Tudela, John Wiley & Sons, 2010, Metastock code on pp 213-214"&#093;<br /><br />{DESCENDING TRIAD}<br />m1:=H&gt;Ref(H,-1) AND L&gt;Ref(L,-1);<br />m2:=H&gt;Ref(H,-1) AND L&lt;Ref(L,-1) AND H&gt;Ref(H,-2) AND L&gt;Ref(L,-2);<br />m3:=H&gt;Ref(H,-1) AND L&lt;Ref(L,-1) AND H&gt;Ref(H,-2) AND L&lt;Ref(L,-2) AND H&gt;Ref(H,-3) AND L&gt;Ref(L,-3);<br /><br />mark:=m1 OR m2 OR m3;<br />Set:=L&lt;ValueWhen(1,mark,L) AND H&lt;ValueWhen(1,mark,H) AND HighestSince(1,Ref(mark,-1),H)&lt;ValueWhen(1,mark,H);<br /><br />sig:=If(mark,1, If(Set,0,PREV));<br /><br />&#091;color=Red; name=DownTriad&#093;;&#091;width=4&#093;;<br />Cross(sig=0,0.5);<br /><br />{ASCENDING TRIAD}<br />a1:=H&lt;Ref(H,-1) AND L&lt;Ref(L,-1);<br />a2:=H&lt;Ref(H,-2) AND L&lt;Ref(L,-2) and H&gt;Ref(H,-1) AND L&lt;Ref(L,-1) ;<br />a3:=H&lt;Ref(H,-3) AND L&lt;Ref(L,-3) and H&gt;Ref(H,-2) AND L&lt;Ref(L,-2) and H&gt;Ref(H,-1) AND L&lt;Ref(L,-1) ;<br /><br />amark:=a1 OR a2 OR a3;<br />aSet:=L&gt;ValueWhen(1,amark,L) AND H&gt;ValueWhen(1,amark,H) AND LowestSince(1,Ref(amark,-1),L)&gt;ValueWhen(1,amark,L);<br /><br />asig:=If(amark,1, If(aSet,0,PREV));<br /><br />&#091;color=Blue; name=UpTriad&#093;; &#091;width=4&#093;;<br />Cross(asig=0,0.5);<br /><br /><br />{These two lines added to show the continuation bars based on above formula subsequent to a Triad being formed as defined by Tudela}<br /><br />&#091;color=Orange; name=Subequent Down Swing&#093;;<br />If(amark=1,1, undefined);<br /><br />&#091;color=Light Sky Blue; name=Subsequent Up Swing&#093;;<br />If(mark=1,1, undefined);]]>
   </description>
   <pubDate>Sat, 05 Apr 2014 12:38:54 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=698&amp;PID=3326#3326</guid>
  </item> 
  <item>
   <title>Metastock swing indicator. : I was retesting various fractal...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=698&amp;PID=3325#3325</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> 698<br /><strong>Posted:</strong> 05&nbsp;Apr&nbsp;2014 at 12:18pm<br /><br />I was retesting various fractal definitions to see if I could find an improvement on John Crane's action reaction pivot point method, and had another look at Tudela's Triad definition. (Triads are otherwise known as fractals or pivot points),&nbsp;&nbsp;&nbsp;&nbsp;<br /><br />The above post has some code named Metastock Swing indicator which in fact the Metastock code for his Tudela's Triad indicator provided in Metastock format on page 213 - 214 of Tudela's book quoted in citation below.  <br /><br />So it is not actually an indicator for a swing but the bar after a fractal or pivot point. I had previously color coded the fractal bars in Bullcharts when the book came out but I did not really find them useful at the time so stored the indicator away. But this time in playing around with the code I added two lines using Tudela's code and the additional lines now colour code the continuation or swing bars leading into and after his triad definitions so they show similar thing to resultant trend or swing as Tudela would define a Swing.  The two extra lines are just adapting his original Triads So you can play around with this.  There are black bars not colour coded and this seems to arise as they reflect inside bars or outside bars which Tudela's code does not deal with.  I will post a chart and then the code so you can play around with it further]]>
   </description>
   <pubDate>Sat, 05 Apr 2014 12:18:17 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=698&amp;PID=3325#3325</guid>
  </item> 
  <item>
   <title>Metastock swing indicator. :   thank you very much maximo!I...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=698&amp;PID=2729#2729</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=802" rel="nofollow">charlie_8</a><br /><strong>Subject:</strong> 698<br /><strong>Posted:</strong> 07&nbsp;May&nbsp;2011 at 12:34am<br /><br />thank you very much maximo!<div>I found also that adding hma (50) hepls to filter out many bad trades, try it and I'll be happy if you like it.<img src="http://www.bullcharts.com.au/forum/smileys/smiley1.gif" border="0" alt="Smile" title="Smile" /></div><div>but i would never buy on close or on open of a next bar (how Tudela suggested), but only on breakout of the high of the bar.</div><span style="font-size:10px"><br /><br />Edited by charlie_8 - 07&nbsp;May&nbsp;2011 at 1:39am</span>]]>
   </description>
   <pubDate>Sat, 07 May 2011 00:34:11 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=698&amp;PID=2729#2729</guid>
  </item> 
  <item>
   <title>Metastock swing indicator. : Here&amp;#039;s a ribbon for the Hull...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=698&amp;PID=2728#2728</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> 698<br /><strong>Posted:</strong> 05&nbsp;May&nbsp;2011 at 11:31am<br /><br />Here's a ribbon for the Hull dual moving averages. <DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&#091;Description="Hull-MA Dual Moving Average Ribbon"&#093;<BR>&#091;target=ribbon&#093;<BR>per1:= input("Period1",9,1);<BR>per2:= input("Period2",21,1); <BR>ma1 := ma(2*ma(C,int(per1/2),W) - ma(C,per1,W),int(sqrt(per1)), W);<BR>ma2 := ma(2*ma(C,int(per2/2),W) - ma(C,per2,W),int(sqrt(per2)), W);<BR>&#091;color=Blue; name=Above&#093;<BR>SignalAbove:= ref(ma1,1) &gt;= ref(ma2,1);<BR>SignalAbove;<BR>&#091;color=Red; name=Below&#093;<BR>SignalBelow:= ref(ma2,1) &lt; ref(ma1,1);<BR>SignalBelow;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Here are the same moving averages plotted on price</DIV><DIV>&nbsp;</DIV><DIV>&#091;Description="Hull-MA Dual Moving Averages"&#093;<BR>&#091;target=price&#093;<BR>per1:= input("Period1",9,1);<BR>per2:= input("Period2",21,1); <BR>ma1 := ma(2*ma(C,int(per1/2),W) - ma(C,per1,W),int(sqrt(per1)), W);<BR>ma2 := ma(2*ma(C,int(per2/2),W) - ma(C,per2,W),int(sqrt(per2)), W);<BR>&#091;color=Blue; name=Above&#093;<BR>ma1;<BR>&#091;color=Red; name=Below&#093;<BR>ma2;<BR></DIV><DIV>&nbsp;</DIV><span style="font-size:10px"><br /><br />Edited by maximo - 05&nbsp;May&nbsp;2011 at 11:32am</span>]]>
   </description>
   <pubDate>Thu, 05 May 2011 11:31:32 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=698&amp;PID=2728#2728</guid>
  </item> 
  <item>
   <title>Metastock swing indicator. : Never say never ;) I found Hull...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=698&amp;PID=2727#2727</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=802" rel="nofollow">charlie_8</a><br /><strong>Subject:</strong> 698<br /><strong>Posted:</strong> 03&nbsp;May&nbsp;2011 at 10:22am<br /><br />Never say never ;) I found Hull 9/21 MAs very interesting for determination of the trend direction. Could you pleace write the ribbon for me, red for downtrend, blue for uptrent? The triads are looking very interesting with HMAs :)<div><br></div><div>Thank you!</div>]]>
   </description>
   <pubDate>Tue, 03 May 2011 10:22:49 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=698&amp;PID=2727#2727</guid>
  </item> 
  <item>
   <title>Metastock swing indicator. : Thanks for sharing those swing...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=698&amp;PID=2711#2711</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> 698<br /><strong>Posted:</strong> 13&nbsp;Apr&nbsp;2011 at 4:52pm<br /><br /><P>Thanks for sharing those swing indicators charlie. The logic is sound and they&nbsp;can provide a statistical edge as part of a trading plan.&nbsp; They are based on price action, so that would be of help to many out there&nbsp;looking at&nbsp;price action strategies, which work well in most markets.&nbsp; I consider Darvas boxes&nbsp;another price action method, since they are not based on mathematical calculations.</P><P>&nbsp;</P><span style="font-size:10px"><br /><br />Edited by maximo - 13&nbsp;Apr&nbsp;2011 at 4:54pm</span>]]>
   </description>
   <pubDate>Wed, 13 Apr 2011 16:52:05 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=698&amp;PID=2711#2711</guid>
  </item> 
  <item>
   <title>Metastock swing indicator. : I found that there are some much...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=698&amp;PID=2708#2708</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=802" rel="nofollow">charlie_8</a><br /><strong>Subject:</strong> 698<br /><strong>Posted:</strong> 13&nbsp;Apr&nbsp;2011 at 7:15am<br /><br />I found that there are some much better ways to trade those swing reversals (triads), than to use any MAs or other tecnical indicators. I dont use them at all, I am more a price action guy :)<span style="font-size:10px"><br /><br />Edited by charlie_8 - 13&nbsp;Apr&nbsp;2011 at 7:49am</span>]]>
   </description>
   <pubDate>Wed, 13 Apr 2011 07:15:01 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=698&amp;PID=2708#2708</guid>
  </item> 
  <item>
   <title>Metastock swing indicator. : hey maximo,thank you for recoding...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=698&amp;PID=2706#2706</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=802" rel="nofollow">charlie_8</a><br /><strong>Subject:</strong> 698<br /><strong>Posted:</strong> 13&nbsp;Apr&nbsp;2011 at 12:43am<br /><br />hey maximo,<div><br></div><div>thank you for recoding those indicators for BS. Those formulae both are from the book "Trading Triads" (the author is Felipe Tudela), that I bought some months ago.</div>]]>
   </description>
   <pubDate>Wed, 13 Apr 2011 00:43:54 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=698&amp;PID=2706#2706</guid>
  </item> 
  <item>
   <title>Metastock swing indicator. : hey charlie   Looks good on...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=698&amp;PID=2705#2705</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> 698<br /><strong>Posted:</strong> 13&nbsp;Apr&nbsp;2011 at 12:26am<br /><br />hey charlie <DIV>&nbsp;</DIV><DIV>Looks good on weekly&nbsp;charts like MMS.&nbsp;Add medium to long average, trading only in direction of that larger trend.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>{ SWING REVERSAL UP }<BR>&#091;target=price&#093;<BR>m1:= H&lt;Ref(H,-1) AND L&lt;Ref(L,-1);<BR>m2:= H&lt;Ref(H,-2) AND L&lt;Ref(L,-2) AND H&gt;Ref(H,-1)AND L&lt;Ref(L,-1);<BR>m3:=H&lt;Ref(H,-3) AND L&lt;Ref(L,-3) AND H&gt;Ref(H,-2) AND L&lt;Ref(L,-2) AND H&gt;Ref(H,-1) AND L&lt;Ref(L,-1);<BR>mark:= m1 OR m2 OR m3;<BR>set:=L &gt;ValueWhen(1,mark,L) AND H&gt;ValueWhen(1,mark,H) AND LowestSince(1,Ref(mark,-1),L) &gt; ValueWhen(1,mark,L);<BR>sig:= If(mark,1, If(set,0,PREV));<BR>&#091;name=Up; linestyle=marker; marker=type1;&#093;<BR>SWRup:=Cross(sig=0,0.5);<BR>SWRup</DIV><DIV><BR>&nbsp;</DIV><DIV>{ SWING REVERSAL DOWN }<BR>&#091;target=price&#093;<BR>m1:= H&gt;Ref(H,-1) AND L&gt;Ref(L,-1);<BR>m2:= H&gt;Ref(H,-2) AND L&gt;Ref(L,-2) AND H&gt;Ref(H,-1) AND L&lt;Ref(L,-1);<BR>m3:= H&gt;Ref(H,-3) AND L&gt;Ref(L,-3) AND H&gt;Ref(H,-2) AND L&lt;Ref(L,-2) AND H&gt;Ref(H,-1) AND L&lt;Ref(L,-1);<BR>mark:= m1 OR m2 OR m3;<BR>set:=L&lt;ValueWhen(1,mark,L) AND H&lt;ValueWhen(1,mark,H) AND HighestSince(1,Ref(mark,-1) , H) &lt; ValueWhen(1,mark,H);<BR>sig:= If(mark,1, If(set, 0, PREV));<BR>&#091;name=Dwn; linestyle=marker; marker=type2;&#093;<BR>SWRdwn:=Cross(sig=0,0.5);<BR>SWRdwn<BR></DIV><span style="font-size:10px"><br /><br />Edited by maximo - 13&nbsp;Apr&nbsp;2011 at 12:27am</span>]]>
   </description>
   <pubDate>Wed, 13 Apr 2011 00:26:08 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=698&amp;PID=2705#2705</guid>
  </item> 
  <item>
   <title>Metastock swing indicator. : hi to all bs forum members,i`m...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=698&amp;PID=2703#2703</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=802" rel="nofollow">charlie_8</a><br /><strong>Subject:</strong> 698<br /><strong>Posted:</strong> 12&nbsp;Apr&nbsp;2011 at 9:10am<br /><br />hi to all bs forum members,<div><br></div><div>i`m pretty new at BS. I have a swing indicator formula, that I often use in MS. could somebody help me to convert these 2 formulae in bullscript?</div><div><br></div><div><span ="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; line-height: normal; "><div>SWING REVERSAL UP</div><div><div>m1:= H&lt;Ref(H,-1) AND L&lt;Ref(L,-1);</div><div>m2:= H&lt;Ref(H,-2) AND L&lt;Ref(L,-2) AND</div><div>H&gt;Ref(H,-1)AND L&lt;Ref(L,-1);</div><div>m3:=H&lt;Ref(H,-3) AND L&lt;Ref(L,-3) AND</div><div>H&gt;Ref(H,-2) AND L&lt;Ref(L,-2) AND</div><div>H&gt;Ref(H,-1) AND L&lt;Ref(L,-1);</div><div>mark:= m1 OR m2 OR m3;</div><div>set:=L &gt;ValueWhen(1,mark,L) AND H&gt;ValueWhen(1,mark,H) AND</div><div>LowestSince(1,Ref(mark,-1),L) &gt; ValueWhen(1,mark,L);</div><div>sig:= If(mark,1, If(set,0,PREV));</div><div>Cross(sig=0,0.5)</div><div><br></div><div>SWING REVERSAL DOWN</div><div><div>m1:= H&gt;Ref(H,-1) AND L&gt;Ref(L,-1);</div><div>m2:= H&gt;Ref(H,-2) AND L&gt;Ref(L,-2) AND</div><div>H&gt;Ref(H,-1) AND L&lt;Ref(L,-1);</div><div>m3:= H&gt;Ref(H,-3) AND L&gt;Ref(L,-3) AND</div><div>H&gt;Ref(H,-2) AND L&lt;Ref(L,-2) AND</div><div>H&gt;Ref(H,-1) AND L&lt;Ref(L,-1);</div><div>mark:= m1 OR m2 OR m3;</div><div>set:=L&lt;ValueWhen(1,mark,L) AND H&lt;ValueWhen(1,mark,H) AND</div><div>HighestSince(1,Ref(mark,-1) , H) &lt; ValueWhen(1,mark,H);</div><div>sig:= If(mark,1, If(set, 0, PREV));&nbsp;</div><div>Cross(sig=0,0.5)</div></div></div><div><br></div><div>Thank you :)</div></span></div>]]>
   </description>
   <pubDate>Tue, 12 Apr 2011 09:10:24 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=698&amp;PID=2703#2703</guid>
  </item> 
 </channel>
</rss>