Can MetaQuotes force a programmer to redo an EA?

 
 I ordered the EA and it worked fine with the default settings, so I closed the programming job. But now every time I change a variable, the EA starts working incorrectly. I contacted the programmer but he refuses to admit fault. Can MetaQuotes force a programmer to redo an EA?
 
Janis:
 I ordered the EA and it worked fine with the default settings, so I closed the programming job. But now every time I change a variable, the EA starts working incorrectly. I contacted the programmer but he refuses to admit fault. Can MetaQuotes force a programmer to redo an EA?
Try uploading the issue here and see if maybe it can be quickly fixed.

From what I read, and this is really just a guess, you are modifying some input. However, after doing so, OnInit() gets called again so all your variables basically reset and the EA seems to go haywire.

If you plan on modifying inputs during process, set them as global variables or create a visual panel. 
 
Janis: . But now every time I change a variable, the EA starts working incorrectly. I contacted the programmer but he refuses to admit fault.
  1. EAs are not reloaded on input changes. Coder is not resetting global (or static variables).
  2. Show the code if you want help with the code.
  3. Don't ask us what MQ will or will not do; ask them.
 
Your topic has been moved to the section: Expert Advisors and Automated Trading