Versão 6.19
2023.07.05
C119
The explicit colors in the input parameters for the panel colors are used.
Versão 6.18
2022.05.16
Improved the training system.
Improved the neural network.
Versão 6.15
2022.04.26
1. The indicator has been completely redesigned.
2. New neural network architecture (NN).
2.2. Convolutional layers have been added.
2.3. Improved architecture of hidden layers.
2.5. Now the structure of the NN is set by fixed values.
2.6. Added PreSets of the NN structure.
It is configured using the input parameter 'PreSet'.
If 'PreSet' = 'CUSTOM SET', then the structure is configured manually using a group of input parameters "Custom Set".
3. The MTF mode has been removed.
This is done to improve the performance and stability of calculations.
4. Improved computing on OpenCL-enabled devices.
4.1. Optimized calculations. Accelerated.
4.2. Now there is no requirement to support a device of the 'double' type.
4.3. Added device selection 'Device' = 'CPU (Multi-Thread with OpenCL)'.
When selecting this device, if the CPU supports OpenCL, then the indicator will be calculated asynchronously on the CPU (all CPU cores are used).
4.4. Description of the 'Device' parameter logic.
- 'Device' = 'Terminal (Single-Thread)' - (the slowest calculation) the indicator will be calculated in the general MetaTrader thread. For reference: MetaTrader allocates one common thread for all running indicators.
- 'Device' = 'CPU (Multi-Thread with OpenCL)' - (fast calculation) the indicator will be calculated asynchronously (all central processor cores are used). This will speed up calculations by using all CPU cores.
- 'Device' = 'GPU (Multi-Thread with OpenCL)' - (fastest calculation) the indicator will be calculated asynchronously (GPU is used). This will greatly speed up calculations due to the use of a graphics card (GPU).
5. The learning system has been improved.
5.1. An adaptive learning system has been implemented.
5.1. The learning process has been optimized.
5.2. Now the learning process is saved when the indicator is restarted. This allows you to continue training the indicator after it is restarted.
6.3. New parameters for learning:
- 'Signal Mode' - signal calculation method (for line color, arrows and learning).
Options:
'Direction (MA line)' - the line direction is used.
'Crossing (Price with MA line)' - the intersection of the bar closing price with the MA is used.
- 'Criterion(for Quality)' - criteria for learning (adapting process).
Options:
'Balance max' - the learning system will strive to optimize net profit.
'Profit Factor max' - the learning system will strive to optimize the profit factor.
'Recovery Factor max' - the learning system will strive to optimize the recovery factor.
6. The "Deep" algorithm has been improved.
6.1. Unnecessary parameters have been removed.
6.2. New parameter 'Sensitivity in % [1...100]' - the sensitivity of the MA period change. More precisely, it is the rate of change.
The lower the value, the slower the MA period will change. Use to avoid fast changes of the MA line.
6.3. New parameter 'Period(in bars) for Re-Adapt(0-Adapt once)' - time period (number of bars) for automatic start of repeat learning (adaptation).
6.4. New parameter 'Maximum Iterations [1...)' is the maximum number of iterations for the running learning process (adaptation).
6.5. Now the MA period is set through the minimum and maximum values.
For reference: if 'Minimum Period [1...)' = 'Maximum Period [1...)', then the "Deep" algorithm will not be activated and the training system (adaptations) will not be used.
7. Improved visual panel.
7.1. Visual improvements.
7.2. Increased functionality.
7.3. Added more visual information.
7.4. A button has been added for manually stopping the learning process (adaptation), as well as for starting the learning process (adaptation) again.
Versão 5.57
2021.07.20
- Improved: the 'Visual Info' function.
Added new input parameter 'Starting Bar for Arrows'.
If value = 'Current Bar', then the arrows are drawn from the current bar.
If value = 'Closed Bar', then the arrows are drawn from the last closed bar (use this to wait for more stable arrows).
- Improved: the 'Notify' function.
- The notification text was shortened and improved.
- Added new input parameters:
1) 'Use Prefix Info'.
If = true, then the value of the input parameter 'Graphic objects prefix name' will be added to the notification description.
2) 'Use Currency Pair Info'.
If = true, then the chart Symbol (Currency Pair) name will be added to the notification description.
3) 'Use Chart Period Info'.
If = true, then the chart Time Frame will be added to the notification description.
Versão 5.56
2021.07.16
- Fixed all found errors.
- Added additional information about the chart and indicator prefix name to the Alert window
Versão 5.54
2017.08.14
1) Added: the ability to use the GPU for calculations.
Now you can select the device for the indicator to use: CPU (central processing unit), GPU (graphics processing unit).
2) Added: MTF.
3) Added: arrows for signals.
4) Added: multicolored lines.
5) Added: alerts, sounds, notifications.
6) Added: graphical control panel on the chart.
Now you can:
- monitor certain information;
- adjust the calculation power (move the slider to do this);
- move the control panel on the chart.
7) Improved: heuristic algorithm.
8) Improved: architecture of the neural network.
9) Added: more methods for calculating signals and adjusting the heuristic algorithm.
10) Added: more input parameters for advanced settings.
11) Fixed all detected bugs.
12) More stable operation.
13) Optimized resource consumption.
Muito Bom !!! Very Good !!