technical-analysis — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited technical-analysis (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.
Read the chart systematically — don't cherry-pick indicators that confirm a bias.
No hard dependencies. Works best with Groww MCP or yfinance for live data, but can analyze any stock if you provide prices manually.
When data tools are available, fetch in this order:
search_stock_and_others_symbol on Growwget_quotes_and_depth for current price, volume, day rangeget_historical_technical_indicators for SMA, EMA, RSI, MACD, Bollinger, ADXfetch_historical_candle_data with interval=1d for at least 200 daysyf.download("SYMBOL.NS", period="2y") via yfinance| Price Action | Volume | Interpretation |
|---|---|---|
| Rising price | Rising volume | Strong move — trend healthy |
| Rising price | Falling volume | Weak rally — suspect, may reverse |
| Falling price | Rising volume | Strong selling — trend acceleration |
| Falling price | Falling volume | Selling exhaustion — bounce possible |
| Spike volume at support | — | Potential capitulation / reversal |
| Spike volume at resistance | — | Breakout attempt or distribution |
Compare current volume to 20-day average. >1.5x = significant.
Pull via get_historical_technical_indicators:
| Indicator | Bullish | Bearish | Neutral |
|---|---|---|---|
| RSI(14) | >50, rising from <30 | <50, falling from >70 | 40-60, flat |
| MACD | Line > Signal, histogram growing | Line < Signal, histogram shrinking | Near zero line |
| Bollinger Bands | Price bouncing off lower band | Price rejected at upper band | Walking the band |
| ADX | >25 with +DI > -DI | >25 with -DI > +DI | <20 (no trend) |
| Stochastic | %K crosses above %D below 20 | %K crosses below %D above 80 | Mid-range |
Count bullish vs bearish signals to gauge overall bias.
Always present 2-3 scenarios with rough probabilities. Assign higher probability to the scenario with more technical evidence.
SCENARIO A (Bullish) — XX% probability
- Trigger: [specific price/indicator condition]
- Target: Rs.XXX (nearest resistance / Fib level)
- Invalidation: Close below Rs.XXX
SCENARIO B (Bearish) — XX% probability
- Trigger: [specific condition]
- Target: Rs.XXX (nearest support)
- Invalidation: Close above Rs.XXX
SCENARIO C (Sideways) — XX% probability
- Range: Rs.XXX to Rs.XXX
- Duration estimate: X days/weeks
- Breakout signal: [what to watch]Probabilities should sum to ~100%. Base them on: trend alignment, indicator consensus, volume confirmation, and S/R proximity.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.