Version 5.7 2026.02.25
- Performance optimization: centralized position cache to eliminate redundant position loops and reduce CPU load.
- Improved floating profit and virtual TP calculations using cached values for faster execution.
- Fixed lot reset issue after cycle close to prevent incorrect hedge restart sizing.
- Updated panel info
Version 5.6 2026.02.23
- Added the daily Max DD in the info panel
- Light code polish
Version 5.5 2026.02.20
New Trading Modes:
- Auto Mode – Fully automated strategy with fixed TP
- Auto ATR Mode – Fully automated strategy with dynamic ATR-based TP
- Manual Mode – Manual entries with fixed TP
- Manual ATR Mode – Manual entries with dynamic ATR-based TP

- Reduced internal loops with centralized position cache system
- Codebase cleanup and structural optimization
Version 5.4 2026.02.18
- Fix for overlapping BE and TP lines above panel
Version 5.3 2026.02.17
- fix for TP and BE line update outside Hour Filter
Version 5.2 2026.02.16
- selectable ATR Mode for TP/Distance auto calculation re-introduced
- instant closure for all orders re-introduced with MagicNumber filtering
- TP label updated with distance info
- panel updated
- fixed panel removal
Version 5.1 2026.02.12
- input description added
Version 5.0 2026.02.12
- Complete code overhaul for speed, efficiency, and advanced capabilities
- Fully Optimized Code: Lighter, faster, and more efficient execution
- High-Speed Performance: Reduced CPU load, smoother operations
- Redesigned GUI: Sleek, intuitive, and fully interactive control panel
- Improved Stability: Fewer bugs, smoother trading logic
- Enhanced Responsiveness: Instant updates and faster execution handling
Version 4.4 2026.01.16
- added new ATR Mode featuring autocalculation for TP/SL/Distance based on ATR realtime value
Version 4.3 2025.10.31
- introducing Legacy Mode (for those who intend to use the EA with Pending Orders as before)
- added SL and Distance on F7 input panel (working only for Legacy Mode)
Version 4.2 2025.10.30
- fix for positions and lots counter on info panel
- added Max Lotsize on F7 input to control max lots
- minor improvements and optimization on code
Version 4.1 2025.10.28
- added Trade only on New Bar
- major fix on EA reset
Version 4.0 2025.10.28
- Complete code rewrite with significant optimization
- "Stealth" execution mode with no pending orders
- Instant position closing (note: it closes all open positions in the account, including manual ones or those opened by other EAs)
- New, simplified graphical panel and new operating buttons
- Time filter for automatic operation
Version 3.2 2024.07.14
- improvements and minor bug fixes
Version 3.1 2023.09.22
- fixed rounding calculation
Version 3.0 2023.09.09
- added Max Orders (Buy/Sell) function
- added Money SL (negative value)
- minor improvements
Version 2.1 2023.05.09
- bug fix on lotsize coefficent calculation
Version 2.0 2023.03.07
- updated manual trading logic (the EA now recognizes manual entries done by the EA panel and averages the positions open price, TP an SL, both for pendings and trades)
- bug fixes
- improved performance
Version 1.3 2023.01.24
- added decimals option to RATIO settings
Version 1.2 2022.04.08
- major fix on pending orders lot calculation
Version 1.1 2022.04.08
- minor fix on volume calculation