docs: Update minimum quality score from 60 to 81 across documentation

- Updated .github/copilot-instructions.md key constraints and signal quality system description
- Updated config/trading.ts minimum score from 60 to 81 with v8 performance rationale
- Updated SIGNAL_QUALITY_SETUP_GUIDE.md intro to reflect 81 threshold
- Updated SIGNAL_QUALITY_OPTIMIZATION_ROADMAP.md current system section
- Updated BLOCKED_SIGNALS_TRACKING.md quality score requirements

Context: After v8 Money Line indicator deployed with 0.6% flip threshold,
system achieving 66.7% win rate with average quality score 94.2. Raised
minimum threshold from 60 to 81 to maintain exceptional selectivity.

Current v8 stats: 6 trades, 4 wins, $649.32 profit, 94.2 avg quality
Account growth: $540 → $1,134.92 (110% gain in 2-3 days)
This commit is contained in:
mindesbunister
2025-11-21 15:49:26 +01:00
parent a07485c21f
commit 17071fe7ec
8 changed files with 240 additions and 19 deletions

View File

@@ -157,7 +157,7 @@ export const DEFAULT_TRADING_CONFIG: TradingConfig = {
trailingStopActivation: 0.5, // Activate trailing when runner is +0.5% in profit
// Signal Quality
minSignalQualityScore: 60, // Minimum quality score for initial entry (lowered from 65 on Nov 12, 2025 - data showed 60-64 tier outperformed)
minSignalQualityScore: 81, // Minimum quality score for initial entry (raised from 60 on Nov 21, 2025 - v8 averaging 94.2 with 66.7% WR)
// Position Scaling (conservative defaults)
enablePositionScaling: false, // Disabled by default - enable after testing