Version 2.3 2022.05.27
- Some improvements
- Added User commission. Fixed Profit calculation
Version 2.2 2022.04.23
FIXED:
1) Calculation of profit taking into account (+/-) SWOP
2) The Lot value was reset when switching the timeframe
3} Lots buttons were not removed when hiding the MENU
Version 1.99 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.88 2021.12.13
Some improvements
Version 1.77 2021.12.02
Fixed: TrailingStop2 used distance TR1 if TrailingStop1 was used
Version 1.66 2021.11.24
Added a Profit indicator for a currency pair (Profit Indicator)
Version 1.55 2021.11.10
1) Fixed: TrailingStop1 for SELL positions was not activated when the "Br" button was disabled.
2) Added a light theme. Option: "Use White Theme?".
Version 1.44 2021.11.07
1)
Fixed a bug where the distance from the TrailingStop1 setting was applied to TrailingStop2;
Fixed the color of the TP label to "BLUE".
2)
Now TrailingStop1 is set at the price level not lower:
-- OpenPrice + TrailingStop1 (if the Break Even button is OFF);
-- OpenPrice + BreakEvenLVL label level + TrailingStop1 OR OpenPrice + BreakEvenLVL label level + BreakEvenDistance (great value).
3)
In previous versions, TrailingStop2 was activated only after TrailingStop1. This limitation has been removed in this version.
If you want TrailingStop2 and its virtual marker (Golden color label) to be used at once, set a large value for TrailingStop1 (for example, 9999).
4)
All new orders opened manually (by another Expert Advisor) will be tracked by the Assistant if you specify "Magic = -1" in the settings.
Virtual levels will be automatically applied to open orders on the chart (currency pair) where the Expert Advisor is activated and configured.
New chart (currency pair) - a new Expert Advisor and its settings!
You can always change the levels by dragging them on the chart.
5)
Use the built-in Trading Expert (option: "Use a robot") for testing in visual mode. Marker dragging functions don't work in visual testing mode. Do not use a test Trading Expert on real accounts!
Version 1.33 2021.09.18
1) The v-Breakeven level is now visible before activation (Gray label). You can change the trigger level of the virtual Breakeven by moving the label to the desired level.
v-Breakeven mode is activated (Green label) when the price moves away from the label by the "BreakEven Distance" specified in the Expert Advisor settings.
2) The level of the secondary TrailingStop is now visible before activation (the label is Golden). You can change the trigger level of the virtual TrailingStop2 by moving the label to the desired level.
The secondary v-TrailingStop mode is activated (Sea-colored label) when the price moves away from the label by the distance "TrailingStop2 Distance" specified in the Expert Advisor settings.
3) The level of the primary TrailingStop is set in the Expert Advisor settings. The primary v-TrailingStop mode is activated (Green label) when the price moves away from the v-Breakeven (or OpenPrice) label by the "TrailingStop Distance" specified in the settings.
4) All the Levels displayed by graphic labels on the chart can be changed by simply moving them (dragging them by the point on the left).
Version 1.22 2021.03.21
1) Added the choice of activating the v-TakeProfit, v-StopLoss, v-Breakeven, v-TrailingStop modes by default.
2) Added the secondary v-TrailingStop mode.
3) Added virtual Take Profit trailing mode.