trailing-stops
Installation
SKILL.md
Trailing Stops
Once a trade is profitable, trailing stops protect your gains while letting winners run.
Prerequisites
No dependencies required. Provide entry, current price, and ATR manually. Enhanced with Groww MCP (live ATR, candles, MAs) or yfinance.
Data Needed
- Entry price and current price: Known or from
get_quotes_and_depth - ATR(14):
get_historical_technical_indicatorsfrom Groww, or user-provided - Recent swing lows/highs:
fetch_historical_candle_data(daily) - Moving averages: SMA20, EMA50 from indicators
- Initial risk (1R): Entry - original stop-loss
The Hybrid Approach (Recommended)
This progressive system adapts as the trade matures:
Related skills