<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
	<title>Last 10 Submissions RSS Feed</title>
	<link><![CDATA[http://tradersconsortium.com/community/index.php?app=downloads&module=search&section=search&do=last_ten]]></link>
	<pubDate>Fri, 10 Sep 2010 21:03:30 +0000</pubDate>
	<ttl>1800</ttl>
	<description>This is the RSS feed of the last ten file submissions accepted into our database.  This RSS feed is always up to date as it is dynamically updated.</description>
	<item>
		<title>Deadalus II (exp. date: Jul. 2010)</title>
		<link><![CDATA[http://tradersconsortium.com/community/index.php?app=downloads&showfile=98]]></link>
		<description><![CDATA[This is a free copy of the Deadalus add-on to all premium members of TC.<br />
This copy will effectively work for market data up to July 2010.<br />
<br />
Instructions for premium members:<br />
<br />
1. Send me a message via TC<br />
2. I will reply with the password to unzip the zip and rar files<br />
3. Close Metastock if it is open.<br />
4. Run DaedalusIIBasic.exe to install the basic components of the add-on<br />
5. Put daedalus.dll inside the <em class='bbc'>External Function DLLs</em> folder. <br />
   (Normally this folder is located at: <em class='bbc'>Program Files&#092;Equis&#092;MetaStock&#092;</em>)<br />
<br />
The user's guide for the add-on can be downloaded from:<br />
<a href='http://www.tem.uoc.gr/~siligard/files/Daedalus-v.IIGuide.rar' class='bbc_url' title='External link' rel='nofollow'>http://www.tem.uoc.g...s-v.IIGuide.rar</a><br />
(Note: the site www.daedalussoft.com is no longer a host for the daedalus add-on)<br />
<br />
Giorgos Siligardos]]></description>
		<pubDate>Mon, 28 Sep 2009 06:03:10 +0000</pubDate>
		<guid isPermaLink="false">98</guid>
	</item>
	<item>
		<title>DaedalusII</title>
		<link><![CDATA[http://tradersconsortium.com/community/index.php?app=downloads&showfile=95]]></link>
		<description><![CDATA[Recently, I offered a free complementary copy of the Daedalus Add-on v.II to all subscribers of the Stocks & Commodities magazine (expiration date: 30 April 2008) as part of the promotion campaign via reviews. I would like to make this free copy available to all members of the Traders' Consortium site. If you are interested, you can download the evaluation copy of the software and then download and install the DaedalusII.exe file to overwrite the expiration date. The password for DaedalusII.exe is: tradersconsortium<br />
<br />
Best,<br />
<br />
Giorgos E. Siligardos <br />
<br />
File Name : "DaedalusII.exe (exp. date: Apr. 2008)"]]></description>
		<pubDate>Thu, 13 Mar 2008 21:50:48 +0000</pubDate>
		<guid isPermaLink="false">95</guid>
	</item>
	<item>
		<title><![CDATA[Marilyn McDonald's Market News First Interview]]></title>
		<link><![CDATA[http://tradersconsortium.com/community/index.php?app=downloads&showfile=93]]></link>
		<description><![CDATA[Marilyn McDonald's Market News First Interview- Aug 14, 2007.  <img src='http://tradersconsortium.com/community/public/style_emoticons/default/smile.gif' class='bbc_emoticon' alt=':)' />]]></description>
		<pubDate>Fri, 08 Feb 2008 21:27:08 +0000</pubDate>
		<guid isPermaLink="false">93</guid>
	</item>
	<item>
		<title>TMMath2.dll</title>
		<link><![CDATA[http://tradersconsortium.com/community/index.php?app=downloads&showfile=92]]></link>
		<description><![CDATA[TMMath2.dll and the accompanying User Guide are available for free to premium members. <br />
<br />
With this library of functions, you will be able to perform the following mathematical operations with ease:<br />
<br />
<span style='color: #FF0000'>** Please do NOT try using functions 10, 11, 13, 14, 15 or any of the "test" functions (16 to 33) in this DLL until AFTER the documentation has been completed for these functions. **</span><br />
<br />
0 Not for general use -- for debugging purposes by author only.<br />
1 MyArithMean f(x) = Arithmetic mean over N points prior to x<br />
2 MyGeoMean f(x) = Geometric mean over N points prior to x<br />
3 MyHarMean f(x) = Harmonic mean over N points prior to x<br />
4 MyMedian f(x) = Median over N points prior to x<br />
5 MyEMA f(x) = EMA over N points prior to x<br />
6 MyZEMA f(x) = Zero-phase EMA over N points prior to x<br />
7 MyTriggLeach f(x) = Trigg & Leach adaptive smoothing over N points prior to x<br />
8 MyMaxChngLimit f(x) = Maximum change limit from previous point to point x<br />
9 MyProxim f(x) = Indicator if x (OHLCV) is within specified proximity of target (price) value<br />
10 MyProximBar f(x) = Indicator if bar containing x is within specified proximity of target (price) value<br />
11 MyProximTR f(x) = Indicator if TrueRange (including previous bar) within specified proximity of target.<br />
12 My1dSwingDir f(x) = 1-bar swing direction (1 = up, -1 = down)<br />
13 My2dSwingDir f(x) = 2-bar swing direction (1 = up, -1 = down)<br />
14 MyLine f(x) = points along straight line defined by user input values (t1, P1) & (t2, P2).<br />
15 MyLogLine f(x) = points along LOGARITHMIC line defined by user input values (t1, P1) & (t2, P2).<br />
16 TestSpike f(x) = test function = Spike (Dirac delta) function. (Derivative of Box function)<br />
17 TestBox f(x) = test function = Box or boxcar function. (Integral of Spike function, derivative of Ramp)<br />
18 TestRamp f(x) = test function = Ramp function. (Integral of Box function, derivative of Parabola)<br />
19 TestParabola f(x) = test function = Parabola function. (Integral of Ramp function)<br />
20 TestSinWave f(x) = test function = block of sine wave, starts at value = 0.<br />
21 TestCosWave f(x) = test function = block of cosine wave, starts at value = 1.<br />
22 TestComb f(x) = test function = comb (series of spikes) function. (Adjustable spacing ratio)<br />
23 TestRectangles f(x) = test function = block of rectangular waves. (Adjustable mark : space ratio)<br />
24 TestSqWave f(x) = test function = block of square wave function<br />
25 TestSawtooth f(x) = test function = block of sawtooth wave function<br />
26 TestTriWave f(x) = test function = block of triangular waves<br />
27 TestTriangle f(x) = test function = single triangle, up then down.<br />
28 TestFractal f(x) = test function = fractal series wave (1,2,3,5,8,13,21,34,55,…)<br />
29 TestHyperbola f(x) = test function = Hyperbola-to-critical function<br />
30 TestLinFreqChirp f(x) = test function = Sinewave with linear frequency chirp<br />
31 TestLogFreqChirp f(x) = test function = Sinewave with LOGARITHMIC frequency (Log-periodic) chirp<br />
32 TestWhiteNoise f(x) = test function = block of random noise, with flat (uniform) amplitude histogram<br />
33 TestPinkNoise f(x) = test function = block of random noise. Amplitude histogram falls off as value increases.<br />
<br />
Once downloaded, TMMath2.dll is easily installed by copying TMMath2.dll to the ...&#092;MetaStock&#092;External Function DLLs&#092; folder, and re-starting MetaStock. <br />
<br />
Call the functions in the usual way: ExtFml (“DLL NAME . FUNCTION NAME”, argument1,… argument n).<br />
<br />
Limited support available only through the Traders' Consortium forum. Please feel free to contact TonyM if you have tips for use.]]></description>
		<pubDate>Sat, 12 Jan 2008 00:22:43 +0000</pubDate>
		<guid isPermaLink="false">92</guid>
	</item>
	<item>
		<title>TC MACD kit</title>
		<link><![CDATA[http://tradersconsortium.com/community/index.php?app=downloads&showfile=87]]></link>
		<description><![CDATA[Password-protected TC MACD kit, as introduced and explained <a href='http://tradersconsortium.com/community/index.php?showtopic=1444' class='bbc_url' title='External link' rel='nofollow'>here</a>.<br />
Suitable for MetaStock EOD v8.01 or later, or MetaStock Pro v8.0 or later. Please follow instructions in enclosed readme.txt.<br />
<br />
The full unprotected kit is available from <a href='http://www.metastocktools.com' class='bbc_url' title='External link' rel='nofollow'>MetaStockTools.com</a> for US$300, or free to Traders' Consortium <a href='http://tradersconsortium.com/community/index.php?s=&showtopic=567&view=findpost&p=2294' class='bbc_url' title='External link' rel='nofollow'>Premium members</a>.<br />
<br />
<br />
jose '-)]]></description>
		<pubDate>Thu, 30 Aug 2007 07:06:13 +0000</pubDate>
		<guid isPermaLink="false">87</guid>
	</item>
	<item>
		<title>TC MACD kit</title>
		<link><![CDATA[http://tradersconsortium.com/community/index.php?app=downloads&showfile=86]]></link>
		<description><![CDATA[TC MACD kit, complete without any formula protection, as introduced <a href='http://tradersconsortium.com/community/index.php?showtopic=1444' class='bbc_url' title='External link' rel='nofollow'>here</a>.<br />
For MetaStock EOD v8.01 or later, or MetaStock Pro v8.0 or later.<br />
<br />
The TC MACD kit is available from <a href='http://www.metastocktools.com' class='bbc_url' title='External link' rel='nofollow'>MetaStockTools.com</a> for US$300, or free to Traders' Consortium <a href='http://tradersconsortium.com/community/index.php?s=&showtopic=567&view=findpost&p=2294' class='bbc_url' title='External link' rel='nofollow'>Premium Members</a>.<br />
Please follow install instructions in enclosed readme.txt, and please do not reveal any of the kit's code.]]></description>
		<pubDate>Thu, 30 Aug 2007 06:57:19 +0000</pubDate>
		<guid isPermaLink="false">86</guid>
	</item>
	<item>
		<title>System Management Template</title>
		<link><![CDATA[http://tradersconsortium.com/community/index.php?app=downloads&showfile=85]]></link>
		<description><![CDATA[Download and unzip the "SMT.zip" file. The SMT.xls file is the System Management Template which is presented in the August 2007 issue of Stocks & Commodities article ''Building A Trading Template''.]]></description>
		<pubDate>Sun, 05 Aug 2007 01:50:27 +0000</pubDate>
		<guid isPermaLink="false">85</guid>
	</item>
	<item>
		<title>GSautoTL</title>
		<link><![CDATA[http://tradersconsortium.com/community/index.php?app=downloads&showfile=84]]></link>
		<description><![CDATA[Download and unzip the "GSautoTL.zip" file. Execute the "GAautoTLsetup.exe". It will import Indicators for automatic construction of trendlines according to the algorithm presented by Giorgos E. Siligardos in the November 2006 issue of Stocks & Commodities article "Building Automatic Trendlines". Open the "tutorial.htm" file using the Internet Explorer and watch a short tutorial for these Indicators.<br />
<br />
WORKS WITH METASTOCK 9 AND ABOVE]]></description>
		<pubDate>Sun, 05 Aug 2007 01:49:24 +0000</pubDate>
		<guid isPermaLink="false">84</guid>
	</item>
	<item>
		<title>Customizing the Daedalus Add-on</title>
		<link><![CDATA[http://tradersconsortium.com/community/index.php?app=downloads&showfile=81]]></link>
		<description><![CDATA[Giorgos E. Siligardos' Customizing the Daedalus Add-on.]]></description>
		<pubDate>Sun, 05 Aug 2007 01:34:26 +0000</pubDate>
		<guid isPermaLink="false">81</guid>
	</item>
	<item>
		<title>Breakouts Upward Exploration</title>
		<link><![CDATA[http://tradersconsortium.com/community/index.php?app=downloads&showfile=80]]></link>
		<description><![CDATA[Giorgos E. Siligardos' Breakouts Upward Exploration.]]></description>
		<pubDate>Sun, 05 Aug 2007 01:32:54 +0000</pubDate>
		<guid isPermaLink="false">80</guid>
	</item>
</channel>
</rss>