Internal SL Manager
Hides your stop loss from the broker and trails it automatically.
- Hidden SL (broker sees nothing)
- Configurable R-trailing (CSV)
- Multi-trade dashboard
- Symbol filter option
From problem to solution.
The Problem
Your broker can see your stop loss orders — and may deliberately trigger them (stop hunting).
The Solution
This EA hides your stop loss completely. The broker sees no SL order — the EA monitors internally and closes automatically.
The Result
Your SL is protected, trails automatically, and a dashboard shows you all managed trades at a glance.
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.
Getting started
- 01
Load EA on chart (any symbol)
- 02
Open trade with comment: risk=1.5 (for 1.5% risk)
- 03
EA automatically detects trade and calculates R-levels
- 04
Dashboard shows all managed trades with current R and SL
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
Changelog(v1.1)
- +CSV-based trailing configuration
- +Trailing optionally disabled
- +Detailed dashboard with Entry/Current/SL
- +Unmanaged trades are displayed
- +Symbol filter option