F 期货代码图谱 CSV 数据 -> 特征 -> 信号 -> 回测

商品期货 / 代码阅读界面

一个清洁版期货研究项目,按模块拆开看。

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

  1. 离线 CSV
  2. 标准化 OHLCV
  3. ATR / RSI / Rollret
  4. 信号 / 权重
  5. 回测
  6. 评价
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.