Block a user
Rust age crate (v0.11.2) fails to decrypt files that rage CLI successfully decrypts
Regression: backtest entry rules fire but no positions are opened (deployed 2026-03-11)
Confirmed not a regression. A subsequent scout run against the same deployment (no upstream changes) reproduced the same 0-position result, and a fresh run with different initial balance / smaller…
Regression: backtest entry rules fire but no positions are opened (deployed 2026-03-11)
Regression: backtest entry rules fire but no positions are opened (deployed 2026-03-11)
Investigation: not a regression introduced by ff005b1
I've done a line-by-line review of every commit between the two deployments. The regression is not caused by ff005b1 (the aggregate-s…
Regression: backtest entry rules fire but no positions are opened (deployed 2026-03-11)
result_summary flat fields net_pnl / total_pnl / total_fees always "0"
result_summary flat fields net_pnl / total_pnl / total_fees always "0"
Fix
Root cause: paper_run_position::aggregate_stats() returned Err in some cases and the call site used .unwrap_or_default(), silently substituting all-zero values.
Fix: removed the…
result_summary flat fields net_pnl / total_pnl / total_fees always "0"