Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

T3 Moving Average - indicatore per MetaTrader 5

Visualizzazioni:
2153
Valutazioni:
(3)
Pubblicato:
2025.03.11 11:16
T3.mq5 (15.49 KB) visualizza
Freelance MQL5 Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

The T3 Indicator is an advanced moving average developed by Tim Tillson that reduces lag while maintaining a smooth curve that filters market noise. Unlike traditional moving averages, the T3 combines multiple exponential moving averages (EMAs) to achieve superior responsiveness to genuine price movement.

Calculation Method

The T3 is calculated using a cascade of six exponential moving averages with a weighting system based on the volume factor. The formula uses specific coefficients to combine these EMAs:

  1. First, six sequential EMAs are calculated where each EMA takes the output of the previous EMA as input
  2. The T3 formula then combines these EMAs with coefficients derived from the volume factor:

    T3 = c1*EMA6 + c2*EMA5 + c3*EMA4 + c4*EMA3

    Where:
    • c1 = -factor³
    • c2 = 3factor² + 3factor³
    • c3 = -6factor² - 3factor - 3*factor³
    • c4 = 1 + 3factor + factor³ + 3factor²

Input Parameters

  • T3_Length: Period length for the EMAs (default: 12)
  • T3_Factor: Volume factor that controls the smoothness vs. responsiveness (default: 0.7)
    • Higher values (closer to 1) create smoother lines with more lag
    • Lower values (closer to 0) create more responsive lines with less lag

Usage

The T3 Indicator can be used for:

  • Trend identification (direction of the T3 line)
  • Trading signals (price crossing the T3 line)
  • Support and resistance levels
  • Filtering short-term market noise

Installation

Place the file in your MetaTrader 5 indicators folder and attach it to any chart. Adjust the input parameters to suit your trading strategy and timeframe.




Daily Vertical Lines Daily Vertical Lines

Draw daily vertical lines plus the day of week labels on the chart.

BreakRevertPro EA Adaptive Trading Edge for Breakout Mean Reversion BreakRevertPro EA Adaptive Trading Edge for Breakout Mean Reversion

BreakRevertPro EA merges breakout and mean reversion strategies with adaptive SL/TP and multi-timeframe ATR trailing stops for flexible trading in volatile markets.

Timer Timer

Callback interface for timer

JSON JSON

Serialization and deserialization of the JSON format