mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 07:57:44 +00:00
bed75b0a95
Step 1 - Evaluierung bekannter Strategien: - Added 'close' to exec context for existing strategies - Strategies can now use close.index for signal creation - MomentumDivergenceZScore evaluates correctly: Sharpe=3.59, DD=-0.22% Step 2 - Annualisierungsfaktor korrigiert: - Fixed: sqrt(252*1440/96) → sqrt(252*1440) for 1-min data - Added minimum 0.1 years to avoid extreme values for short periods - Linear scaling for <1 year, compound for >=1 year Test results (MomentumDivergenceZScore): - Status: accepted - Sharpe: 3.59 (realistic) - Max DD: -0.22% - Win Rate: 49.46% - Ann Return: 543.75% (linear scaled for 259 min period) Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>