Yevgeniy Koshtenko / Profil
- Bilgiler
|
2 yıl
deneyim
|
13
ürünler
|
37
demo sürümleri
|
|
1
işler
|
0
sinyaller
|
0
aboneler
|
Trading since 2016, algorithmic trading since 2019, machine learning and programming since 2021.
I develop expert advisors, trading robots, indicators, smart contracts, cryptocurrency token and coin codebases, business automation software, and turnkey AI models.
Currently working on an institutional-grade trading system for my own hedge fund and on my own AI blockchain.
Author of 100+ international articles published in different languages worldwide.
The article focuses on creating a trading system with a real quantum simulator instead of mathematical analogies. The system uses 3 virtual qubits, quantum gates and superposition principles to analyze markets. It is implemented as a trading EA for MetaTrader 5 in MQL5. The main achievement is the transition from simulation to real quantum principles of financial information processing.
The article presents an innovative quantum neural network architecture for algorithmic trading that combines the principles of quantum mechanics with modern machine learning methods. The system includes quantum effects (resonance, interference, decoherence), multi-level memory of different time scales, Markov chains with the ALGLIB library, and adaptive parameter control. The full implementation is done in MQL5 using the built-in matrix/vector types, which removes implementation barriers in MetaTrader 5.
Добавил в Квантум: Полиноминальную регрессию на входе в первый слой, а также оптимизацию коэффициентов регрессии градиентным спуском....
Дальнейшие слои обучаются на этих же коэффициентах, а также на признаках, а также на остатках модели полиноминальной регрессии! И это ТОП!!!
Также внедрена сезонность: модель сопоставляет паттерны внутридневной, внутринедельной и внутримесячной сезонности с направлением своих сделок, и работает более успешно.
Также вместо RL обучения я сделал простое постоянное дообучение на новых данных. Еще правда, не делал выгрузку всех весов моделей в внешний SQL файл, но это еще впереди)))
Ну и самое главное: убрал нафиг сетку ордеров, теперь одномоментно только одна открытая позиция.
Ах да, еще: отказался от проверок на ненулевой тик и новый тик, тики в МТ не очень, они сгенерированные в тестере большей частью, поэтому теперь есть просто жесткая проверка на новый бар M1 перед всеми вычислениями)
The article provides a detailed guide to creating the innovative 3DBarCustomSymbol.mq5 indicator, which generates custom symbols in MetaTrader 5 that combine price, time, volume, and volatility into a single three-dimensional representation. The mathematical foundations, system architecture, practical aspects of implementation and application in trading strategies are considered.
TimeGap Block SMC v3.00 Professional Time Gap Analysis Indicator for MetaTrader 5 TimeGap Block SMC is a professional MetaTrader 5 indicator designed to identify and analyze Time Gap zones within market structure. It automatically detects price areas where the market moved too quickly, spending very little time inside a particular price range. These areas often become significant support and resistance zones and can provide valuable trading opportunities when price revisits them. The indicator
TimeGap Block SMC v3.00 TimeGap Block SMC is an indicator for MetaTrader 5 that automatically detects price areas where the market passed through a range too quickly and spent almost no time inside the zone. Such areas often point to an imbalance between supply and demand. When price returns to these areas, the market may show a reaction: a bounce, a slowdown, partial filling of the zone, or a breakout. The indicator is built on Smart Money Concepts logic and helps analyze market structure
The article presents a new approach to creating trading systems based on quantum principles and artificial intelligence. The author describes the development of a unique neural network that goes beyond classical machine learning by combining quantum mechanics with modern AI architectures.
На Мосбирже прибыль по балансу закрытая +0,24% за сутки.
Добавил вторую квантовую схему, из моей статьи про квантовые вычисления на бирже.
Добавил херову гору новых проверок - на ненулевой тик, на минимальный тик, на валидацию тика, по таймеру, по модулю бара, новый бар М1, и т. п.
Я уже хер знает что ещё за проверки добавить. Я кучу статей про проверки роботов перечитал, и добавил всё.
В моих руках - полностью самообучающаяся биологически и физически верная система для заработка на бирже.
Просадка по эквити -2,9% на максималках.
Прибыль +11, 5% за неделю.
Написал отдельную библиотеку включаемую, для управления всей торговлей на RL, обучении с подкреплением. Плюс, добавил модель U Transformer также включаемым файлом. И обмен информацией между агентами и моделями.
Два RL - агента, один риск менеджер, второй - трейдер. Ещё хочу добавить третьего - аналитика. Стало ещё круче!
Шарп падает сразу с 12-15 до 5-6. Явно хуже. С проверкой на новый тик, ненулевой тик - работает лучше, потому что в 25% случаев по прибыли эксперт закрывается сразу же.
A detailed guide on how to create a heat map indicator for MetaTrader 5 that visualizes the price distribution over time. The article reveals the mathematical basis of time density analysis, where each price level is colored from red (minimum stay time) to blue (maximum stay time).
The article explains how to develop a tool for analyzing recurring price patterns in financial markets — by day of the month (1-31), day of the week (Monday-Sunday), or hour of the day (0-23). The indicator analyzes historical data, calculates the average return for each period, and displays the results as a histogram with a forecast. It includes customizable parameters: seasonality type, number of bars analyzed, display as percentages or absolute values, chart colors.
Time gap analysis helps traders identify potential market reversal points. The article discusses what a time gap is, how to interpret it, and how it can be used to detect large volume influxes into the market.

