Granular Guidance & AI Optimization
Published on 2026-01-21 23:50:28 (Updated 2026-01-22 06:57:26)
🚀 New Feature: Soft/Hard Guidance System
We have completely overhauled how the AI interacts with trading constraints. You now have granular control over the AI's boundaries:
- Soft vs. Hard Constraints: A new switch allows you to toggle between "Soft" guidance (suggestions) and "Hard" guidance (strict rules) directly controlling the AI's behavior.
- Tiered Thresholds: Implemented tiered thresholds for more nuanced decision-making logic during complex market moves.
- Enhanced UI: The guidance sliders have been widened with optimized step granularity, making it easier to fine-tune your parameters.
🧠 AI & Logic Updates
To improve the signal-to-noise ratio of the AI trader, distinct improvements were made to the core logic:
- Reduced Noise: Removed redundant account history and balance data from standard processing to decrease overhead and focus the AI on immediate market conditions.
- Granular Context: Split generic context variables into specific account variables, allowing for more precise decision making.
- Ambiguity Cleanup: Removed broken or deprecated variables to avoid ambiguity in the AI's generation process.
⚙️ Configuration & Infrastructure
- Single Source of Truth: We have refactored the configuration logic to strictly enforce a central settings file. This eliminates conflicts between UI state and backend systems.
- Persistence: Finalized the guidance settings persistence—your fine-tuned settings now save and load correctly across sessions.
🎨 UI/UX Polish
- Smarter Layouts: Moved the "Use My Averages" checkbox and improved the alignment of reset buttons across panels.
- Documentation: Added dynamic guidance system documentation directly to the Help page for easier onboarding.