Marat Sultanov
Marat Sultanov
4.7 (71)
  • Information
11+ years
experience
13
products
232
demo versions
55
jobs
0
signals
0
subscribers
Marat Sultanov
Left feedback to customer for job EA to Automatically open & close a chart
Marat Sultanov
Left feedback to customer for job Update EA + fix bug
Marat Sultanov
Left feedback to customer for job Нужен советник работающий по хеджирующей логике
Marat Sultanov
Left feedback to customer for job Modify M
Marat Sultanov
Left feedback to customer for job Mt4 to mt5 correction and fresh code
Marat Sultanov
Left feedback to customer for job Expert Advisor and Indicator for zigzag/stochastic
Marat Sultanov
Left feedback to customer for job Convert mq4 to mq5 Code.
Marat Sultanov
Left feedback to customer for job Нужен серийный советник на основе индикаторов боллинджера и HA
Marat Sultanov
Left feedback to customer for job Simple algo to trade crossover of ma and ema only
Marat Sultanov
Left feedback to customer for job Removed some unused functions in the EA
Marat Sultanov
Left feedback to customer for job An EA improvement
Marat Sultanov
Left feedback to customer for job Trailing Stop EA modification
Marat Sultanov Published product

Every indicator has its advantages and disadvantages. Trending ones show good signals during a trend, but lag during a flat. Flat ones thrive in the flat, but die off as soon as a trend comes. All this would not be a problem, if it was easy to predict when a flat changes to a trend and when a trend changes to a flat, but in practice it is an extremely serious task. What if you develop such an algorithm, which could eliminate an indicator's flaws and enhance its strengths? What if such an

Marat Sultanov Published product

Every indicator has its advantages and disadvantages. Trending ones show good signals during a trend, but lag during a flat. Flat ones thrive in the flat, but die off as soon as a trend comes. All this would not be a problem, if it was easy to predict when a flat changes to a trend and when a trend changes to a flat, but in practice it is an extremely serious task. What if you develop such an algorithm, which could eliminate an indicator's flaws and enhance its strengths? What if such an

Marat Sultanov
Marat Sultanov
A new version(6.15) of the product "Deep Moving Average" (for MetaTrader 5) is available.
Link: https://www.mql5.com/en/market/product/13371

What's new:
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.
Marat Sultanov
Left feedback to customer for job MA Bounce Order Condition
Marat Sultanov
Left feedback to customer for job Request the an EMA indicator revision
Marat Sultanov
Left feedback to customer for job Indıcator and TrailingSL revision
Marat Sultanov
Left feedback to customer for job MT5 Bot Stocchastic
Millennium Management
Millennium Management 2022.03.24
Hi Marat, I have a job for you to make my indicator MTF.
Can you do this Job.
Marat Sultanov
Marat Sultanov
New version of the 'Deep Moving Average' is available.

v5.57
- 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.