Anatoli Kazharski
Anatoli Kazharski
4.8 (20)
  • Information
12+ years
experience
0
products
0
demo versions
28
jobs
0
signals
0
subscribers
Anatoli Kazharski
Published article Graphical Interfaces V: The Combobox Control (Chapter 3)
Graphical Interfaces V: The Combobox Control (Chapter 3)

In the first two chapters of the fifth part of the series, we developed classes for creating a scrollbar and a view list. In this chapter, we will speak about creating a class for the combobox control. This is also a compound control containing, among others, elements considered in the previous chapters of the fifth part.

Anatoli Kazharski
Published article Graphical Interfaces V: The List View Element (Chapter 2)
Graphical Interfaces V: The List View Element (Chapter 2)

In the previous chapter, we wrote classes for creating vertical and horizontal scrollbars. In this chapter, we will implement them. We will write a class for creating the list view element, a compound part of which will be a vertical scrollbar.

Anatoli Kazharski
Published article Graphical Interfaces V: The Vertical and Horizontal Scrollbar (Chapter 1)
Graphical Interfaces V: The Vertical and Horizontal Scrollbar (Chapter 1)

We are still discussing the development of the library for creating graphical interfaces in the MetaTrader environment. In the first article of the fifth part of the series, we will write classes for creating vertical and horizontal scrollbars.

Anatoli Kazharski
Published article Graphical Interfaces IV: the Multi-Window Mode and System of Priorities (Chapter 2)
Graphical Interfaces IV: the Multi-Window Mode and System of Priorities (Chapter 2)

In this chapter, we will extend the library implementation to the possibility of creating multi-window interfaces for the MQL applications. We will also develop a system of priorities for left mouse clicking on graphical objects. This is required to avoid problems when elements do not respond to the user's actions.

Anatoli Kazharski
Published article Graphical Interfaces IV: Informational Interface Elements (Chapter 1)
Graphical Interfaces IV: Informational Interface Elements (Chapter 1)

At the current stage of development, the library for creating graphical interfaces contains a form and several controls that can be attached to it. It was mentioned before that one of the future articles would be dedicated to the multi-window mode. Now, we have everything ready for that and we will deal with it in the following chapter. In this chapter, we will write classes for creating the status bar and tooltip informational interface elements.

Anatoli Kazharski
Published article Graphical Interfaces III: Groups of Simple and Multi-Functional Buttons (Chapter 2)
Graphical Interfaces III: Groups of Simple and Multi-Functional Buttons (Chapter 2)

The first chapter of the series was about simple and multi-functional buttons. The second article will be dedicated to groups of interconnected buttons that will allow the creation of elements in an application when a user can select one of the option out of a set (group).

Artyom Trishkin
Artyom Trishkin 2016.03.30
Ток подумал, мол, что-то Анатоль давно не радовал :)))
Anatoli Kazharski
Anatoli Kazharski 2016.03.30
Эти статьи уже давно загружены на сайт. Просто очередь только сейчас до них дошла. Дальше будет ещё интересней. )
Artyom Trishkin
Artyom Trishkin 2016.03.30
Долго они что-то, долго...
Anatoli Kazharski
Published article Graphical Interfaces III: Simple and Multi-Functional Buttons (Chapter 1)
Graphical Interfaces III: Simple and Multi-Functional Buttons (Chapter 1)

Let us consider the button control. We will discuss examples of several classes for creating a simple button, buttons with extended functionality (icon button and split button) and interconnected buttons (button groups and radio button). Added to that, we will introduce some additions to existing classes for controls to broaden their capability.

Реter Konow
Реter Konow 2016.03.18
Анатолий, примите мои поздравления. Ваш интерфейс все больше и больше обрастает функционалом. Правда, я не очень уверен что это хорошо. Картинки на кнопках, - это круто. Но кнопки в первую очередь предназначены для вызова функций. Ваши окна красивы, но они пока "деревянные".
Сможете ли вы сделать их "резиновыми"?
Anatoli Kazharski
Anatoli Kazharski 2016.03.18
1. Если не нравятся картинки на кнопках, то их можно вообще не использовать. В статье показаны три класса для создания кнопок с картинками и без картинок.

