T3 Moving Average
This is a powerful addition to your MetaTrader 5 toolkit designed to optimize market analysis and performance. This technical indicator acts as a specialized analysis tool designed to visualize market data. It helps traders identify emerging trends, momentum shifts, and key support or resistance levels by plotting statistical calculations directly onto price charts.
How to Setup and Use T3 Moving Average
1. Installation: Place your file in the MQL/Indicators folder via "Open Data Folder" and restart your terminal.
2. Loading: Find the indicator in the Navigator, drag it onto your chart, and configure the input parameters in the popup window.
3. Customization: Press Ctrl+I to open the indicator list, select your tool, and click "Properties" to change colors, levels, or visual styles.
4. Updating: Replace the old file in the Indicators folder with the new version and restart the platform to apply changes.
Frequently Asked Questions
Q: Why is my indicator not showing? A: Verify the file is in the MQL/Indicators folder, or try right-clicking the "Indicators" tree in the Navigator and clicking "Refresh."
Q: Do custom indicators slow down the platform? A: Too many complex indicators can impact performance; remove unused ones via the "Indicator List" (Ctrl+I).
Q: Can I use MT4 indicators on MT5? A: No, MQL4 and MQL5 are distinct languages; ensure the indicator is compiled specifically for your platform version.
Description & Settings
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:
First, six sequential EMAs are calculated where each EMA takes the output of the previous EMA as input
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.