Version 1.45 2022.05.27
- Some improvements
- Added User commission. Fixed Profit calculation
Version 1.40 2022.04.23
ADDED:
1) the 3rd Global Trailing mode in the account currency. Dynamic trailing.
GTPT Distance (Global_Take_Profit_Trailing) decreases/increases according to the settings:
* Update GTPT Distance every [...] GTPT updates ([TR_Step] event)
* Increase[+] or decrease[-] GTPT Distance by [...]
* Minimum value for GTPT Distance
2) Added a button for selecting Global Trailing modes (M1/M2/M3)

FIXED:
1) Calculation of profit taking into account (+/-) SWOP
2) The Lot value was reset when switching the timeframe
Version 1.30 2022.04.20
Two algorithms for Global Trailing in the account currency
1)
Activated when the price has reached the GTP level (Global_Take_Profit) from the settings
a) If the price has fallen below GTP, the position is closed
b) If the price has reached the GTP+GTP_Distance level, the trailing starts with the GTPT_Step step
2)
Activated when the price has reached the level of GTP+GTP_Distance
Version 1.21 2022.04.19
A small revision
Version 1.2 2022.04.18
Added dynamic trailing mode for TrailingStop2 (Golden Marker).
The Trailing Stop distance decreases/increases according to the settings:

* Update the Trailing Stop Distance every [...] golden marker movements (TR_Step event)
* Increase[+] or decrease[-] distance by [...] points
* Minimum value for Trailing Stop Distance

** EA uses the point value: 1p = 1p in MT5
0.001 - for currency pairs with three (3) decimal places
0.00001 - for currency pairs with five (5) decimal places
Version 1.1 2021.12.13
Some improvements