Version 1.15 2025.12.30
The holiday filter is off
Version 1.14 2025.12.03
RL agent integrations
Version 1.13 2025.04.02
synchronization between all types of orders to achieve the same result or behavior of the entire system.
Version 1.12 2025.03.24
Refactored work with the neural network to achieve the required speed during testing and optimization.
calculation in pips
all orders type
Version 1.11 2025.03.20
Improvements in 2025:
all types of accounts
calculation in pips
automatic magic number
position reversal

Within the System:
A completely new concept was developed that enables very fast optimization on a large amount of data, which was not the case until now, because the neural network slowed down the whole process.
Version 1.10 2024.09.06
significant improvement of the entire system
Version 1.9 2024.05.11
neural network upgrade
Version 1.8 2024.05.07
removing unnecessary print functions
Version 1.7 2024.05.03
Prefix / Suffix ( #LNG.p / XAUUSD.m)
Some brokers use prefixes and suffixes for certain symbols. To enable this robot to access the database regardless of whether the symbol in its name contains a prefix or suffix, or both at the same time, an upgrade to our system has been implemented. This change only affects the MT5 version of the robot as it utilizes an SQLite database.
Version 1.6 2024.03.28
change inside DB
Version 1.5 2024.03.27
Changes within the SQLite database
each symbol has a separate table that is checked with a magic number
Version 1.4 2024.03.22
bug fixed
Version 1.3 2024.03.11
Database error fixed
The error that occurred, specifically the "database error, UNIQUE constraint failed (only during the testing phase). To address this issue, the code was modified.
Version 1.2 2024.03.03
Setting up new neural network classes
Database customizing
Version 1.1 2024.03.01
invalid pointer bug fixed