Version 3.32 2017.11.20
1. Added ability to select one of the two indicators: Moving Average or Adaptive Moving Average
(Indicator Type parameter).
2. Improved the EA performance.
Version 3.31 2017.10.25
The changes improve trading efficiency.
1. Simple moving averages are replaced by adaptive ones. This improves the quality of the neural network signals.
2. The neural network is calculated when a new bar is formed. Removed the "Neural network calc time, minutes" parameter.
3. Implemented the concept of the neural network signal duration in bars ("Neural network signal duration, bars". The neural network signal is considered confirmed if its duration is not less than the set value of the number of bars in this parameter.
4. Implemented the neural network update, in days ("Neural network renewal period, days"). All neurons having an age exceeding the parameter value are removed from the neural network.
Version 3.16 2017.08.31
1. Added the "Expert Magic number" parameter.
2. Added the "Order comment" parameter. The comment format for the order - string formed from the parameter "Order comment" + "Expert Magic Number".
3. Added the "Target type" parameter. The "Target profit level", "Target loss level" and "Trailing stop level" levels can be set in points or in money.
4. Fixed minor bugs.