If your chart isn't H4, then you need a MTF version.
You have only four choices:
No free help
urgent help.
You have only four choices:
- Search for it,
- learn to code it. If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into yours.
- Beg at Coding help - MQL4 and MetaTrader 4 - MQL4 programming forum or Need help with coding - General - MQL5 programming forum or Free MQL4 To MQL5 Converter - General - MQL5 programming forum or Requests & Ideas (MQL5 only!),
- or pay (Freelance) someone to code it.
No free help
urgent help.
Thanks whroeder1, I have found the solution, I share with the users:
DI_plus = iADX(_CROSS,_Timeframe,14,PRICE_CLOSE,MODE_PLUSDI,0);
DI_minus = iADX(_CROSS,_Timeframe,14,PRICE_CLOSE,MODE_MINUSDI,0);

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
Hi Guys,
I'm quite new to Mql4 coding language and my team asked me to use ADX on H4 timeframe in order to identify the trend...
How can I do this?
Thanks to support!
Dario from Italy