Available translations

T3 Moving Average

foundations.png
Summary: The T3 Moving Average, also known as the Tilson Moving Average, seeks to improve lag while reducing false signals. It is an indicator of an indicator as it consists of several EMAs of a base EMA value.
T3 Moving Average on the Charts
The indicator can be used in the same manner as other moving averages. An upward trend is plotted in green if the current value is greater than the previous, and vice versa for a downward trend which is plotted in red.
Products & Properties
The following properties are available to access:
Product Name Product Variable Properties
T3_MA t3ma value
The parameters of the indicator's calculations can be changed by locating and opening the Javascript Code under Data Building Procedure -> Procedure Loop under "T3 Moving Average" Procedure Loop.
Example:
A simple entry point could be done when the price action rises above the moving average value:
 chart.at01hs.t3ma.previous.value > chart.at01hs.candle.previous.close && chart.at01hs.t3ma.value < chart.at01hs.candle.close
Maintainer:
Previous
One Sided Gauss Channels
Next
MavilimW