Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Use when computing the 10D Time-Series Ranked Risk-Adjusted Trend factor from user-supplied OHLCV data or reviewing its bundled real-data validation metrics.
Imported from XinAloha/skills (quant/factors/skill-quant-factor-directional-alpha/factors/R645-10d-time-series-ranked-risk-adjusted-trend/SKILL.md). Install upstream with npx skills add XinAloha/skills --skill R645-10d-time-series-ranked-risk-adjusted-trend. Copyright stays with the author.
10D Time-Series Ranked Risk-Adjusted Trend
Use this Skill to compute 10日时序排名风险调整趋势 / 10D Time-Series Ranked Risk-Adjusted Trend from caller-provided OHLCV data.
Workflow
Load a pandas.DataFrame with open, high, low, close, volume; include date and symbol for cross-sectional research.
Call scripts/factor.py::compute_factor(df) to compute the factor column.
Call generate_signals(df) for a simple rank-based long/short signal.
Review validation_real/report.md before using the factor in a model.
Runtime Contract
Framework-neutral Python: pandas and numpy.
The caller owns data vendor, universe, calendar, costs, slippage, and execution modeling.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.