Your topic has been moved to the section: MQL4 and MetaTrader 4
Please consider which section is most appropriate — https://www.mql5.com/en/forum/172166/page6#comment_49114893
Please consider which section is most appropriate — https://www.mql5.com/en/forum/172166/page6#comment_49114893
nniao86: unfortunately I receive these errors:
Why are you using forward declarations for the functions?
There is no need for that! Remove this section ...
//+------------------------------------------------------------------+ //| Function Declarations | //+------------------------------------------------------------------+ void DrawLevels(); void DrawLine(string Name, double Price, color LineColor, string Label, int Style, bool AlertOn); void CheckAlerts(string Name, double Price, bool AlertOn); bool IsNearRoundLevel(double Price);
EXCELLENT. Many thanks!

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
Hello everybody,
unfortunately I receive these errors:
Can anyone help me to fix it?
File see attached!
Thank you so so much!!!