double ADX_Trend = iADX(Symbol(),0,ADX_Period,PRICE_CLOSE,MODE_MAIN,Bar_Shift); //Trend Strength line double ADX_Plus = iADX(Symbol(),0,ADX_Period,PRICE_CLOSE,MODE_PLUSDI,Bar_Shift); //D+ line double ADX_Minus = iADX(Symbol(),0,ADX_Period,PRICE_CLOSE,MODE_MINUSDI,Bar_Shift); //D- line
Osama Shaban:
Thank you, it's working

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
How I can get the value of ADX? - For a symbol ()?
Thank you