<?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 : Welles Wilder Super Trend</title>
  <link>http://www.bullcharts.com.au/forum/</link>
  <description>This is an XML content feed of; BullCharts : BullScript : Welles Wilder Super Trend</description>
  <copyright>Copyright (c) 2006-2009 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 07:13:50 +0000</pubDate>
  <lastBuildDate>Wed, 09 Dec 2020 14:02: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=1040</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>Welles Wilder Super Trend : Sorry for the delay response -...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=1040&amp;PID=3635#3635</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=671" rel="nofollow">meldeans</a><br /><strong>Subject:</strong> 1040<br /><strong>Posted:</strong> 09&nbsp;Dec&nbsp;2020 at 2:02pm<br /><br />Sorry for the delay response - thought i had email notification set on my post but didn't.<div><br></div><div>Thanks Maximo - works a treat.&nbsp; Really appreciate it.&nbsp;<img src="http://www.bullcharts.com.au/forum/smileys/smiley32.gif" border="0" alt="Clap" title="Clap" /></div>]]>
   </description>
   <pubDate>Wed, 09 Dec 2020 14:02:31 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=1040&amp;PID=3635#3635</guid>
  </item> 
  <item>
   <title>Welles Wilder Super Trend :   It probably doesn&amp;#039;t constantly...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=1040&amp;PID=3634#3634</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> 1040<br /><strong>Posted:</strong> 04&nbsp;Dec&nbsp;2020 at 4:24am<br /><br /><div><div style="color: rgb0, 0, 0; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decorati&#111;n: n&#111;ne; text-indent: 0px; text-trans: n&#111;ne; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;">It probably doesn't constantly show a 1 or 0 due to the '<span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decorati&#111;n: n&#111;ne; text-indent: 0px; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;">undefined' output for changing the line colours.</span></div><div style="color: rgb0, 0, 0; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decorati&#111;n: n&#111;ne; text-indent: 0px; text-trans: n&#111;ne; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;">This similar indicator is easier to adapt. &nbsp; The last line should provide the digital output you're looking for.</div><div style="color: rgb0, 0, 0; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decorati&#111;n: n&#111;ne; text-indent: 0px; text-trans: n&#111;ne; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"><br></div></div><div>{ Stop Trail ATR }<br>&#091;Target=price&#093;<br>atrper :=Input("ATR period: ",14);<br>atrfact:=Input("ATR multiplier: ",2);<br>loss:=atrfact*ATR(atrper);<br>trail:=<br>If(C&gt;PREV and Ref(C,-1)&gt;PREV, Max(PREV,C-loss),<br>If(C&lt;PREV and Ref(C,-1)&lt;PREV, Min(PREV,C+loss),<br>If(C&gt;PREV, C-loss, C+loss)));<br>Trail;</div><div><br></div><div>{ digital signal: if close is above previous value it's in buy(1) else it's in sell(0) }<br>direction := if(close&gt;prev,1,0); <br><br></div><div><br></div><span style="font-size:10px"><br /><br />Edited by maximo - 06&nbsp;Dec&nbsp;2020 at 11:19pm</span>]]>
   </description>
   <pubDate>Fri, 04 Dec 2020 04:24:31 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=1040&amp;PID=3634#3634</guid>
  </item> 
  <item>
   <title>Welles Wilder Super Trend :           Edited by...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=1040&amp;PID=3633#3633</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> 1040<br /><strong>Posted:</strong> 04&nbsp;Dec&nbsp;2020 at 2:12am<br /><br /><div><br></div><div><br></div><span style="font-size:10px"><br /><br />Edited by maximo - 06&nbsp;Dec&nbsp;2020 at 11:20pm</span>]]>
   </description>
   <pubDate>Fri, 04 Dec 2020 02:12:19 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=1040&amp;PID=3633#3633</guid>
  </item> 
  <item>
   <title>Welles Wilder Super Trend : Hi,Can anyone help with some issues...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=1040&amp;PID=3631#3631</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=671" rel="nofollow">meldeans</a><br /><strong>Subject:</strong> 1040<br /><strong>Posted:</strong> 26&nbsp;Nov&nbsp;2020 at 3:48pm<br /><br />Hi,<div><br></div><div>Can anyone help with some issues I am having with Super Trend indicators?&nbsp;&nbsp;</div><div><br></div><div>I am using the indicator to trade long only in SMSF.&nbsp; I only want to take signals when price is trading above the indicator.&nbsp; None of my indicators with my criteria work when i include the code line:</div><div>c&gt;Formula("Super Trend Wilders", 3, 30, Wilders, 2).</div><div><br></div><div>I have copied this formula I presume off here somewhere as below:</div><div><br></div><div><div>{==== BullScript ====}</div><div><br></div><div>&#091;Description="SuperTrend - Max"&#093;</div><div>&#091;target=price&#093;</div><div>Mult:=Input("ATR Multiplier",3,1);</div><div>Nb:=Input("Nb Periods",8,1);</div><div>method:=inputma("Method",Wilders);</div><div>price:=Input("1=Median, 2=Close",1,1);</div><div>TruRan:=ma(ATR(1),Nb,method)*Mult;</div><div>HiLimit:=if(price=1,(H+L)/2-TruRan,C-TruRan);</div><div>LoLimit:=if(price=1,(H+L)/2+TruRan,C+TruRan);</div><div>LB:=If(HiLimit&gt;=PREV and HiLimit&lt;C,HiLimit,If(C&lt;PREV,HiLimit-0.1,PREV));</div><div>UB:=If(LoLimit&lt;PREV and LoLimit&gt;C,LoLimit,If(C&gt;PREV,LoLimit+0.1,PREV));</div><div>Trend:=if(UB&gt;ref(UB,-1),1,if(LB&lt;ref(LB,-1),-1,prev));</div><div>&#091;drawundefined=gap&#093;</div><div>&#091;Color=lime green&#093;</div><div>if(Trend=1 and hist(Trend,1)=-1,LB,if(Trend=-1,UB,undefined));</div><div>&#091;Color=red&#093;</div><div>if(Trend=-1 ,UB,if(hist(Trend,1)=1 ,LB,undefined));</div><div>&#091;Color=lime green&#093;</div><div>if(Trend=1 or Trend=0,LB,undefined);</div><div><br></div></div><div>When I display the Super Trend indicator in a pane all of its own so it should show "0" when price below indicator and "1" when above.&nbsp; It only shows "1" when price crosses above when it immediately does not each day that it is true.</div><div><br></div><div>Appreciate any help.</div><div><br></div><div>Thanks</div><div>Dean</div><div><br></div><div><br></div><div><img src="uploads/671/WBT.gif" height="888" width="1583" border="0" /><br></div>]]>
   </description>
   <pubDate>Thu, 26 Nov 2020 15:48:42 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=1040&amp;PID=3631#3631</guid>
  </item> 
 </channel>
</rss>