Smart Stop Series - Complete Guide
The Smart Stop series consists of three tools that work together as a stop-loss management ecosystem: Smart Stop Indicator for detailed chart analysis, Smart Stop Scanner for multi-symbol monitoring, and Smart Stop Manager for automated trade management.
The Three Tools at a Glance
Smart Stop Indicator
Shows the latest valid stop-loss level directly on your chart. The panel displays:
- Direction badge - BUY (green) or SELL (red)
- Level - the exact SL price
- SL ADR% - distance as a percentage of the Average Daily Range
- Status - new, valid, or broken
- Time - when the SL was formed
Color-coded candles provide instant visual context: green candles indicate a BUY phase, red candles a SELL phase, and gray means neutral.
Smart Stop Scanner
Scans up to 35 symbols simultaneously and presents everything in a sortable 8-column panel:
| Column | What it shows |
|---|---|
| Sym | Symbol name (click to navigate) |
| Bid | Current price |
| Dir | BUY or SELL direction |
| SL | Stop-loss price |
| SL% | SL distance as ADR percentage |
| Dist% | Current distance from price to SL |
| Time | When the SL formed |
| Status | new / valid / broken |
The SL% column uses color coding to classify stop quality:
- Light green - Very Tight (best risk/reward)
- Green - Tight
- Yellow - Neutral
- Orange - Loose
- Red - Very Loose (high risk)
Click any column header to sort. Click a symbol name to jump to that chart.
Smart Stop Manager
Automatically tightens stops on your open positions. Key principle: it only moves stops closer to price, never further away. The panel shows all managed positions with:
- Current SL vs. recommended SL
- Risk in account currency
- Floating P&L
- Status notes (e.g., "Profit locked", "Counter-trend", "No valid SL")
The footer displays total portfolio risk and aggregate P&L.
Setup & First Steps
Smart Stop Indicator
- Drag the indicator onto your chart
- Leave
HistoryBarsat 1000 or higher for reliable detection - Enable the alerts you want (new SL and broken SL are recommended)
Smart Stop Scanner
- Place the EA on any chart (the chart's timeframe does not matter)
- Set
Ind_Timeframeto your preferred analysis timeframe - Optionally fill
symbolFilterwith comma-separated symbols (leave empty to scan your broker's watchlist) - Set
MaxSymbolsto match your watchlist size (max 50)
Smart Stop Manager
- Place the EA on any chart
- Set
scanTFto match your Scanner's timeframe for consistency - Set
MagicFilterto target specific EAs, or leave at 0 for all trades - Enable Live Trading in the EA settings
Key Parameters
| Parameter | Default | Used by | Notes |
|---|---|---|---|
| ADR_Period | 5 | Indicator, Scanner | Days for ADR calculation. Increase to 10-14 for less volatile symbols |
| NewSL_Bars | 5 | All three | Bars before a "new" SL becomes "valid". Increase for fast markets |
| Ind_Timeframe / scanTF | M5 | Scanner, Manager | Keep identical across tools for consistent levels |
| MagicFilter | 0 | Manager | Filter by EA magic number. 0 = manage all trades |
| InpSLAlertFilter | All | Scanner | Filter alerts by stop quality (Very Tight, Tight, etc.) |
Recommended Timeframes
- M5 - recommended for intraday trading
- M15, H1 - good for swing trading
- H4 - not recommended due to broker-specific bar inconsistencies
Alerts
Smart Stop Indicator fires alerts for:
- New SL levels detected
- Broken SL levels
- Price approaching SL (optional distance alert)
Smart Stop Scanner adds:
- SL quality filtering (only alert on Tight/Very Tight stops)
- Alerts work even when you are viewing a different chart
Smart Stop Manager does not send pop-up alerts. Instead, it logs SL modifications in the MT5 Journal and shows status notes directly in the panel.
Recommended Workflow
- Start with the Scanner for your daily market overview. Sort by SL% to find the tightest (most efficient) stops across all your watched symbols.
- Click through to the Indicator when you spot an interesting setup. The Indicator shows detailed levels and color-coded candles on the actual chart.
- Let the Manager handle open positions. Once you have entered trades, the Manager automatically tightens stops as the market moves in your favor.
This three-step approach means you screen efficiently, analyze precisely, and manage positions without manual intervention.
Tips & Best Practices
- Use the same timeframe across all three tools. Set
Ind_Timeframe(Scanner) andscanTF(Manager) to the same value for consistent SL levels. - Set the Scanner's alert filter to Tight or Very Tight to focus on the highest-quality setups and reduce noise.
- For EA-managed trades, always use
MagicFilterin the Manager to avoid interfering with other strategies. - The Manager never widens a stop. If you see "Counter-trend" in the Note column, it means the market structure is moving against your position - the Manager pauses updates until a favorable structure returns.
- "No valid SL" is a warning signal. If many positions show this status, the market lacks clear structure - consider reducing exposure.
- LightweightMode on the Indicator disables all visuals for maximum performance when using it purely as a data source for EAs.
Common Issues
Scanner shows "no SL" for some symbols - The symbol may lack historical data. Switch to that symbol's chart briefly so MetaTrader loads the data, then switch back.
Manager does not update a stop - Three possible reasons: (1) the new level would be further away (Manager only improves), (2) counter-trend detected, (3) no valid SL found on the selected timeframe.
Indicator shows no SL - Increase HistoryBars to 2000. For rarely traded symbols, switch to D1 and back to force data loading.
Candle colors conflict with another indicator - Set hideCandleColors = true on the Smart Stop Indicator to keep only the SL lines and panel.