<?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 : Guppy Trend Volatility Line Bullscript</title>
  <link>http://www.bullcharts.com.au/forum/</link>
  <description>This is an XML content feed of; BullCharts : BullScript : Guppy Trend Volatility Line Bullscript</description>
  <copyright>Copyright (c) 2006-2009 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 12:11:10 +0000</pubDate>
  <lastBuildDate>Tue, 04 May 2010 16:12:26 +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=623</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>Guppy Trend Volatility Line Bullscript : Thanks for the coding.  Cheers...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=623&amp;PID=2512#2512</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=223" rel="nofollow">Bana</a><br /><strong>Subject:</strong> 623<br /><strong>Posted:</strong> 04&nbsp;May&nbsp;2010 at 4:12pm<br /><br />Thanks for the coding.<DIV>&nbsp;</DIV><DIV>Cheers</DIV>]]>
   </description>
   <pubDate>Tue, 04 May 2010 16:12:26 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=623&amp;PID=2512#2512</guid>
  </item> 
  <item>
   <title>Guppy Trend Volatility Line Bullscript : That&amp;#039;s some pretty fancy...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=623&amp;PID=2348#2348</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> 623<br /><strong>Posted:</strong> 28&nbsp;Mar&nbsp;2010 at 2:49pm<br /><br />That's some pretty fancy coding there, thanks :)]]>
   </description>
   <pubDate>Sun, 28 Mar 2010 14:49:09 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=623&amp;PID=2348#2348</guid>
  </item> 
  <item>
   <title>Guppy Trend Volatility Line Bullscript : Hi Everyone,  just wanted to share...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=623&amp;PID=2339#2339</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=362" rel="nofollow">TheFerret</a><br /><strong>Subject:</strong> 623<br /><strong>Posted:</strong> 23&nbsp;Mar&nbsp;2010 at 5:04pm<br /><br />Hi Everyone, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; just wanted to share some code I wrote for the Guppy Trend Volatility Line Stop Loss. Just enter the date you bought it and the break even price(including brokerage, this is usually a few clicks more than your buy price.)The stop zig zags between the 30 and 60 ema by default and as such you should have the Guppy LT and ST GMMA on your screen as well,&nbsp; but you may find a different pair of ema's that better define your trend and use them. I haven't tested it with falling trends but it appears to work with them as well.<br><br><font color="#990000"><font color="#0066ff">&#091;description=This indicator uses the Guppy GMMA and TVL.&#093;<br>&#091;citation=Daryl Guppy. Programming by The Surferret&#093; &#091;category=Stop Loss&#093;<br>&#091;target=Price&#093;<br>&#091;name=TVL Stop&#093; <br>&#091;Width=2&#093;<br>&#091;color=black&#093;<br><br>PDate := inputdate("Date");<br>ma1 := input("EMA short", 30, 1, 200);<br>ma2 := input("EMA long", 60, 1, 200);<br>cost := input("Breakeven Cost", 0, 0, 9999);<br>m1:= ma(c,ma1,e);<br>m2:=ma(c,ma2,e);<br>prevm1:=ma(hist(c,1),ma1,e);<br>prevm2:=ma(hist(c,1),ma2,e);<br><br>if(now&lt;PDate,cost,<br>if(now=PDate,if(cost&lt;=m2,m1,cost),<br>if(m1 &gt; m2 and previous &lt; m2,((m1-prevm1)*(previous-prevm2)/(m2-prevm2))+prevm1,<br>if(m1 &lt; m2 and previous &gt; m2,((m1-prevm1)*(previous-prevm2)/(m2-prevm2))+prevm1,<br>previous))));<br></font></font><br>All the best,<br>The Surferret<br>]]>
   </description>
   <pubDate>Tue, 23 Mar 2010 17:04:18 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=623&amp;PID=2339#2339</guid>
  </item> 
 </channel>
</rss>