Quant Real Factor 5d Stability Scaled Range Position

Use when computing the 5D Stability Scaled Range Position factor from user-supplied real OHLCV data or reviewing its bundled real-data validation metrics.

quantskills 6260244 8 files · 16.6 KB Updated

File contents

5D Stability Scaled Range Position

Use this Skill to compute 5日稳定度缩放区间位置 / 5D Stability Scaled Range Position from caller-provided OHLCV data.

Workflow

  1. Load a pandas.DataFrame with open, high, low, close, volume; include date and symbol for cross-sectional research.
  2. Call scripts/factor.py::compute_factor(df) to compute the factor column.
  3. Call generate_signals(df) for a simple rank-based long/short signal.
  4. 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.

quantskills/skill-quant-factor-directional-alpha/tree/main/factors/R173-5d-stability-scaled-range-position commit 6260244d6d

Frequently asked questions

npx skillmds@latest add quantskills/quant-real-factor-5d-stability-scaled-range-position