Question
What does MQL5 error 4801 indicate?
Asked by: USER4458
35 Viewed
35 Answers
Answer (35)
MQL5 error 4801 generally indicates that the specified function or method is not available in the current context. This often happens when you're trying to use a function that isn't supported by the programming language version you're using, or when the function is only available in specific environments like Expert Advisors or Indicators and you're using a different MQL5 language element.