- Working with C++ DLL (integration with MS Visual Studio) - Developing programs
- Compilation - Developing programs
- Integration with other IDEs - Welcome to algorithmic trading
hi macpee,
the error messages explain it completely.
TimeGMT() is a predefined function of mql4 and your FFcal.mq4 contains a individual function with the same name.
This naming collision is the reason for these error messages.
Just replace every TimeGMT phrase in your code with a different name like FFTimeGMT and it will compile without any error.
Best regards
Daniel
hi macpee,
the error messages explain it completely.
TimeGMT() is a predefined function of mql4 and your FFcal.mq4 contains a individual function with the same name.
This naming collision is the reason for these error messages.
Just replace every TimeGMT phrase in your code with a different name like FFTimeGMT and it will compile without any error.
Best regards
Daniel
hi macpee,
the error messages explain it completely.
TimeGMT() is a predefined function of mql4 and your FFcal.mq4 contains a individual function with the same name.
This naming collision is the reason for these error messages.
Just replace every TimeGMT phrase in your code with a different name like FFTimeGMT and it will compile without any error.
Best regards
Daniel
But here is a new error message:
I get the following error trying to attach the FFcal.mq4 to my MT4 platform (and the error appears in a dialog box occasionally):
FFCal Error - Web page download was not complete!
Please what could be the solution. Thank you.All these things were discussed before.
Check this thread: https://www.mql5.com/en/forum/149321
Or use the forum search to get more information

- www.mql5.com

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use