Version 3.2 2024.04.13
Trading system 2 adds a day of week filtering parameter.
Version 3.1 2024.03.18
Modified the display part
Version 3.0 2024.03.17
A new trading strategy has been added.
Version 2.5 2023.12.12
Fixed the issues with the Special Platform XAUUSD Strategy 1.
Version 2.4 2023.11.05
Optimized the time control of position holdings
Version 2.3 2023.09.01
1. Modified the position closing algorithm to prevent wrong closing of positions when SymbolInfoDouble returns an error value.
2. It is recommended to update, no parameters need to be modified.
Version 2.2 2023.08.23
1. Optimized the closing algorithm to reduce the time for holding positions

2. Optimized the possible problem of using the same MagicNumber for different Symbols

3. It is recommended to update, no need to update parameters
Version 2.1 2023.08.21
1. Close the position according to the percentage of loss
Use StopLoss By Percentage = false;
Maximum Drawdown % = 10; if the backtest is 10%, the position will be closed

Calculation formula
Loss Total < Maximum Drawdown / 100.0 * Account Balance

2. Increased closing positions based on time
If you still make a profit after this time, then close the position (parameter time)
UseTimeCloseProfit = true;
HoldTimeProfit(Min) = 150;
If it exceeds 150 minutes and is profitable, close the position

3. Modify the default settings
CustomLogLevel = LOG_LEVEL_INFO;
UseMM = true;
Version 2.0 2023.08.10
1.Added adaptation for XAUJPY with different parameters and defaults; a set file will be provided.
2.Added a lot size control mode, allowing selection between magin free-based, equity-based, and balance-based modes.
3.Optimized time control to delete pending orders before market close, preventing sudden gaps during the night.
Version 1.41 2023.08.06
Allow user to add Calendar.bin file to test news filtering.

To ensure that the time is consistent with the Calendar.bin file, please use Brokers with the same time zone as ICMarkets to test news filtering.

Live account users do not need to upgrade.
Version 1.40 2023.07.06
A new strategy has been added to increase the profit factor while increasing the number of transactions. The time is 20:00-22:50 for XAUUSD.

Added applicability to XAUCHF.

Operations required for user upgrade:
Modified: StartHour = 20 was originally 21
Added chart for XAUCHF with default parameter StartHour = 20
Version 1.39 2023.06.22
Optimize the problem of three times Swap on Wednesday
Version 1.38 2023.06.21
Modified the description