2. Нет никаких проблем использовать эти кнопки для вызова функций.

3. Сделать окна "резиновыми" наверное самое простое, что можно сделать. К тому же такой пример уже был показан в первой части серии.

Вопросы по статьям желательно задавать на форуме. Там намного удобнее обсуждение вести.
Реter Konow
Реter Konow 2016.03.18
Вы правы, перехожу на форум.)
Anatoli Kazharski
Published article Graphical Interfaces II: The Main Menu Element (Chapter 4)
Graphical Interfaces II: The Main Menu Element (Chapter 4)

This is the final chapter of the second part of the series about graphical interfaces. Here, we are going to consider the creation of the main menu. The development of this control and setting up handlers of the library classes for correct reaction to the user's actions will be demonstrated here. We will also discuss how to attach context menus to the items of the main menu. Adding to that, we will mention blocking currently inactive elements.

Artyom Trishkin
Artyom Trishkin 2016.03.07
Анатоль, полезное дело творишь. Очень интересно. Ждём продолжения.
Anatoli Kazharski
Anatoli Kazharski 2016.03.08
Скоро будет. )
Anatoli Kazharski
Published article Graphical Interfaces II: Setting Up the Event Handlers of the Library (Chapter 3)
Graphical Interfaces II: Setting Up the Event Handlers of the Library (Chapter 3)

The previous articles contain the implementation of the classes for creating constituent parts of the main menu. Now, it is time to take a close look at the event handlers in the principle base classes and in the classes of the created controls. We will also pay special attention to managing the state of the chart depending on the location of the mouse cursor.

Anatoli Kazharski
Published article Graphical Interfaces II: the Separation Line and Context Menu Elements (Chapter 2)
Graphical Interfaces II: the Separation Line and Context Menu Elements (Chapter 2)

In this article we will create the separation line element. It will be possible to use it not only as an independent interface element but also as a part of many other elements. After that, we will have everything required for the development of the context menu class, which will be also considered in this article in detail. Added to that, we will introduce all necessary additions to the class, which is the base for storing pointers to all the elements of the graphical interface of the application.

Anatoli Kazharski
Published article Graphical Interfaces II: the Menu Item Element (Chapter 1)
Graphical Interfaces II: the Menu Item Element (Chapter 1)

In the second part of the series, we will show in detail the development of such interface elements as main menu and context menu. We will also mention drawing elements and create a special class for it. We will discuss in depth such question as managing program events including custom ones.

Anatoli Kazharski
Published article Graphical Interfaces I: Testing Library in Programs of Different Types and in the MetaTrader 4 Terminal (Chapter 5)
Graphical Interfaces I: Testing Library in Programs of Different Types and in the MetaTrader 4 Terminal (Chapter 5)

In the previous chapter of the first part of the series about graphical interfaces, the form class was enriched by methods which allowed managing the form by pressing its controls. In this article, we will test our work in different types of MQL program such as indicators and scripts. As the library was designed to be cross-platform so it could be used in all MetaTrader platforms, we will also test it in MetaTrader 4.

Alexey Volchanskiy
Alexey Volchanskiy 2016.02.13
Анатолий, отличная серия, продолжайте ее!
Anatoli Kazharski
Anatoli Kazharski 2016.02.13
Спасибо. К сожалению процесс публикации не будет быстрым. Кроме моих статей нужно не забывать и о других авторах. Поэтому думаю вся серия будет опубликована приблизительно к лету. Но после публикации пятой части (V) серии у каждого появится возможность разрабатывать классы для создания, каких-то своих элементов управления, так как в первых 16 статьях будут описаны все основные особенности структуры библиотеки и показаны примеры, как создать и подключить к библиотеке свои классы-элементы.
Anatoli Kazharski
Published article Graphical Interfaces I: Functions for the Form Buttons and Deleting Interface Elements (Chapter 4)
Graphical Interfaces I: Functions for the Form Buttons and Deleting Interface Elements (Chapter 4)

