Version 1.13 2026.01.29
- Deeply optimized UI redraw logic to prevent bottlenecks on older systems (Windows 7).
- Removed redundant background saving and ticking to improve overall stability.
- Implemented "Smart Redraw" - panel only updates when Profit/Positions actually change.
Version 1.12 2026.01.28
- Fixed critical issue where the panel would auto-minimize/hide after 30 seconds.
- Removed excessive "Always on Top" forcing to improve UI stability and compatibility.
- Optimized rendering logic for smoother performance on large charts.
Version 1.11 2026.01.23
- Fixed control panel auto-hiding by enforcing "Always On Top" priority.
- Ensured panel stays visible during active trading and chart interaction.
Version 1.10 2026.01.12
- Fixed lot size not increasing above broker's limit on some symbols (e.g. XAUUSD)
- Lot adjustment now respects your broker's max lot and lot step automatically
- Changed default Magic Number to 888888 for better luck
Version 1.9 2025.12.09
- fix magic number
- manual order
Version 1.8 2025.12.08
fix setting tp, sl in setting panel
Version 1.7 2025.12.07
- Check both SL and TP against your configured values
- Automatically adjust them if they don't match your settings (even on manual trades)
- Only modify if the difference is significant (more than 1 point) to avoid unnecessary updates
Version 1.6 2025.12.03
- Fixed panel jumping horizontally when chart size changes
- Kept the manager minimized bar anchored on the right side of the chart
- Prevented Settings panel from auto-opening after minimize/maximize
- Preserved Settings panel open/closed state correctly across window toggles
Version 1.5 2025.11.04
Fixed an issue where settings were lost when switching timeframes
Version 1.4 2025.11.04
- UI switched from a panel to a stable, cleaner dialog
- Added an expanded Settings section for configuration
Version 1.3 2025.10.27
- Added input Enable BreakEven (toggle break-even)
- Added input Enable Trailing (toggle trailing stop)
- Set Enable Partial Close default to false (avoid unintended closes)
- Break-even and trailing logic run only when enabled (prevents unwanted SL moves)
- Grouped inputs using input group for easier configuration
- Preserved previous behavior when features are enabled (backward compatible)
Version 1.2 2025.10.20
- Added four lot adjustment buttons: +0.01, +0.1, -0.01, -0.1 for quick lot changes.
- Moved and aligned the lot adjustment buttons into a single, compact row below the lot label.
- Reduced the font size of the lot adjustment buttons for a cleaner, less obtrusive look.
- Fixed panel and button placement for better UI consistency.
- Resolved all unbalanced parentheses and function scope errors for successful compilation.
- Improved button responsiveness and ensured correct enabling/disabling of Start/Stop.
- Enhanced break-even logic to better handle slippage and avoid loss on BE move.
Version 1.1 2025.10.14
- Fixed unresponsive panel buttons (Start, Stop, Close All, etc.)
- Improved button click handling and state reset
- Ensured trade management activates correctly after Start
- Added Buy/Sell buttons for quick manual trading
- Added lot size control directly on the panel