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

Re: [amibroker] Tillson (T3) filter



PureBytes Links

Trading Reference Links

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

 

__._,_.___

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

__,_._,___