openalice-quant

star 5.1k

How to compute technical analysis with OpenAlice's Quant Calculator (v2) — a small Python/pandas-subset scripting language over K-lines, keyed by barId so you compute on a SPECIFIC source (a broker's bars matching what you trade, or a named vendor) and can batch many timeframes/symbols/indicators in ONE call. Use whenever the task is technical/quantitative on price data: "RSI on BTC", "is AAPL above its 200-day", "50/200 golden cross check", "multi-timeframe momentum", "how extended is X (z-score)", "does this track the sector (correlation)", "trend strength", "compare 1h/4h/12h at once". Two tools: `searchBars` (find a barId) then `calculateQuant` (compute) — or via CLI, `alice analysis search-bars` then `alice analysis quant`.

TraderAlice By TraderAlice schedule Updated 6/9/2026

Skill instructions (SKILL.md) could not be loaded from local cache or raw GitHub repository.

Install via CLI
npx skills add https://github.com/TraderAlice/OpenAlice --skill openalice-quant
Repository Details
star Stars 5,053
call_split Forks 781
navigation Branch main
article Path SKILL.md
More from Creator