multi-timeframe-analysis — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited multi-timeframe-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.
Higher timeframes set the direction. Lower timeframes refine the entry. Never trade against the higher timeframe trend unless you have very strong reasons.
| Screen | Timeframe | Purpose | What to Look For |
|---|---|---|---|
| Screen 1 | Weekly | Trend bias | Primary trend, major S/R, 200-week MA |
| Screen 2 | Daily | Setup | Pattern formation, indicator signals, entry zone |
| Screen 3 | 4H / 1H | Entry timing | Precise entry price, tight stop placement |
No dependencies required. Framework applies to any timeframe data. Enhanced with Groww MCP (multi-interval candles) or yfinance (pip install yfinance) for weekly/monthly history.
When data tools are available:
Weekly: fetch_historical_candle_data with interval=1w
Daily: fetch_historical_candle_data with interval=1d
Hourly: fetch_historical_candle_data with interval=1h (limited to ~30 days)For weekly indicators via yfinance: yf.download("SYMBOL.NS", period="2y", interval="1wk")
Check these on the weekly chart:
Weekly verdict: Bullish / Bearish / Neutral — this sets your trading bias.
With the weekly bias established:
Daily verdict: Setup present / No setup / Counter-trend setup (risky)
Once weekly bias + daily setup align:
Award 1 point for each alignment. This keeps you honest about setup quality.
| Factor | Point |
|---|---|
| Weekly trend agrees with trade direction | +1 |
| Daily shows valid setup pattern | +1 |
| RSI supports on daily timeframe | +1 |
| MACD supports on daily timeframe | +1 |
| Key S/R level provides clear stop or target | +1 |
| Volume confirms the move | +1 |
| Score | Action |
|---|---|
| 5-6 | Strong setup — full position size |
| 4 | Good setup — full position size |
| 3 | Marginal — half position size |
| 2 | Weak — skip or paper trade only |
| 0-1 | No setup — do not trade |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.