trailing-stops — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited trailing-stops (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Once a trade is profitable, trailing stops protect your gains while letting winners run.
No dependencies required. Provide entry, current price, and ATR manually. Enhanced with Groww MCP (live ATR, candles, MAs) or yfinance.
get_quotes_and_depthget_historical_technical_indicators from Groww, or user-providedfetch_historical_candle_data (daily)This progressive system adapts as the trade matures:
| Trade Stage | Profit Level | Trailing Method |
|---|---|---|
| Just entered | 0 to 1R | Fixed stop — don't trail yet, use initial stop-loss |
| Early profit | 1R gained | Move to breakeven — stop at entry price (eliminates risk) |
| Building profit | 2R gained | ATR trail — highest close minus ATR(14) × 1.5 |
| Strong runner | 3R+ gained | Structure trail — below most recent swing low |
This works because:
Trailing stop = Highest close since entry - ATR(14) × multiplier
Multiplier: 1.5 (tight), 2.0 (standard), 3.0 (loose)Recalculate daily at market close. Only move stop up, never down.
Trailing stop = Below the most recent higher lowIdentify swing lows on the daily chart. Each new higher low becomes the new stop reference. Best for stocks making clear stair-step patterns.
Aggressive: Trail below SMA20 (for fast trends)
Moderate: Trail below EMA50 (for steady trends)
Conservative: Trail below SMA200 (for long-term holds)Use closing price vs MA — if daily close is below the MA, exit next day.
Trailing stop = Highest high since entry - ATR(14) × 3.0More aggressive than standard ATR trail. Good for volatile runners where you want to ride big swings.
| Stock Behavior | Best Trail Method |
|---|---|
| Strong uptrend, clear swing lows | Structure trail |
| Trending but volatile | ATR trail (2.0×) or Chandelier |
| Steady grinder, low volatility | MA trail (EMA50) |
| Explosive mover, unsure of top | Chandelier exit (3.0× ATR) |
| Long-term investment | MA trail (SMA200) |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.