[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Tim Tillson's T3 Digital Filtering



PureBytes Links

Trading Reference Links




The adaptive T3 DLL was the first posted on the 
AmiBroker-DLL list (post #6, 5/17/2002) and you can follow the thread 
there. The HBT3A.DLL can be downloaded from the Yahoo 
Amibroker User list file section: <A 
href="" 
target=_blank>http://groups.yahoo.com/group/amibroker/files/Herman%20van%20den%20Bergen/References:     
Butkowski, Dale, 2001-08-05, AFL coding at <A 
href="" 
target=_blank>http://www.amibroker.com/library/detail.php?id=82    
Tillson, Tim (1998), "Smoothing techniques for more accurate signals", TASC, vol 
16: January.     Burns, Steve (2001, "Tweeking the T3 
Trading System", TASC, June 2001.
You can also experiment with the T3 in afl code:<FONT 
size=2>
Temp = C; // Varibale to be smootheds = 
0.84;e1=EMA(Temp,Periods);e2=EMA(e1,Periods);e3=EMA(e2,Periods);e4=EMA(e3,Periods);e5=EMA(e4,Periods);e6=EMA(e5,Periods);c1=-s*s*s;c2=3*s*s+3*s*s*s;c3=-6*s*s-3*s-3*s*s*s;c4=1+3*s+s*s*s+3*s*s;T3=c1*e6+c2*e5+c3*e4+c4*e3;
<FONT face=Arial 
size=2>Best 
regards,Herman.
To boldly go where no trader has gone 
before...
-----Original Message-----From: 
Joseph Landry [<A 
href="">mailto:jelandry@xxxxxxxxxxxxx]Sent: 
Monday, March 01, 2004 5:31 PMTo: amibroker@xxxxxxxxxxxxxxxSubject: 
[amibroker] Tim Tillson's T3 Digital FilteringWas able to snag a 
copy of Tim's white paper that someone kindlyposted on an AB site and just 
getting to reading it. I remembervaguely some discussion going on about the 
indicator but cannot pickup the thread in all my searching. What 
was the conclusion about the use of the indicator? Is there anAFL formula 
around the forum that calculates T3 or was thricingimplemented using AB's 
builting DEMA and AMA functions?Any help or lead would be 
appreciated.Best personal regardsJoe LandrySend BUG 
REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to 
suggest@xxxxxxxxxxxxx-----------------------------------------Post 
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx(Web page: <A 
href="" 
target=_blank>http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
group FAQ at: <A 
href="" 
target=_blank>http://groups.yahoo.com/group/amibroker/files/groupfaq.htmlYahoo! 
Groups LinksTo visit your group on the web, go to:<A 
href="" 
target=_blank>http://groups.yahoo.com/group/amibroker/ To 
unsubscribe from this group, send an email 
to:amibroker-unsubscribe@xxxxxxxxxxxxxxx Your use of Yahoo! 
Groups is subject to the Yahoo! Terms of Service. 


Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html








Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/ 
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.