Commodity futures / code reading surface
One clean futures research project, module by module.
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
feature -> signal -> NAV
01
Research Pipeline
- Offline CSV
- Normalized OHLCV
- ATR / RSI / Rollret
- Signal / weights
- Backtest
- Evaluation
02
Core Python Modules
Claim Boundary
Research framework, not production CTA trading system.
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.