Yevgeniy Koshtenko / Profil
- Bilgiler
|
2 yıl
deneyim
|
14
ürünler
|
36
demo sürümleri
|
|
1
işler
|
0
sinyaller
|
0
aboneler
|
Active in financial markets since 2016, algorithmic trading since 2019, and machine learning and software development since 2021.
I develop Expert Advisors, algorithmic trading systems, technical indicators, smart contracts, token and cryptocurrency infrastructure, business automation solutions, and turnkey AI models.
I am currently developing an institutional-grade trading ecosystem for my own hedge fund, alongside a proprietary AI-powered blockchain infrastructure.
The project already includes a multi-module Python infrastructure for trading through Interactive Brokers, a dedicated trading system for RoboForex, and a fully developed institutional-grade Expert Advisor built around strict risk management parameters — including a 2% maximum daily drawdown and a 5% maximum weekly drawdown — with a primary focus on long-term stability, disciplined capital preservation, and sustainable institutional-level performance.
https://www.mql5.com/ru/market/product/193554
RoboForex traders can also access a 95% commission and spread rebate by opening a new trading account using my referral code — jsdnu.
Through my SINERGY rebate service, 95% of eligible RoboForex trading commissions and spread costs are credited back every trading day at 08:00. This can reduce effective trading costs to approximately $1 per lot, positioning the setup among the most cost-efficient ECN trading arrangements available globally.
Author of 100+ international articles published in multiple languages worldwide.
In this article, we will examine the movements of synthetic currencies using Python and MQL5 and explore how feasible Forex arbitrage is today. We will also consider ready-made Python code for analyzing synthetic currencies and share more details on what synthetic currencies are in Forex.
Today we will take a look at my first arbitrage robot — a liquidity provider (if you can call it that) for synthetic assets. Currently, this bot is successfully operating as a module in a large machine learning system, but I pulled up an old Forex arbitrage robot from the cloud, so let's take a look at it and think about what we can do with it today.
В отличие от остальных моих алгоритмов, не требует обучения и оптимизации, обучается на лету и за пару дней выходит в прибыль. Постоянно дообучается на лету. Выходит в прибыль с любой точки графика на любой паре.
Осталось совместить это с арбитражным Сварогом и поставкой данных из Мидаса, и с удаленным риск менеджером. Но эта часть системы самодостаточна.
This article presents the development of an arbitrage analysis panel in MQL5. How to get fair exchange rates on Forex in different ways? Create an indicator to obtain deviations of market prices from fair exchange rates, as well as to assess the benefits of arbitrage ways of exchanging one currency for another (as in triangular arbitrage).
We are making a remote professional risk manager for Forex in Python, deploying it on the server step by step. In the course of the article, we will understand how to programmatically manage Forex risks, and how not to waste a Forex deposit any more.
We are going to develop a professional indicator for currency strength analysis in MQL5. This step-by-step guide will show you how to develop a powerful trading tool with a visual dashboard for MetaTrader 5. You will learn how to calculate the strength of currency pairs across multiple timeframes (H1, H4, D1), implement dynamic data updates, and create a user-friendly interface.
How can a trader manage capital? How can a trader and investor keep track of expenses, income, assets, and liabilities? I am not just going to introduce you to accounting software; I am going to show you a tool that might become your reliable financial navigator in the stormy sea of trading.
We will use a quantum computer from IBM to discover all price movement options. Sounds like science fiction? Welcome to the world of quantum computing for trading!
Огонь. Нраицца. Портфель собрала нейросеть. Есть ещё портфель на Мосбирже, ещё не смотрел результаты, и два глобальных портфеля - инновационный с результатом +154% без плеча, и вечный, из ETF.
Все это без плеча. Шарп под четверочку)
Риск-менеджер удаленно подключается ко всем советникам (роботам), которые с ним связаны, хоть сколько, связаны через сокеты.
А советники (роботы) - будете использовать вы, бесплатно, за процент от прибыли. У нас будет чат, у нас будет команда. Риск контролируется всей командой и сервером (система коллективной ответственности).
Робот сам, рабоотает вот так примерно - это полуавтомат на моем исследовании 3D баров.
Есть тройной риск-менеджмент, как с вашей стороны (закрытие позиций вручную), так и со стороны самого советника (он закрывает как РМ определенный процент просадки), так и со стороны сервера (он удаленно видит ваш советник, и рубит риски).
Если откатаем систему, и все будем получать доход - начнем брать проп-счета, и слить вы их не сможете по причинам удаленного риск-менеджмента.
Как вам идея?
How does the market observe Fibonacci-based relationships? This sequence, where each subsequent number is equal to the sum of the two previous ones (1, 1, 2, 3, 5, 8, 13, 21...), not only describes the growth of the rabbit population. We will consider the Pythagorean hypothesis that everything in the world is subject to certain relationships of numbers...
Continuing tries to decipher price movements... What about linguistic analysis of the "market dictionary" that we get by converting the binary price code to BIP39? In this article, we will delve into an innovative approach to exchange data analysis and consider how modern natural language processing techniques can be applied to the market language.
We will build a biologically correct system of neurons for time series forecasting. The introduction of a plasma-like environment into the neural network architecture creates a kind of "collective intelligence," where each neuron influences the system's operation not only through direct connections, but also through long-range electromagnetic interactions. Let's see how the neural brain modeling system will perform in the market.
In this article, we will forecast future extreme volatility using binary classification. Besides, we will develop an extreme volatility forecast indicator using machine learning.
In this article, I introduce an innovative trading algorithm that combines evolutionary algorithms with deep reinforcement learning for Forex trading. The algorithm uses the mechanism of extinction of inefficient individuals to optimize the trading strategy.