Heed help for errors

 

Been coding for years on MT4 but now tons of changes give me errors never heard of like this one: "'ObjectCreate' - no one of the overloads can be applied to the function call"

What does that means and how do I correct my code that used to work just fine?

 
jcbwrites:.1"'ObjectCreate' - no one of the overloads can be applied to the function call".

There are just two ObjectCreate's

  1. ObjectCreate(long,string,ENum, ...)
  2. ObjectCreate(       string, Enum, ...)

Your call doesn't fit either.

Post your code, there are no mind-readers here.

Reason: