The VIplus function is part of the Vortex Indicator (VI), a technical analysis tool used to identify the start of a new trend or the continuation of an existing trend in financial markets. The VIplus specifically measures the upward trend movement by comparing the current high to the previous low over a specified period.
VIplus[period]
Where period specifies the number of bars used for the calculation.
myVIplus = VIplus[14]
This example calculates the VIplus line of the Vortex Indicator using a 14-period setting.
Calculation Details:
This function is useful for traders looking to assess the strength of trend movements and potentially identify trend reversals or continuations based on the crossing of the VI+ and VI- lines.