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 5D Volatility Scaled Return Momentum factor from user-supplied real OHLCV data or reviewing its bundled real-data validation metrics.
Imported from lyyyxin/lxiny (.quantskills/packages/skills/skill-quant-factor-directional-alpha/factors/R133-5d-volatility-scaled-return-momentum/SKILL.md). Install upstream with npx skills add lyyyxin/lxiny --skill R133-5d-volatility-scaled-return-momentum. Copyright stays with the author.
5D Volatility Scaled Return Momentum
Use this Skill to compute 5日波动缩放收益动量 / 5D Volatility Scaled Return Momentum 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.