Version 8.0 2023.08.09
The wishes of users from the comments(#87, #103) are taken into account:

...-2023.05.20 #87
//..if there's a set up that could allow us to do the optimization in open prices rather than in control points.//
Added setting "OpenPriceOnly = True/False".
It is used to speed up the test, only in the tester with the "Open prices only" test Model.

...-2023.07.26 #103
//..add a filter on the four lines of the MA indicator//
Added settings:
"Filter 4_lines_MA (for Start)"...
== No ;
== Trend ;
== Anti-Trend .
Version 7.0 2023.05.17
The wishes of users from the comments(#72, #77, #80, #82) are taken into account:

...-2023.03.16 #72
//Can you add a spread setting, so that the EA doesn't trade when the spread is unstable//
Added setting "Spread (maximum allowed)".

...-2023.04.06 #77
//Can you add a profit target per day?//
Added settings:
"Target per day"=True/False;
"Profit target per day(money)".

...-2023.04.27 #80
//...is there way to set the trade to close after a specific profit margin is reached...//
Added settings:
"Closing profit"...
== No ;
= Joint buy and sell ;
== Individual to buy or sell .
"Profit target(money)".

...-2023.05.09 #82
//Could you also add max number of trades function?//
Added setting "MaxNumberTrades".
Version 6.0 2023.02.28
Added a new strategy (#7).

Added the ability to configure the MA trend filter (timeframes, period, method).

For "Trailing Stop_S=Simple", the input variable "StartTrailing" has been added - the number of points to start trailing.
And now the stop loss level for several orders of the same type, common with "TrailingStop_S=Simple".

Added the option to choose to continue the canal:
Continuation of the channel along the initial price boundaries;
OR Continuation of the channel on the signal from the indicator.
Version 5.1 2022.12.21
fixed a bug
Version 5.0 2022.12.20
Added trailing stop options:
TrailingStop_S=Simple, trailing stop with a fixed step (Step Trailing);
TrailingStop_S=iSAR, trailing stop on the Parabolic SAR indicatorwith settings (iSAR_timeframe, iSAR_step, iSAR_maximum).

Trailing stop works in strategies (#5 and #6) with each order.
Trailing stop works in the strategy (#70) only with initial/starting orders, when forming a channel, trailing stop is disabled.
Trailing stop does not work in strategy (#77).
Version 4.0 2022.11.24
In this version, I tried to take into account the wishes of users.

1)User's wish:
"I would like to suggest a trend filter, for example, if the daily 200 SMA is above the price, the adviser only sells. If the daily 200 SMA is below the price, the adviser only buys."

Done:
To make it work, you need to set the input variable "Daily 200 SMA(trend filter for Start/Canal) = TRUE".
This trend filter is not used if the input variable "This is used to start = (#77)_Canal" is enabled in EA.

2)User's wish:
there is not enough automatic calculation of the lot as a percentage of the balance.

Completed:
Added auto-calculation of the lot size (for the initial/starting order) as a percentage of the account balance.
If you are going to use automatic lot calculation, then you need to set the desired value (as a percentage) in the new input variable "Lot as a % of the Balance(0.0=OFF)".
If you are going to use a fixed lot size (for the initial/starting order), then you need to set
the input variable "Lot as a % of the Balance(0.0=OFF)=0.0".
Version 3.0 2022.08.31
Time to open "Start" orders.
This setting does not apply to orders placed by the "Canal" function.

Two strategies have been added to the floating list ("This is used to start"):
"(#70)_Canal"
EA will start trading on the breakdown of the reversal levels of the "Point Zig Zag" indicator. If the market turns around and the price breaks through the opposite reversal level of the "Point Zig Zag" indicator, a Channel is created.

"(#77)_Canal"
EA will start trading with the opening of two orders (buy and sell), then a Channel is created according to the reversal levels of the "Point Zig Zag" indicator.

The new variable for "Start":
"HighPoints (for Start)" - for trading on the indicator "Point Zig Zag" is the highest parameter and should be greater than the variable "Points (for Start)". If "HighPoints (for Start)"=0 or "HighPoints (for Start)"<="Points (for Start)", then only the variable "Points (for Start)" will be used for EA operation.

The new section "Canal"
contains variables necessary for trading new strategies ("(#70)_Canal" and "(#77)_Canal"):
"Points (for Canal)" - setting the indicator "Point Zig Zag".
"Ratio_B_C" - the ratio of the Breakeven level and the Channel size. The minimum value is 0.01.
"TakeProfit target(for Canal)" is the profit target in points.
"Allowed number of Canal positions (for Canal)" - the allowed number of orders placed by the "Canal" function.
Version 2.0 2022.06.13
Added checking for connection to the trading server.
The time (local computer time) of disconnection and subsequent connection is recorded in the Expert's log.