Stop loss not deleting or can't be modified

 

Hello traders,


can anyone help me. when i take trades sometimes i cant modify the stop loss or delete it and the trades always end up in loss. Any assisitance plese

 

This has to do with your broker's stop loss proximity to current price limits.

Some brokers have 10 points limit, some others 0 and many other levels.

 
This "feature" is called freeze level and it prevents market book manipulation as well as reducing server load.
 

You can't move stops (or pending prices) closer to the market than the minimum: MODE_STOPLEVEL * _Point or SymbolInfoInteger(SYMBOL_TRADE_STOPS_LEVEL).
          Requirements and Limitations in Making Trades - Appendixes - MQL4 Tutorial

On some ECN type brokers, the value might be zero (the broker doesn't know). Use a minimum of two (2) PIPs.

The checks a trading robot must pass before publication in the Market - MQL5 Articles (2016)

Reason: