Quant Real Factor 10d Smoothed Ema Gap

Use when computing the 10D Smoothed EMA Gap factor from user-supplied OHLCV data or reviewing its bundled real-data validation metrics.

quantskills Updated

File contents

10D Smoothed EMA Gap

Use this Skill to compute 10日平滑EMA偏离 / 10D Smoothed EMA Gap 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/R599-10d-smoothed-ema-gap commit e999653581

Frequently asked questions

npx skillmds@latest add quantskills/quant-real-factor-10d-smoothed-ema-gap