01 — Managers / EAs

Internal SL Manager

Hides your stop loss from the broker and trails it automatically.

MetaTrader 5
·v1.1
  • Hidden SL (broker sees nothing)
  • Configurable R-trailing (CSV)
  • Multi-trade dashboard
  • Symbol filter option
SymbolEntryCurrentSL (Hidden)R-ValueEURUSD1.08421.08911.0810+1.5RGBPUSD1.26501.27121.2618+2.0RUSDJPY149.20148.85149.55-0.5RBroker sieht nichts
02 — Why it works

From problem to solution.

01

The Problem

Your broker can see your stop loss orders — and may deliberately trigger them (stop hunting).

02

The Solution

This EA hides your stop loss completely. The broker sees no SL order — the EA monitors internally and closes automatically.

03

The Result

Your SL is protected, trails automatically, and a dashboard shows you all managed trades at a glance.

03 — Use cases

When do I use this?

  • 01

    You open a trade and type "risk=1" in the comment → the EA calculates SL and trailing automatically.

  • 02

    Your trade runs 2R in profit → the EA moves SL to break-even.

  • 03

    The broker sees no SL order — your stop is invisible and safe.

04 — Setup

Getting started

  1. 01

    Load EA on chart (any symbol)

  2. 02

    Open trade with comment: risk=1.5 (for 1.5% risk)

  3. 03

    EA automatically detects trade and calculates R-levels

  4. 04

    Dashboard shows all managed trades with current R and SL

05 — Technical

Technical Details

Parameters & Settings(7)
  • MagicNumber

    Filter for magic number (0 = all)

    0
  • TrailAtR

    Trail SL at these R values

    2.0,3.0,4.0,5.0
  • TrailToR

    Set SL to these R values

    0.0,1.5,3.0,4.5
  • InternalOnly

    Hidden SL (true) or visible (false)

    true
  • ShowAllSymbols

    All symbols or chart symbol only

    false
  • FontSize

    Dashboard font size

    9
  • FontColor

    Dashboard font color

    Black
Full Description
The Internal SL Manager is an Expert Advisor that hides your stop loss orders from the broker. **Why hidden SL?** Many traders suspect that brokers or market makers deliberately "hunt" stop loss orders (stop hunting). With this EA, the broker sees no SL order - the EA monitors internally and closes when the level is reached. **R-Multiple System** The EA works with R-multiples instead of fixed pip values. You specify your risk in the trade comment (e.g. "risk=1" for 1% account risk), and the EA automatically calculates: - Where is -1R (your maximum loss) - Where is 2R, 3R, etc. (for trailing) **Flexible Trailing** You decide at which R-levels the SL is trailed. Fully configurable via CSV input.
Changelog(v1.1)
v1.12026-01
  • +CSV-based trailing configuration
  • +Trailing optionally disabled
  • +Detailed dashboard with Entry/Current/SL
  • +Unmanaged trades are displayed
  • +Symbol filter option
06 — Support

Need help?

Feel free to reach out with questions or issues.

timon-krueger@web.de