<?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 : Help by implementing stop-loss strategy</title>
  <link>http://www.bullcharts.com.au/forum/</link>
  <description>This is an XML content feed of; BullCharts : BullScript : Help by implementing stop-loss strategy</description>
  <copyright>Copyright (c) 2006-2009 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 12:10:09 +0000</pubDate>
  <lastBuildDate>Tue, 09 Aug 2011 11:24:14 +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=723</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>Help by implementing stop-loss strategy : thank you maximo, you actually...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=723&amp;PID=2780#2780</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> 723<br /><strong>Posted:</strong> 09&nbsp;Aug&nbsp;2011 at 11:24am<br /><br />thank you maximo, you actually right about donchian channel :) i didnt think this way :D]]>
   </description>
   <pubDate>Tue, 09 Aug 2011 11:24:14 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=723&amp;PID=2780#2780</guid>
  </item> 
  <item>
   <title>Help by implementing stop-loss strategy : Hi Charlie,   That indicator...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=723&amp;PID=2779#2779</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> 723<br /><strong>Posted:</strong> 09&nbsp;Aug&nbsp;2011 at 10:13am<br /><br />Hi Charlie, <DIV>&nbsp;</DIV><DIV>That indicator has been around for quite a while.&nbsp; It's known as the Donchian channel, which Richard Donchian so named.&nbsp;&nbsp; The turtles of Richard dennis reportedly used them.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><FONT color=#800080 size=3><FONT color=#800080 size=3><P>&#091;lineStyle</FONT></FONT><FONT size=3>=Solid</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>;</FONT></FONT><FONT size=3> </FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>Target</FONT></FONT><FONT size=3>=Price</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>&#093;</P></FONT></FONT><FONT size=3><P>n := </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>input</FONT></FONT><FONT size=3>(</FONT><FONT color=#008b8b size=3><FONT color=#008b8b size=3>"Lookback periods"</FONT></FONT><FONT size=3>,10,0);</P><P>hshift := </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>input</FONT></FONT><FONT size=3>(</FONT><FONT color=#008b8b size=3><FONT color=#008b8b size=3>"Horizontal shift"</FONT></FONT><FONT size=3>,0);</P></FONT><FONT color=#800080 size=3><FONT color=#800080 size=3><P>&#091;color</FONT></FONT><FONT size=3>=steel blue</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>&#093;</P></FONT></FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3><P>hist</FONT></FONT><FONT size=3>(</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>HHV</FONT></FONT><FONT size=3>(</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>H</FONT></FONT><FONT size=3>,n),hshift);</P></FONT><FONT color=#800080 size=3><FONT color=#800080 size=3><P>&#091;color</FONT></FONT><FONT size=3>=steel blue</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>&#093;</P></FONT></FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3><P>hist</FONT></FONT><FONT size=3>(</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>LLV</FONT></FONT><FONT size=3>(</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>L</FONT></FONT><FONT size=3>,n),hshift);</P></FONT><FONT color=#800080 size=3><FONT color=#800080 size=3><P>&#091;linestyle</FONT></FONT><FONT size=3>=dotted</FONT><FONT color=#800080 size=3><FONT color=#800080 size=3>&#093;</P></FONT></FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3><P>hist</FONT></FONT><FONT size=3>(</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>HHV</FONT></FONT><FONT size=3>(</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>H</FONT></FONT><FONT size=3>,n) + </FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>LLV</FONT></FONT><FONT size=3>(</FONT><FONT color=#0000c0 size=3><FONT color=#0000c0 size=3>L</FONT></FONT><FONT size=3>,n),hshift)/2;</P><DIV></DIV></FONT></DIV><span style="font-size:10px"><br /><br />Edited by maximo - 09&nbsp;Aug&nbsp;2011 at 10:14am</span>]]>
   </description>
   <pubDate>Tue, 09 Aug 2011 10:13:21 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=723&amp;PID=2779#2779</guid>
  </item> 
  <item>
   <title>Help by implementing stop-loss strategy : Dear forum memebers,I would be...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=723&amp;PID=2778#2778</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> 723<br /><strong>Posted:</strong> 09&nbsp;Aug&nbsp;2011 at 8:28am<br /><br />Dear forum memebers,<div><br></div><div>I would be glad if somebody could help me by writing a stop-loss strategy in bullscript. This strategy based on Nth bar lows for longs and Nth bar highs for shorts.&nbsp;</div><div><br></div><div>Short explanation: let us assume, that we took a long position on 3.1.2011. The up pivot bar is let say on 1.1.2001 (so we should have a posibility to decide witch day is our first day for stoploss - like ATR stoploss in Bullcharts). We want to place our stoploss on the level of the low of the pivot bar and then move it higher. We want to see our stop on the lowest low of let us say as example last 9 bars (should be adjustable).&nbsp;</div><div><br></div><div>maby maximo could help me?</div><div><br></div><div>Thank you</div>]]>
   </description>
   <pubDate>Tue, 09 Aug 2011 08:28:39 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=723&amp;PID=2778#2778</guid>
  </item> 
 </channel>
</rss>