In this article, we are going to continue developing the CWindow class by adding methods, which will allow managing the form by clicking on its controls. We will enable the program to be closed by a form button as well as implement a minimizing and maximizing feature for the form.

Anatoli Kazharski
Published article Graphical Interfaces I: Animating the Graphical Interface (Chapter 3)
Graphical Interfaces I: Animating the Graphical Interface (Chapter 3)

In the previous article, we started developing a form class for controls. In this article, we are going to continue doing that by filling this class with methods for moving a form over the chart area. We will then integrate this interface component into the core of the library. Also, we will ensure that the color of a form control changes when the mouse cursor is hovering over it.

Artyom Trishkin
Artyom Trishkin 2015.12.23
Зер гут :)))
Anatoli Kazharski
Anatoli Kazharski 2015.12.23
Двигаемся дальше. )
Anatoli Kazharski
Published article Graphical Interfaces I: Form for Controls (Chapter 2)
Graphical Interfaces I: Form for Controls (Chapter 2)

In this article we will create the first and main element of the graphical interface - a form for controls. Multiple controls can be attached to this form anywhere and in any combination.

Anatoli Kazharski
Anatoli Kazharski 2015.12.17
Удобнее наверное будет читать, когда вся серия опубликуется. А то паузы длинные. )
Artyom Trishkin
Artyom Trishkin 2015.12.18
Да, это печальные задержки... :(
Anatoli Kazharski
Anatoli Kazharski 2015.12.18
Это из-за того, что материал очень сложный и объёмы большие. Например, если где-то нужно внести маленькое исправление, то это может затронуть большое кол-во файлов. При этом для каждой части серии свой набор файлов, да ещё и для двух платформ. ))
Anatoli Kazharski
Published article Graphical Interfaces I: Preparation of the Library Structure (Chapter 1)
Graphical Interfaces I: Preparation of the Library Structure (Chapter 1)

This article is the beginning of another series concerning development of graphical interfaces. Currently, there is not a single code library that would allow quick and easy creation of high quality graphical interfaces within MQL applications. By that, I mean the graphical interfaces that we are used to in familiar operating systems.

Artyom Trishkin
Artyom Trishkin 2015.12.10
А вот это наверное весьма пользительное чтиво будет. Почитаем на досуге...
Anatoli Kazharski
Anatoli Kazharski 2015.12.10
Приблизительно будет около 20-ти статей. Последние пока в процессе.
Anatoli Kazharski
Anatoli Kazharski
Обновления для экспертов Easy And Fast MT4/MT5 (версия 6.5). Улучшен интерфейс. На вкладке ADD-ONS добавлена опция вызывающая окно "Calculate trade levels" для расчёта торговых уровней (take profit, stop loss, stop out).

MT4 >>> https://www.mql5.com/ru/market/product/7076
MT5 >>> https://www.mql5.com/ru/market/product/6505
Anatoli Kazharski
Anatoli Kazharski
GBPUSD (нажать для полного просмотра) >
Anatoli Kazharski
Anatoli Kazharski
Понаблюдаем. )
Anatoli Kazharski
Anatoli Kazharski 2015.01.17
Опционные уровни с объёмом и открытым интересом: ftp://ftp.cmegroup.com/bulletin/

Пока в процессе изучения. Решил визуализировать, чтобы было проще изучать. ))
Tapochun
[Deleted] 2015.01.17
Похоже на сапорты и резистансы...
Alexandr Bryzgalov
Alexandr Bryzgalov 2015.01.17
Почему-то так и подумал про опционы )
Anatoli Kazharski
Published article MQL5 Cookbook - Multi-Currency Expert Advisor and Working with Pending Orders in MQL5
MQL5 Cookbook - Multi-Currency Expert Advisor and Working with Pending Orders in MQL5

This time we are going to create a multi-currency Expert Advisor with a trading algorithm based on work with the pending orders Buy Stop and Sell Stop. This article considers the following matters: trading in a specified time range, placing/modifying/deleting pending orders, checking if the last position was closed at Take Profit or Stop Loss and control of the deals history for each symbol.