Version 1.4 2026.02.24
Added an option to retry setting TP/SL every 2 seconds, up to a maximum of X attempts (user-defined, default is 100).

Improved internal timing mechanism for faster and more reliable trade management performance.
Version 1.3 2026.02.03
Improvements & Enhancements:

Refined internal order/position handling: All order and position selection loops have been validated and optimised for reliability.

Changed option "What to do if "Common Error" happens when opening orders" to "What to do if connection fails when opening orders" (because MetaTrader 5 does not support COMMON ERROR)

Code Corrections & Technical Updates:

Fixed ORDER_TYPE/POSITION_TYPE confusion: Corrected variable types to accurately reflect whether an order or position is being handled.

Improved Take Profit & Stop Loss calculations: Resolved an issue where TP/SL levels set in monetary terms were not being calculated correctly.

Enhanced error messaging: More accurate messages for all trading operation errors, providing clearer feedback.

Standardised log terminology: Log messages now correctly distinguish between "Closing order" (for pending orders) and "Closing position" (for open trades), improving clarity.

This update focuses on code stability, accurate trade management, and clearer user feedback.
Version 1.2 2026.01.13
Minor bug fixes