TestScript (XAUUSD.ecn,H1)

 

Whenever I transfer a code to the Terminal this pops up (XAUUSD.ecn,H1). Where does it come from and how can I stop it? It started when I did use Custom Indicator. Then I did tru to put the code in Script, and now it is there too.

I have removed the program and reinstalled it, but it doesn't help. 


Logfile:

CS 0 21:46:04.138 MQL5 debugger connected

CS 0 21:46:04.364 Scripts script TestScript (XAUUSD.ecn,H1) loaded successfully

CS 0 21:46:04.536 MQL5 debugger disconnected

CS 0 21:46:04.538 Scripts script TestScript (XAUUSD.ecn,H1) removed

CS 0 21:46:11.609 Scripts script TestScript (EURUSD,H1) loaded successfully

CS 2 21:46:19.778 Scripts initializing of TestScript (EURUSD,H1) failed with code 0

CS 0 21:46:19.778 Scripts script TestScript (EURUSD,H1) removed

 

Sorry I did think the code would be to complicated for you, but here it is. It is no difference what code I use.

Files:
Code2.png  94 kb
Code3.png  106 kb
 
Dan Højgaard: this pops up (XAUUSD.ecn,H1). Where does it come from and how can I stop it? 

It comes from your debugger settings.
          Code debugging - Developing programs - MetaEditor Help

 
William Roeder #:

It comes from your debugger settings.
          Code debugging - Developing programs - MetaEditor Help

Thank you so much. It works, even I dont understand why.