Available translations

T3 Velocity

foundations.png
Summary: The T3 Velocity indicator is a type of rate of change oscillator made of two T3 moving averages.
T3 Velocity on the Charts
This indicator compares the momentum of the two T3 curves between the current and the previous period. The first curve is calculated using the period and the complete factor, vFactor parameter, and the second one with a value of half of the first factor.
Products & Properties
The following properties are available to access:
Product Name Product Variable Properties
T3_Velocity t3Velocity value
The lengths of the indicator's moving averages can be changed by locating and opening the Javascript Code under Data Building Procedure -> Procedure Loop under "T3 Velocity" Procedure Loop.
Example:
This indicator can be used to enter a trade when the value rises above the zero line:
 chart.at01hs.t3Velocity.value > 0 && chart.at01hs.t3Velocity.previous.value <= 0
Maintainer:
Next
Trend Confirmation Index