Artyom Trishkin
Artyom Trishkin
5 (10)
  • Informations
12+ années
expérience
0
produits
0
versions de démo
20
offres d’emploi
0
signaux
0
les abonnés
Программист à
Writing scripts, indicators, EAs on mql5 and mql4
------------------------------------------------
Reliable, high quality. Help you check your strategy in StrategyTester, offer options to increase profitability. I write as a tester, and for demo and live trading.
------------------------------------------------
For all questions, please contact personal messages.
------------------------------------------------
Artyom Trishkin
Article publié Library for easy and quick development of MetaTrader programs (part VIII): Order and position modification events
Library for easy and quick development of MetaTrader programs (part VIII): Order and position modification events

In the previous articles, we started creating a large cross-platform library simplifying the development of programs for MetaTrader 5 and MetaTrader 4 platforms. In the seventh part, we added tracking StopLimit orders activation and prepared the functionality for tracking other events involving orders and positions. In this article, we will develop the class for tracking order and position modification events.

8
Artyom Trishkin
Article publié Library for easy and quick development of MetaTrader programs (part VII): StopLimit order activation events, preparing the functionality for order and position modification events
Library for easy and quick development of MetaTrader programs (part VII): StopLimit order activation events, preparing the functionality for order and position modification events

In the previous articles, we started creating a large cross-platform library simplifying the development of programs for MetaTrader 5 and MetaTrader 4 platforms. In the sixth part, we trained the library to work with positions on netting accounts. Here we will implement tracking StopLimit orders activation and prepare the functionality to track order and position modification events.

6
Artyom Trishkin
Artyom Trishkin
Ой... 30 апреля наступило.
С Днём Рождения меня! Салют, шарики, овации :)
Aleksei Mikhanoshin
Aleksei Mikhanoshin 2019.04.30
Hello Artem! Здоровья тебе, удачи и здоровья семейству!
Roni Iron
Roni Iron 2019.05.09
c Майскими праздниками!
Artyom Trishkin
Article publié Library for easy and quick development of MetaTrader programs (part V): Classes and collection of trading events, sending events to the program
Library for easy and quick development of MetaTrader programs (part V): Classes and collection of trading events, sending events to the program

In the previous articles, we started creating a large cross-platform library simplifying the development of programs for MetaTrader 5 and MetaTrader 4 platforms. In the fourth part, we tested tracking trading events on the account. In this article, we will develop trading event classes and place them to the event collections. From there, they will be sent to the base object of the Engine library and the control program chart.

7
Artyom Trishkin
Article publié Library for easy and quick development of MetaTrader programs (part IV): Trading events
Library for easy and quick development of MetaTrader programs (part IV): Trading events

In the previous articles, we started creating a large cross-platform library simplifying the development of programs for MetaTrader 5 and MetaTrader 4 platforms. We already have collections of historical orders and deals, market orders and positions, as well as the class for convenient selection and sorting of orders. In this part, we will continue the development of the base object and teach the Engine Library to track trading events on the account.

8
Artyom Trishkin
Article publié Library for easy and quick development of MetaTrader programs (part III). Collection of market orders and positions, search and sorting
Library for easy and quick development of MetaTrader programs (part III). Collection of market orders and positions, search and sorting

In the first part, we started creating a large cross-platform library simplifying the development of programs for MetaTrader 5 and MetaTrader 4 platforms. Further on, we implemented the collection of history orders and deals. Our next step is creating a class for a convenient selection and sorting of orders, deals and positions in collection lists. We are going to implement the base library object called Engine and add collection of market orders and positions to the library.

8
Artyom Trishkin
Artyom Trishkin
10 марта в 23:15 стал дедом. Мож бороду отрастить? Иль ну её...
MOCKBA
MOCKBA 2019.03.10
Поздравляю от всего сердца!
Andrey Dik
Andrey Dik 2019.03.11
Мои поздравления... Бороду не отпускай, жена тебе спасибо скажет))
Artyom Trishkin
Artyom Trishkin 2019.03.11
Спасибо, друзья!
Artyom Trishkin
Article publié Library for easy and quick development of MetaTrader programs (part II). Collection of historical orders and deals
Library for easy and quick development of MetaTrader programs (part II). Collection of historical orders and deals

