Vladimir Skorina
Vladimir Skorina
  • Information
8+ years
experience
2
products
108
demo versions
0
jobs
0
signals
0
subscribers
Интерес программирования на mt4.
Большой интерес к работе с тиками и нейронными сетями(в часности третьего поколения).
Vladimir Skorina Published product

30.00 USD

Indicator for collecting and storing ticks from the real market. Ticks are available in offline mode. The tick chart works like the standard time charts in MetaTrader 4. All indicators work on the tick chart. It is good for finding "pins" and spikes before the news releases. The indicator is good for scalpers and scalper systems. Templates also work. Settings: Period. - number of the period for collecting ticks. Default value is 2. You cannot use the standard minutes 1, 5, 15, 30, 60(hour)

shared author's Vladimir Karputov article
Познавательная статья. Долго искал такого простого описания.
How to create an indicator of non-standard charts for MetaTrader Market
How to create an indicator of non-standard charts for MetaTrader Market

Through offline charts, programming in MQL4, and reasonable willingness, you can get a variety of chart types: "Point & Figure", "Renko", "Kagi", "Range bars", equivolume charts, etc. In this article, we will show how this can be achieved without using DLL, and therefore such "two-for-one" indicators can be published and purchased from the Market.

shared author's Dmitriy Gizlyk article
Хорошая познавательная статья. респект
Creating an assistant in manual trading
Creating an assistant in manual trading

The number of trading robots used on the currency markets has significantly increased recently. They employ various concepts and strategies, however, none of them has yet succeeded to create a win-win sample of artificial intelligence. Therefore, many traders remain committed to manual trading. But even for such specialists, robotic assistants or, so called, trading panels, are created. This article is yet another example of creating a trading panel from scratch.

Vladimir Skorina Published product

100.00 USD

The CCI FIBO trend indicator displays the real sentiment of the market. Does not redraw. The CCI FIBO indicator is based on the processed values of the standard CCI indicator. The indicator is able to display the slowing\reversal of the price during the trend movement (for exiting the position, and with some experience to display the opening in the opposite direction, for example, to use in scalping). It shows spikes in a flat. The idea of the indicator was that there are indicators that are

shared author's MetaQuotes article
Offline Charts in the New MQL4
Offline Charts in the New MQL4

Updated MQL4 has the new format for storing historical data and provides the appropriate MqlRates structure for convenient storage of Time, Open, Low, High, Close and Volume values. For many years, traders have developed their MQL4 applications that collect and store their data in HST files for generating offline charts. We can assure you that all previously compiled EX4 files will work in the new MetaTrader 4 terminal the same way as before.

shared author's Sergey Kravchuk article
Protect Yourselves, Developers!
Protect Yourselves, Developers!

Protection of intellectual property is still a big problem. This article describes the basic principles of MQL4-programs protection. Using these principles you can ensure that results of your developments are not stolen by a thief, or at least to complicate his "work" so much that he will just refuse to do it.

shared author's TheXpert article
Trader's Kit: Decorating Indicators
Trader's Kit: Decorating Indicators

In this article you will find main tasks when decorating indicators, their solution and automation.

shared author's Mariusz Woloszyn article
Using Neural Networks In MetaTrader
Using Neural Networks In MetaTrader

This article shows you how to easily use Neural Networks in your MQL4 code taking advantage of best freely available artificial neural network library (FANN) employing multiple neural networks in your code.

shared author's MetaQuotes article
Common Errors in MQL4 Programs and How to Avoid Them
Common Errors in MQL4 Programs and How to Avoid Them

To avoid critical completion of programs, the previous version compiler handled many errors in the runtime environment. For example, division by zero or array out of range are critical errors and usually lead to program crash. The new compiler can detect actual or potential sources of errors and improve code quality. In this article, we discuss possible errors that can be detected during compilation of old programs and see how to fix them.

shared author's Alexander Fedosov article
Trading Ideas Based on Prices Direction and Movement Speed
Trading Ideas Based on Prices Direction and Movement Speed

The article provides a review of an idea based on the analysis of prices' movement direction and their speed. We have performed its formalization in the MQL4 language presented as an expert advisor to explore viability of the strategy being under consideration. We also determine the best parameters via check, examination and optimization of an example given in the article.

