PROTECTED SOURCE SCRIPT
Directional Movement Quality Index

Indicator DMX (Bipolar DMI) is calculated using the standard indicator ADX. However, as compared to that, it displays data as an oscillator with a signal line, and has shorter delay.
DMX = (P-M) / (P+M)
Signal = MA(DMX, Signal period, Method)
where:
P - (+DI) ADX indicator line;
M - (-DI) ADX indicator line.
Source: mql5.com/en/code/21161
DMX = (P-M) / (P+M)
Signal = MA(DMX, Signal period, Method)
where:
P - (+DI) ADX indicator line;
M - (-DI) ADX indicator line.
Source: mql5.com/en/code/21161
Protected script
This script is published as closed-source. However, you can use it freely and without any limitations – learn more here.
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.
Protected script
This script is published as closed-source. However, you can use it freely and without any limitations – learn more here.
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.