Xceed Chart for WinForms v4.4 Documentation
Positive Direction Indicator
Welcome to Xceed Chart for WinForms v4.4 > User Guide > Data Manipulation > Functions > Positive Direction Indicator

Syntax

DI_POS(close; high; low; period)

Arguments

The first three arguments are arrays:

The 'period' argument defines the period for the function. It must be a constant greater than or equal to 1.

Result

The result is an array. The first 'period' elements are marked as invalid. 

Description

The +DI function is a part of the Directional Movement System developed by J. Welles Wilder.
The system consists of three lines:

Related Examples

Windows Forms: Data Manipulation\Functions\Directional Movement