shared author's Julien article
FANN2MQL Neural Network Tutorial
FANN2MQL Neural Network Tutorial

This article has been made to show you how to use neural networks, via FANN2MQL, using an easy example: teaching a simple pattern to the neuralnetwork, and testing it to see if it can recognize patterns it has never seen.

shared author's Alexander Fedosov article
Applying fuzzy logic in trading by means of MQL4
Applying fuzzy logic in trading by means of MQL4

The article deals with examples of applying fuzzy set theory in trading by means of MQL4. The use of FuzzyNet library for MQL4 in the development of an indicator and an Expert Advisor is described as well.

нейросети это будущее
MetaQuotes
MetaQuotes
Обсуждение статьи "Третье поколение нейросетей: "Глубокие нейросети""
Опубликована статья Третье поколение нейросетей: "Глубокие нейросети" : Статья посвящена новому и очень перспективному направлению в машинном обучении — так называемому "глубокому обучению" и конкретней "глубоким нейросетям". Сделан краткий обзор
shared author's Dmitry Fedoseev article
The Basics of Object-Oriented Programming
The Basics of Object-Oriented Programming

You don't need to know what are polymorphism, encapsulation, etc. all about in to use object-oriented programming (OOP)... you may simply use these features. This article covers the basics of OOP with hands-on examples.

shared author's Anatoli Kazharski article
MQL5 Cookbook: Indicator Subwindow Controls - Buttons
MQL5 Cookbook: Indicator Subwindow Controls - Buttons

In this article, we will consider an example of developing a user interface with button controls. To convey the idea of interactivity to the user, buttons will change their colors when the cursor hovers over them. With the cursor being over a button, the button color will be slightly darkened, getting significantly darker when the button is clicked. Furthermore, we will add tooltips to each button, thus creating an intuitive interface.

shared author's Samuel Olowoyo article
Step-By-Step Guide to writing an Expert Advisor in MQL5 for Beginners
Step-By-Step Guide to writing an Expert Advisor in MQL5 for Beginners

The Expert Advisors programming in MQL5 is simple, and you can learn it easy. In this step by step guide, you will see the basic steps required in writing a simple Expert Advisor based on a developed trading strategy. The structure of an Expert Advisor, the use of built-in technical indicators and trading functions, the details of the Debug mode and use of the Strategy Tester are presented.

shared author's Anatoli Kazharski article
Limitless Opportunities with MetaTrader 5 and MQL5
Limitless Opportunities with MetaTrader 5 and MQL5

In this article, I would like to give an example of what a trader's program can be like as well as what results can be achieved in 9 months, having started to learn MQL5 from scratch. This example will also show how multi-functional and informative such a program can be for a trader while taking minimum space on the price chart. And we will be able to see just how colorful, bright and intuitively clear to the user trade information panels can get. As well as many other features...

shared author's MetaQuotes article
Trade Operations in MQL5 - It's Easy
Trade Operations in MQL5 - It's Easy

Almost all traders come to market to make money but some traders also enjoy the process itself. However, it is not only manual trading that can provide you with an exciting experience. Automated trading systems development can also be quite absorbing. Creating a trading robot can be as interesting as reading a good mystery novel.

shared author's MetaQuotes article
Create Your Own Trading Robot in 6 Steps!
Create Your Own Trading Robot in 6 Steps!

If you don't know how trade classes are constructed, and are scared of the words "Object Oriented Programming", then this article is for you. In fact, you do not need to know the details to write your own module of trading signals. Just follow some simple rules. All the rest will be done by the MQL5 Wizard, and you will get a ready-to-use trading robot!

shared author's Sergey Pavlov article
MQL5 for Newbies: Guide to Using Technical Indicators in Expert Advisors
MQL5 for Newbies: Guide to Using Technical Indicators in Expert Advisors

In order to obtain values of a built-in or custom indicator in an Expert Advisor, first its handle should be created using the corresponding function. Examples in the article show how to use this or that technical indicator while creating your own programs. The article describes indicators that are built n the MQL5 language. It is intended for those who don't have much experience in the development of trading strategies and offers simple and clear ways of working with indicators using the offered library of functions.