Dmitriy Gizlyk
Dmitriy Gizlyk
4.4 (49)
  • Information
10+ years
experience
0
products
0
demo versions
134
jobs
0
signals
0
subscribers
Professional writing programs of any complexity for MT4, MT5, C#.
Dmitriy Gizlyk
Published article Neural networks made easy (Part 4): Recurrent networks
Neural networks made easy (Part 4): Recurrent networks

We continue studying the world of neural networks. In this article, we will consider another type of neural networks, recurrent networks. This type is proposed for use with time series, which are represented in the MetaTrader 5 trading platform by price charts.

java2python
java2python 2022.07.04
good
Dmitriy Gizlyk
Left feedback to customer for job A Price Box Indicator based on 2-Days Time Frame
Dmitriy Gizlyk
Left feedback to customer for job Сконвертировать советник из mql4 в mql5
Dmitriy Gizlyk
Published article Neural networks made easy (Part 3): Convolutional networks
Neural networks made easy (Part 3): Convolutional networks

As a continuation of the neural network topic, I propose considering convolutional neural networks. This type of neural network are usually applied to analyzing visual imagery. In this article, we will consider the application of these networks in the financial markets.

Dmitriy Gizlyk
Published article Neural networks made easy (Part 2): Network training and testing
Neural networks made easy (Part 2): Network training and testing

In this second article, we will continue to study neural networks and will consider an example of using our created CNet class in Expert Advisors. We will work with two neural network models, which show similar results both in terms of training time and prediction accuracy.

Dmitriy Gizlyk
Left feedback to customer for job Консультация по нейросетям на финансовых рынках
Dmitriy Gizlyk
Published article Neural Networks Made Easy
Neural Networks Made Easy

Artificial intelligence is often associated with something fantastically complex and incomprehensible. At the same time, artificial intelligence is increasingly mentioned in everyday life. News about achievements related to the use of neural networks often appear in different media. The purpose of this article is to show that anyone can easily create a neural network and use the AI achievements in trading.

Antonio Jesus Martin Ruiz
Antonio Jesus Martin Ruiz 2020.02.16
Hello Dmitriy, could you make a article where you show how to implement this library into expert advisor, please?
Thanks in advanced.
samuk1000
samuk1000 2020.06.13
Dmitriy, contacted you via your website, need to speak with you, also, hope you are well.
Dmitriy Gizlyk
Published article Reversal patterns: Testing the Head and Shoulders pattern
Reversal patterns: Testing the Head and Shoulders pattern

This article is a follow-up to the previous one called "Reversal patterns: Testing the Double top/bottom pattern". Now we will have a look at another well-known reversal pattern called Head and Shoulders, compare the trading efficiency of the two patterns and make an attempt to combine them into a single trading system.

1biancorosso
1biancorosso 2019.05.19
hi Dmitriy,can you contact me at info_mateck@yahoo.it?
Dmitriy Gizlyk
Published article Reversal patterns: Testing the Double top/bottom pattern
Reversal patterns: Testing the Double top/bottom pattern

Traders often look for trend reversal points since the price has the greatest potential for movement at the very beginning of a newly formed trend. Consequently, various reversal patterns are considered in the technical analysis. The Double top/bottom is one of the most well-known and frequently used ones. The article proposes the method of the pattern programmatic detection. It also tests the pattern's profitability on history data.

Izzatilla Ikramov
Izzatilla Ikramov 2018.10.31
Интересно!
Dmitriy Gizlyk
Published article Using limit orders instead of Take Profit without changing the EA's original code
Using limit orders instead of Take Profit without changing the EA's original code

Using limit orders instead of conventional take profits has long been a topic of discussions on the forum. What is the advantage of this approach and how can it be implemented in your trading? In this article, I want to offer you my vision of this topic.

Dmitriy Gizlyk
Published article EA remote control methods
EA remote control methods

The main advantage of trading robots lies in the ability to work 24 hours a day on a remote VPS server. But sometimes it is necessary to intervene in their work, while there may be no direct access to the server. Is it possible to manage EAs remotely? The article proposes one of the options for controlling EAs via external commands.

Dmitriy Gizlyk
Published article Using indicators for optimizing Expert Advisors in real time
Using indicators for optimizing Expert Advisors in real time

Efficiency of any trading robot depends on the correct selection of its parameters (optimization). However, parameters that are considered optimal for one time interval may not retain their effectiveness in another period of trading history. Besides, EAs showing profit during tests turn out to be loss-making in real time. The issue of continuous optimization comes to the fore here. When facing plenty of routine work, humans always look for ways to automate it. In this article, I propose a non-standard approach to solving this issue.

Dmitriy Gizlyk
Published article Combining trend and flat strategies
Combining trend and flat strategies

There are numerous trading strategies out there. Some of them look for a trend, while others define ranges of price fluctuations to trade within them. Is it possible to combine these two approaches to increase profitability?

panlin
panlin 2018.12.12
您好,组合策略EA,下载后无法加载到货币对图表上,有办法完善吗?
Dmitriy Gizlyk
Published article PairPlot graph based on CGraphic for analyzing correlations between data arrays (time series)
PairPlot graph based on CGraphic for analyzing correlations between data arrays (time series)

Comparing several time series during a technical analysis is a quite common task that requires appropriate tools. In this article, I suggest developing a tool for graphical analysis and detecting correlations between two or more time series.

Dmitriy Gizlyk
Published article How to analyze the trades of the Signal selected in the chart
How to analyze the trades of the Signal selected in the chart

The trade Signals service develops in leaps and bounds. Trusting our funds to a signal provider, we would like to minimize the risk of losing our deposit. So how to puzzle out in this forest of trade signals? How to find the one that would produce profits? This paper proposes to create a tool for visually analyzing the history of trades on trade signals in a symbol chart.

Dmitriy Gizlyk
Left feedback to customer for job A programmer with experience in creating Harmonic trading Indicator
Dmitriy Gizlyk
Left feedback to customer for job Create Trading Pad with signal alert (Create New Job , Last one Error link)
Dmitriy Gizlyk
Left feedback to customer for job Нужен советник на основе RSI и MA с Money Management
Dmitriy Gizlyk
Published article Implementing indicator calculations into an Expert Advisor code
Implementing indicator calculations into an Expert Advisor code

The reasons for moving an indicator code to an Expert Advisor may vary. How to assess the pros and cons of this approach? The article describes implementing an indicator code into an EA. Several experiments are conducted to assess the speed of the EA's operation.

Dmitriy Gizlyk
Published article Synchronizing several same-symbol charts on different timeframes
Synchronizing several same-symbol charts on different timeframes

When making trading decisions, we often have to analyze charts on several timeframes. At the same time, these charts often contain graphical objects. Applying the same objects to all charts is inconvenient. In this article, I propose to automate cloning of objects to be displayed on charts.