<?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 : Torque Analysis</title>
  <link>http://www.bullcharts.com.au/forum/</link>
  <description>This is an XML content feed of; BullCharts : BullScript : Torque Analysis</description>
  <copyright>Copyright (c) 2006-2009 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 10:29:12 +0000</pubDate>
  <lastBuildDate>Sat, 04 Jan 2014 19:34:21 +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=958</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>Torque Analysis :     </title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=958&amp;PID=3308#3308</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> 958<br /><strong>Posted:</strong> 04&nbsp;Jan&nbsp;2014 at 7:34pm<br /><br /><img src="uploads/1044/Torque.PNG" border="0" /><br /><br /><br />]]>
   </description>
   <pubDate>Sat, 04 Jan 2014 19:34:21 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=958&amp;PID=3308#3308</guid>
  </item> 
  <item>
   <title>Torque Analysis : CHART UPLOAD NOT WORKING SO I...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=958&amp;PID=3307#3307</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> 958<br /><strong>Posted:</strong> 04&nbsp;Jan&nbsp;2014 at 6:04pm<br /><br />CHART UPLOAD NOT WORKING SO I WILL TRY IT AGAIN LATER HERE IS CODE:<br /><br />&#091;description="Chapter 4 Torque analysis of Stock Market Cycles - formula for allocating buying and selling volume - on a standardised scale.  cmacdon Note: this was independently developed formula by Garrett for allocating buying and selling price movement which he then applied to volume measures applied to Cycle analysis.  It differs from Larry Williams definition previously discussed in the Bullcharts "Smart Money" post, as the Garret Formula picks up the price movement from hte previous bar close to the current bar close.  Whereas Williams formula is an allocation the each bars H to L only.  Also, converts to a standadised measure of buying and selling volume per movement between price bars.  As an indicator this helps overcome distortions otherise due to outliers in raw data"&#093;<br />&#091;citation="Investing for Profit with Torque Analysis "&#093;<br />&#091;author=Garrett, William C.; Investment Book Publishers ; &#093;<br /><br /><br />{Note I added ability to apply moving average - concept not in original formula}<br />prdp:=input("MA of Path", 1, 1, 200);<br /><br />{Note this was also added to fine tune Bullcharts indicator for cut off level}<br />bs:=input("Buy Sell Cutoff", 0.5, .0001, 2);<br /><br />Value1a := If(H&gt;=Hist(C,1),- (H-L), H-Hist(c,1)-(H-L)); {Price movement representing Selling Vol}<br />Value2 := If(H&gt;=Hist(C,1),(H-Hist(c,1) + (C-L)), (C-L)) ; {Price movement representing Buying Vol}  <br />Path:=Value2-Value1a;  { Note this effectively is used to standardise each bars relative movement due to buyers or sellers}<br />Value1aa:=Value1a/Path; {Relative Selling price movement}<br />Value22:=Value2/Path; {Relative Buying price movement}<br /><br />Value3 := Value2 - Value1a; {Net of buying and Selling Vol - Used in other indicators not this one}<br /><br />&#091;linestyle=Bar; width=6&#093;<br />Spress:=ma((-Value1aa+Value22),prdp,s);<br /><br />&#091;name= Standardised Total price movement; color=GOLD;&#093;<br />Spress;<br /><br />Bpress:=ma(Value22,prdp,s);<br /><br />&#091;color=Royal Blue ;&#093;<br />Bpress;<br /><br />&#091;color=cyan ;&#093;<br />if(Bpress&gt;Hist(Bpress,1),Bpress,undefined);<br /><br />&#091;Name= Threshold levels; color=Black; linestyle=solid;width=2;&#093;<br />d:=0.5;<br />d;<br /><br />d1:=0.75;<br />d1;<br /><br />d4:=0.25;<br />d4;<br /><br /><br />&#091;color=Black; linestyle=solid;width=1;&#093;<br />d2:=0.625;<br />d2;<br /><br />d3:=0.375;<br />d3;<br /><br />&#091;Name= Approx mid point cut off level&#093;; <br />cutoff:=bs;<br />cutoff;<br /><br />{ Fill }<br />&#091;name=Higlight buying or selling above or below cutoff; linestyle=fill&#093;<br />&#091;color=Cyan&#093;Bpress;<br />&#091;color=red&#093;  bs;<br /><br />&#091;visible=True&#093;<br />&#091;linestyle=Bar; color=cyan ; width=6;&#093;<br />if(Bpress&gt;Cutoff,Bpress,undefined);]]>
   </description>
   <pubDate>Sat, 04 Jan 2014 18:04:19 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=958&amp;PID=3307#3307</guid>
  </item> 
  <item>
   <title>Torque Analysis : As it is new year here is a new...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=958&amp;PID=3306#3306</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> 958<br /><strong>Posted:</strong> 04&nbsp;Jan&nbsp;2014 at 5:22pm<br /><br />As it is new year here is a new indicator you might want to play around with.  <br /><br />The chart and the code narrative should be self explanatory.  <br /><br />The original book by William C Garret noted in the code citation is undated but it was probably published in the early 1960's.  <br /><br />I do not know how true it is but the back page of the book has a reference from Larry Pesavento saying Garret's book is one of the best 3 books ever written about price action in the markets. So, there you go.<br /><br />The particular formula I have tried to apply in this indicator, is from chapter 4, and it is a slightly different but more complete formula on how to analyse price action relating to buying and selling volume buying and selling volume from the Larry Williams/ Tom Williams "Smart money" formula discussed with relevant indicators in the Bullcharts "Smart Money" Post last year.<br /><br />I'll post a chart then the code.]]>
   </description>
   <pubDate>Sat, 04 Jan 2014 17:22:03 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=958&amp;PID=3306#3306</guid>
  </item> 
 </channel>
</rss>