Processing math: 100%

Charts

Charts

Trade Volume Index (TVI)

The Trade Volume Index (TVI) leverages intraday market data to show whether a security is being accumulated (purchased) or distributed (sold). The Trade Volume Index assumes that higher prices represent buy orders while lower prices are sell orders.

Configuration Options

  • Min Tick Value: Minimum price movement required to include in the calculation.
  • Field: Price or combination of prices to use as the base for average calculations. Possible values include:
    • Open
    • High
    • Low
    • Close
    • Adjusted Close
    • HL/2 (High+Low2)
    • HLC/3 (High+Low+Close3)
    • HLCC/4 (High+Low+Close+Close4)
    • OHLC/4 (Open+High+Low+Close4)
  • Color Selectors: Colors to use for graph elements.
  • Display Axis Label: Whether to display the most recent value on the Y axis.

Formula

EMA1=EMA1n-1+((2(n+1))(PnEMA1n-1))

EMA2=EMA2n-1+((2(n+1))(EMA1nEMA2n-1))

EMA3=EMA3n-1+((2(n+1))(EMA2nEMA3n-1))

TRIX=(EMA3nEMA3n-1)EMA3n-1

where:

  • Pn =the current price.
  • EMA1n-1 = the exponential moving average value of n periods back
  • EMA2n-1 = the exponential moving average value of n periods back
  • EMA3n-1 = the exponential moving average value of n periods back