The VIminus function in ProBuilder language is used to calculate the Vortex Indicator’s minus line (VI-), which is a component of the Vortex Indicator (VI). This indicator helps in identifying the start and direction of trends by comparing the upward and downward movements within a given period.
VIminus[period]
Where period specifies the number of bars used for the calculation of the Vortex Indicator.
// Calculate the VIminus for a 14-period
myVIminus = VIminus[14]
This example demonstrates how to calculate the VIminus line using a 14-period setting in the Vortex Indicator. The result, myVIminus, can be used to analyze the market’s negative trend movements.
The Vortex Indicator, including both VI+ and VI-, is particularly useful in markets where there are clear trends. It is less effective in sideways or consolidating markets. Understanding the behavior of both VI+ and VI- can provide deeper insights into market dynamics and potential reversals.