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

Re: [amibroker] Tillson (T3) filter



PureBytes Links

Trading Reference Links

There is a T3 paper in the AmiBroker-TS file section and a discussion about 3 years ago in the message section (probably also in the main AmiBroker group).
 
Bill
----- Original Message -----
Sent: Sunday, March 11, 2007 4:33 PM
Subject: Re: [amibroker] Tillson (T3) filter

Herman,
 
Thanks ... question though .. what does "s" stand for in the parameters?
 
Ara
----- Original Message -----
From: Herman
Sent: Sunday, March 11, 2007 1:28 PM
Subject: Re: [amibroker] Tillson (T3) filter

function T3( Price, T3Periods, s )

       {

       e1        = AMA( Price, 2 / (T3Periods+1)); 

       e2        = AMA( e1, 2 / (T3Periods+1)); 

       e3        = AMA( e2, 2 / (T3Periods+1)); 

       e4        = AMA( e3, 2 / (T3Periods+1)); 

       e5        = AMA( e4, 2 / (T3Periods+1)); 

       e6        = AMA( e5, 2 / (T3Periods+1)); 

       C1 = -s^3;

       C2 = 3*s^2*(1+s);

       C3 = -3*s*(s+1)^2;


       C4 = (1+s)^3;

       T3Result= c1*e6+c2*e5+c3*e4+c4*e3;

       return T3Result;

       }


Sunday, March 11, 2007, 4:20:10 PM, you wrote:


>

Does anyone have the code for Tillson Filter.  It was posted some time ago by DT.

 

Thanks

 

Ara

 


No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.7/711 - Release Date: 3/5/2007 9:41 AM
__._,_.___

Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

For other support material please check also:
http://www.amibroker.com/support.html





SPONSORED LINKS
Investment management software Investment property software Investment software
Investment tracking software Return on investment software

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___