Hi, The following is similar to AB trix. Replace EMA by T3. I can't remember if I tested T3 Trix, anyway if yes, I did not keep it...
Best regards
_SECTION_BEGIN( "MyTrix" );
permytrix = Param( "PeriodsmyTrix", 5, 2, 200, 1 );
MyTrix = EMA( EMA( EMA( ROC( Close , 1 ), permytrix), permytrix),
permytrix)*10;
Plot ( MyTrix , "\nmyTrix("+permytrix +")", colorWhite );
_SECTION_END();
binjobingo a écrit :
>
>
> Can anyone please post the AFL for T3 TRIX.Thanks & Regards
>
>
