商品期货 / 代码阅读界面
一个清洁版期货研究项目,按模块拆开看。
Future OS rewrites a course-style futures research demo into a typed, modular and testable pipeline: config, schema, data loader, features, signals, backtest, evaluation and operations.
ATR / RSI / ROLLRET
特征 -> 信号 -> NAV
01
研究 Pipeline
- 离线 CSV
- 标准化 OHLCV
- ATR / RSI / Rollret
- 信号 / 权重
- 回测
- 评价
02
核心 Python 模块
声明边界
研究框架,不是生产级 CTA 交易系统。
This site explains how the clean Future OS code is organized. It can explain data understanding, feature construction, signal timing, simplified backtesting and metric calculation. It does not claim live execution, margin service, full risk engine, capacity modelling or production deployment.