Why do array and function have the same identifiers (names)?
Try to make the names for the array and the function different. If this doesn't help, then post mql4 code that can be compiled (not a snippet where you call a function from the global scope)

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 there,
Bellow code works perfectly in MQL4:
Changed like bellow for MQL5:
Error in this line: HMA07_LINES_ARRAY(HMA07_LINES_ARRAY);
The error messages
And I don't have any clue how to fix it
Please help - thank you