From 23db02de727a6414746d385561e92e9d974a0164 Mon Sep 17 00:00:00 2001 From: mindesbunister Date: Fri, 2 Jan 2026 22:29:53 +0100 Subject: [PATCH] docs: Update leverage settings - 10x SOL, 5x ETH (Jan 2, 2026) - Updated Adaptive Leverage System section to reflect current .env - LEVERAGE=10 (global), SOLANA_LEVERAGE=10, ETHEREUM_LEVERAGE=5 - Rationale: 82% WR, 2.18 PF, 6.19% max DD justifies 10x - Previous: Was 5x fixed (Dec 26, 2025) --- .github/copilot-instructions.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 0ed6a07..70d3da0 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -120,17 +120,17 @@ - **Last Updated:** Dec 17, 2025 (state persistence fix - commit 341341d) ### Adaptive Leverage System -- **Status:** ❌ DISABLED (Dec 26, 2025) - Using fixed 5x leverage +- **Status:** ❌ DISABLED (Jan 2, 2026) - Using fixed leverage (SOL 10x, ETH 5x) - **Configuration:** * `USE_ADAPTIVE_LEVERAGE=false` - * `LEVERAGE=5` (global default) - * `SOLANA_LEVERAGE=5` + * `LEVERAGE=10` (global default) + * `SOLANA_LEVERAGE=10` * `ETHEREUM_LEVERAGE=5` - * `HIGH_QUALITY_LEVERAGE=5` (no 10x tier) - * `LOW_QUALITY_LEVERAGE=5` -- **Rationale:** Simplified risk management with consistent 5x leverage -- **Previous Config:** Was 10x for quality ≥95, 5x for quality 90-94 -- **Last Updated:** Dec 26, 2025 (commit 5d8fa78) + * `HIGH_QUALITY_LEVERAGE=10` + * `LOW_QUALITY_LEVERAGE=10` +- **Rationale:** 10x leverage justified by 82% WR, 2.18 PF, 6.19% max DD (Jan 2, 2026 analysis) +- **Previous Config:** Was 5x fixed (Dec 26, 2025) +- **Last Updated:** Jan 2, 2026 ### Supporting Systems (All Active) - **Stop Hunt Revenge:** Quality 85+ signals get auto re-entry on reversal (90s confirmation)