In the first part, we started creating a large cross-platform library simplifying the development of programs for MetaTrader 5 and MetaTrader 4 platforms. We created the COrder abstract object which is a base object for storing data on history orders and deals, as well as on market orders and positions. Now we will develop all the necessary objects for storing account history data in collections.

6
Artyom Trishkin
Article publié Library for easy and quick development of MetaTrader programs (part I). Concept, data management and first results
Library for easy and quick development of MetaTrader programs (part I). Concept, data management and first results

While analyzing a huge number of trading strategies, orders for development of applications for MetaTrader 5 and MetaTrader 4 terminals and various MetaTrader websites, I came to the conclusion that all this diversity is based mostly on the same elementary functions, actions and values appearing regularly in different programs. This resulted in DoEasy cross-platform library for easy and quick development of МetaТrader 5 and МetaТrader 4 applications.

6
Artyom Trishkin
Code publié iCrossAD
Signal indicator iCrossAD. It shows possible reversals or price roll-backs.
Artyom Trishkin
Artyom Trishkin
О как ...
Andrey Gladyshev
Andrey Gladyshev 2018.08.20
С юбилеем!
Andrei Fandeev
Andrei Fandeev 2018.08.20
Круто, Артём! Поздравляю! У меня только треть этой цифры, и я знаю сколько это сил и нервов должно стоить.
Artyom Trishkin
Artyom Trishkin 2018.08.20
Спасибо всем :)
Artyom Trishkin
Artyom Trishkin
С 11августа на отдыхе 7 дней.
Sergey Chalyshev
Sergey Chalyshev 2018.08.12
7 дней мало. Желаю хорошо отдохнуть!
Artyom Trishkin
Artyom Trishkin 2018.08.25
Нормально 7 дней. Спасибо.
Artyom Trishkin
Artyom Trishkin
Дело в том, что есть так называемые закрывающие маркет-ордера. Те же SL/TP. Очевидно, что такие маркет-ордера видеть в виде "позиций" не хотелось бы. Да и те ордера, которые сам выставил для закрытия - аналогично. Вот выделенное условие и является соответствующим фильтром.

for (int i = OrdersTotal() - 1; i >= 0; i--)
if (OrderGetTicket(i) && (OrderGetInteger(ORDER_TYPE) <= ORDER_TYPE_SELL) &&
!OrderGetInteger(ORDER_POSITION_ID) && (OrderGetString(ORDER_SYMBOL) == Symb))
Res++;
------------------------------------------------
Приглашаю всех заинтересованных к обсуждению данного вопроса. Моё мнение на этот счёт таково:
https://www.mql5.com/ru/forum/227960/page3#comment_6642471
Artyom Trishkin
Artyom Trishkin
Интересно, в нумерологии это число что значит? Снаскоку не нашёл.
Ilya.79
Ilya.79 2017.08.24
Артём, добрый день! Мне нужна программа (советник или скрипт, не знаю), которая будет открывать сделки по заданной мной цене и с заданным временем, экспирацией этой сделки. Можете мне такую сделать? Если да, напишите мне в мою почту ilya_bilous@mail.ru, я детали напишу чтобы хотелось по почте.
Artyom Trishkin
Code publié aChartsAndMW5Class
The class allows to easily determine from your MQL5 programs any changes in the Market Watch window (change of symbol sorting, adding, deleting a symbol or a set of symbols), as well as opening and closure of charts, and the availability of the one click trading option on the current chart, on which the program is running.
Artyom Trishkin
Artyom Trishkin 2017.02.17
Answered
j431fx
j431fx 2017.02.17
Thanks
Artyom Trishkin
Code publié aChartsAndMW4Class
Класс, позволяющий легко определять из ваших MQL4-программ изменения в окне "Обзор рынка" (смена сортировки символов, добавление, удаление символа или наборов символов), открытие и закрытие новых графиков, а так же наличие/отсутствие панели торговли в один клик на графике, на котором работает программа.
4 143
Artyom Trishkin
Artyom Trishkin
Просто в точку!
Artyom Trishkin
Laisser un feedback au client pour le travail Внести изменения в индикатор с оптимизацией кода
Artyom Trishkin
Code publié MTF Divergences search for AO and MACD
Индикатор находит дивергенции на двух стандартных индикаторах AO и MACD.
2 2251
Artyom Trishkin
Code publié FreeNumFractals
Индикатор, отображающий фракталы любой размерности, т.е. имеется возможность задать любое количество баров справа и слева от центрального.
3 1370