<?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 : ATR</title>
  <link>http://www.bullcharts.com.au/forum/</link>
  <description>This is an XML content feed of; BullCharts : BullScript : ATR</description>
  <copyright>Copyright (c) 2006-2009 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 09:09:47 +0000</pubDate>
  <lastBuildDate>Tue, 05 Feb 2013 09:30:52 +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=875</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>ATR : Hi Pauley,You could try the following...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=875&amp;PID=3201#3201</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=181" rel="nofollow">rbbrain</a><br /><strong>Subject:</strong> 875<br /><strong>Posted:</strong> 05&nbsp;Feb&nbsp;2013 at 9:30am<br /><br />Hi Pauley,<br><br>You could try the following Script for an indicator that places dots above, and below the price on a price chart (I am guessing that it is an indicator on the price chart that you want). If you want only the ATR dots above the price, then you can change the script to remove the lower ones (and vice versa). Or if you want the dots above to be a different ATR value, then again the script can be tweaked. Also, if you would rather have a stepped line instead of dots, or something different, then this is doable also.:<br><br>&#091;description="This indicator shows ATR bands around the Typical Price, with the option to specify how far out the bands are to be placed. The purpose is to use the band as a Maximum Chase value when entering a stock (either long or short)."&#093;<br>&#091;citation="(citation not included)"&#093;<br>&#091;author=Brainy&#093;<br>&#091;target=Price&#093;<br><br>atrperiods := input("Time Periods for ATR",13);<br>atrmultiples := input("ATR multiples",1.3);<br>atroffset := atrmultiples*atr(atrperiods);<br><br>TP := (H + L + C) /3;<br><br>stdha := TP + atroffset;<br>stdla := TP - atroffset;<br><br>&#091;Name=Typical Price; linestyle = long dash; color = red&#093;<br>TP;<br>&#091;Name=Top; linestyle = points; color = blue&#093;<br>stdha; <br>&#091;Name=Bottom; linestyle = points; color = blue&#093;<br>stdla;<br><br><br>Cheers<br><br>]]>
   </description>
   <pubDate>Tue, 05 Feb 2013 09:30:52 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=875&amp;PID=3201#3201</guid>
  </item> 
  <item>
   <title>ATR :   Is anyone aware of how we...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=875&amp;PID=3137#3137</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=1087" rel="nofollow">pauley</a><br /><strong>Subject:</strong> 875<br /><strong>Posted:</strong> 18&nbsp;Dec&nbsp;2012 at 9:55am<br /><br />Is anyone aware of how we change the ATR to a 10 day, 1.25 ATR?<div>&nbsp;</div><div>Or perhaps that can be written up as a new one?</div><div>&nbsp;</div><div>Cheerio</div><div>&nbsp;</div><div><img src="http://www.bullcharts.com.au/forum/smileys/smiley5.gif" height="17" width="17" border="0" alt="C&#111;nfused" title="C&#111;nfused" /></div>]]>
   </description>
   <pubDate>Tue, 18 Dec 2012 09:55:06 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=875&amp;PID=3137#3137</guid>
  </item> 
 </channel>
</rss>