MINUS_DI
Type:
minus_di• Category:indicators
Description
Minus Directional Indicator
Parameters
| Name | Type | Description | Required | Default |
|---|---|---|---|---|
dataExp | string | prices data | no | |
high | string | select the column with highest prices | no | |
low | string | select the column with lowest prices | no | |
close | string | select the column with closing prices | no | |
timeperiod | number | Number of periods to use for MINUS_DI calculation | no | 14 |
Help
MINUS_DI
Description
The MINUS_DI worker is an indicator used in financial analysis to calculate the Minus Directional Indicator. This indicator is part of the Directional Movement System, developed by J. Welles Wilder.
What does this worker do?
The MINUS_DI worker calculates the Minus Directional Indicator (MINUS_DI) based on the provided price data. It takes the following parameters:
dataExp: prices datahigh: select the column with highest priceslow: select the column with lowest pricesclose: select the column with closing pricestimeperiod: Number of periods to use for MINUS_DI calculation
How to interpret the results
The MINUS_DI indicator measures the downward price movement of an asset. A higher MINUS_DI value indicates a stronger downward trend, while a lower value indicates a weaker downward trend.
Usage
To use the MINUS_DI worker, simply provide the required parameters and execute the worker. The output will be the calculated MINUS_DI values.
Interpretation and Knowledge
The MINUS_DI indicator is typically used in conjunction with the Plus Directional Indicator (PLUS_DI) to form the Directional Movement Index (DMI). The DMI is used to identify and analyze the strength and direction of a trend.
When the MINUS_DI is above the PLUS_DI, it indicates a downtrend, and when the PLUS_DI is above the MINUS_DI, it indicates an uptrend. A crossover between the two indicators can signal a potential trend reversal.
The MINUS_DI indicator can be used to:
- Identify downtrends and potential trend reversals
- Analyze the strength of a downtrend
- Form the Directional Movement Index (DMI) when used with PLUS_DI
Visualizing the Indicator
For a visual representation of how to use the MINUS_DI indicator, refer to the following images:
Full Indicator Usage
[](https://pub-6c7cc7f707d94ca98153d59a039b9a3d.r2.dev/indicator_full.gif)
Short Indicator Usage
[](https://pub-6c7cc7f707d94ca98153d59a039b9a3d.r2.dev/indicator_short.gif)