OutlineDriven

Numba-accelerated Multi-timeframe Analysis — Research agent for Claude Code

Research community intermediate

@nb.njit(fastmath=True, cache=True, parallel=True) def compute_multiscale_momentum(prices, volumes, scales=[10, 50, 200, 1000]): """Compute momentum at multiple time scales with volume weighting""" n.

How to install Numba-accelerated Multi-timeframe Analysis

This entry records only its repository, not the path inside it, so there is no exact command to give. Open OutlineDriven/odin-claude-plugin and copy the folder into ~/.claude/agents/.

What Numba-accelerated Multi-timeframe Analysis does

@nb.njit(fastmath=True, cache=True, parallel=True) def compute_multiscale_momentum(prices, volumes, scales=[10, 50, 200, 1000]): """Compute momentum at multiple time scales with volume weighting""" n.

One of 15 entries listed from OutlineDriven/odin-claude-plugin. The repository README describes the whole collection, not this agent — read it on GitHub.

Alternatives in Research