<?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 : Twiggs M&#111;ney Flow</title>
  <link>http://www.bullcharts.com.au/forum/</link>
  <description>This is an XML content feed of; BullCharts : BullScript : Twiggs M&#111;ney Flow</description>
  <copyright>Copyright (c) 2006-2009 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 13:37:44 +0000</pubDate>
  <lastBuildDate>Thu, 19 Jul 2012 16:08:57 +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=292</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>Twiggs M&#111;ney Flow : My TMF formula is similar to yours...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=292&amp;PID=2978#2978</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=643" rel="nofollow">peter1</a><br /><strong>Subject:</strong> 292<br /><strong>Posted:</strong> 19&nbsp;Jul&nbsp;2012 at 4:08pm<br /><br />My TMF formula is similar to yours and it moves sharply higher on the 29/05/12 after the crazy bid for DJS was made public.]]>
   </description>
   <pubDate>Thu, 19 Jul 2012 16:08:57 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=292&amp;PID=2978#2978</guid>
  </item> 
  <item>
   <title>Twiggs M&#111;ney Flow : Why does the TMF fall on a day...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=292&amp;PID=2976#2976</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=196" rel="nofollow">cudderbean</a><br /><strong>Subject:</strong> 292<br /><strong>Posted:</strong> 07&nbsp;Jul&nbsp;2012 at 9:57pm<br /><br />Why does the TMF fall on a day when a stock like DJS on 29/6/12 rises so dramatically?<DIV>have I made a mistake in copying the coding? Thank you for your help. Thanks for your original coding too, Pipsqueak.</DIV><DIV>&nbsp;</DIV><DIV>n := input("Time periods",21,1);</DIV><DIV>TRH:=Max(hist(C,1),H);</DIV><DIV>TRL:=Min(hist(C,1),L);</DIV><DIV>TR:=TRH-TRL;</DIV><DIV>ADV:=((C-TRL)-(TRH-C))/If(TR=0,999999,TR)*V;</DIV><DIV>WV:=V+(hist(V,1)*0);</DIV><DIV>TMF:=If(Wilders(WV,n)=0,0,Wilders(ADV,n)/Wilders(WV,n));</DIV><DIV>TMF;</DIV>]]>
   </description>
   <pubDate>Sat, 07 Jul 2012 21:57:36 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=292&amp;PID=2976#2976</guid>
  </item> 
  <item>
   <title>Twiggs M&#111;ney Flow : If you are looking for the reason...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=292&amp;PID=1073#1073</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=121" rel="nofollow">timpaul</a><br /><strong>Subject:</strong> 292<br /><strong>Posted:</strong> 09&nbsp;Nov&nbsp;2005 at 11:58am<br /><br /><P>If you are looking for the reason this formula creates an error in the script header it is because of the space in the thrid last line and last use of periods (per iods).</P><P>&nbsp;</P><P>Thanks for the code Pipsqueek</P>]]>
   </description>
   <pubDate>Wed, 09 Nov 2005 11:58:53 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=292&amp;PID=1073#1073</guid>
  </item> 
  <item>
   <title>Twiggs M&#111;ney Flow :   Hi John I think this works...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=292&amp;PID=1046#1046</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=54" rel="nofollow">pipsqueek</a><br /><strong>Subject:</strong> 292<br /><strong>Posted:</strong> 11&nbsp;Sep&nbsp;2005 at 5:02pm<br /><br /><P>Hi John</P><P>I think this works ....</P><FONT size=3><P align=left></FONT><FONT size=2>periods:=<FONT color=#0000c0>Input</FONT>(<FONT color=#008b8b>"TMF periods"</FONT>,21,1,100);</FONT></P><P align=left><FONT size=2>TRH:=<FONT color=#0000c0>Max</FONT>(<FONT color=#0000c0>hist</FONT>(<FONT color=#0000c0>C</FONT>,1),<FONT color=#0000c0>H</FONT>);</FONT></P><P align=left><FONT size=2>TRL:=<FONT color=#0000c0>Min</FONT>(<FONT color=#0000c0>hist</FONT>(<FONT color=#0000c0>C</FONT>,1),<FONT color=#0000c0>L</FONT>);</FONT></P><FONT color=#0000c0><P align=left><FONT size=2>TR</FONT></FONT><FONT size=2>:=TRH-TRL;</FONT></P><P align=left><FONT size=2>ADV:=((<FONT color=#0000c0>C</FONT>-TRL)-(TRH-<FONT color=#0000c0>C</FONT>))/<FONT color=#0000c0>If</FONT>(<FONT color=#0000c0>TR</FONT>=0,999999,<FONT color=#0000c0>TR</FONT>)*<FONT color=#0000c0>V</FONT>;</FONT></P><P align=left><FONT size=2>WV:=<FONT color=#0000c0>V</FONT>+(<FONT color=#0000c0>hist</FONT>(<FONT color=#0000c0>V</FONT>,1)*0);</FONT></P><P align=left><FONT size=2>TMF:=<FONT color=#0000c0>If</FONT> (Wilders(WV,periods)=0,0,Wilders(ADV,periods)/Wilders(WV,per iods));</FONT></P><P align=left><FONT size=2>TMF;</FONT></P><FONT color=#0000c0><P align=left><FONT size=2>ma</FONT></FONT><FONT size=5><FONT size=1><FONT size=2><FONT color=#ff00ff>(</FONT>TMF<FONT color=#ff00ff>,</FONT>11<FONT color=#ff00ff>,</FONT><FONT color=#0000c0>e</FONT><FONT color=#ff00ff size=3>)</FONT></FONT></FONT></FONT></P><P align=left><FONT size=5><FONT size=1><FONT size=2><FONT color=#ff00ff size=3><FONT face="Arial, Helvetica, sans-serif" color=#000000 size=2>Sorry about all the blank lines. I just copied and pasted from my Bullcharts Indicator.</FONT></FONT></FONT></FONT></FONT></P><P align=left><FONT size=5><FONT size=1><FONT size=2><FONT color=#ff00ff size=3><FONT face=Arial color=#000000 size=2>Pipsqueek.</FONT></P></FONT></FONT></FONT></FONT>]]>
   </description>
   <pubDate>Sun, 11 Sep 2005 17:02:37 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=292&amp;PID=1046#1046</guid>
  </item> 
  <item>
   <title>Twiggs M&#111;ney Flow : Hi everyone, Anybody had success...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=292&amp;PID=1045#1045</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=105" rel="nofollow">john</a><br /><strong>Subject:</strong> 292<br /><strong>Posted:</strong> 11&nbsp;Sep&nbsp;2005 at 1:15pm<br /><br /><P>Hi everyone,</P><P>Anybody had success creating an indicator for Twiggs Money Flow?</P><P><A href="http://www.incrediblecharts.com/technical/twiggs_m&#111;ney_flow.htm" target="_blank"> http://www.incrediblecharts.com/technical/twiggs_money_flow. htm</A></P><P>I get some anomolies when I import the metastock code in the above link</P><P>rgds, J</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Sun, 11 Sep 2005 13:15:21 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=292&amp;PID=1045#1045</guid>
  </item> 
 </channel>
</rss>