mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 16:07:46 +00:00
8d85f06c11
- Modify factor_runner.py to save factor_code and factor_description - Add _extract_factor_info() method to extract code from experiment - Update _save_factor_json() to include code and description - Now every backtest automatically saves to results/factors/ with: * Full factor implementation code * Extracted description (docstring or comments) * IC, Sharpe, Win Rate, Max Drawdown metrics This means the normal trading loop (rdagent fin_quant) now automatically saves complete factor information to results/factors/ - same format as predix_full_eval.py.