Stoploss keeps going to breakeven!!

 

Hi,

I have an MT4 running on my remote server with an EA.

When opening a chart (with no EA on it) and placing a manual trade and a stoploss, the stoploss keeps going to breakeven after 1 second.

When can be the problem?! its super annoying!

 
Your topic has been moved to the section: MQL4 e MetaTrader 4 — In the future, please consider which section is most appropriate for your query.
 
cromagnonI have an MT4 running on my remote server with an EA. When opening a chart (with no EA on it) and placing a manual trade and a stoploss, the stoploss keeps going to breakeven after 1 second. When can be the problem?! its super annoying!
Obviously your EA is doing that. You will need to fix your EA code.
 
Fernando Carreiro #:
Obviously your EA is doing that. You will need to fix your EA code.

But the EA is not running on that chart. But that maybe does not matter?

 
cromagnon #: But the EA is not running on that chart. But that maybe does not matter?

You stated that you have an EA running on a remote server. If it is the same account, then obviously it is interfering.

EDIT: Does your EA not make use of a magic number or did you set it to "0"?

A properly coded EA will only affect it's own trades (identified by magic number) and not interfere with other trades.

Reason: