articles

On this page you can find my latest articles:

November 2024

Intro. Developing Neural Network-Based Pattern Recognition Indicators for MetaTrader5 Using TensorFlow/Keras and DT-Box-Inference in 30 Minutes – I developed an approach and the software to train and integrate pattern recognition neural network models into your MetaTrader5 indicators and trading strategies

Step 1: Collecting Training and Test Data for Pattern Recognition Using an MT5 Script – in this article, I will walk you through the process of collecting training and validation data for training a price pattern recognition neural network

Step 2: Training Your Model in Google Colab Using Data from MetaTrader5 – in this article I describe designing and training of a neural network using collected data as well as explain the basic principles of neural networks

Step 3. Using Your ML Model as MetaTrader5 Indicator with DT-Box-Inference – this article is about running trained model in prediction mode as MT5 indicator in real-time and backtesting using the tool I created – DT-Box-Inference

DT-Box-Inference: Installation and Configuration – this is an installation guide of necessary MetaTrader5 files and DT-Box-Inference tool

Source code of DT-Box-Inference – here you can find links on corresponding Github repositories

September 2024

The most precious asset in life is not time – in this article I share one of my best productivity hacks

February 2024

How to Become a Better Trader – to maintain consistent profitability, traders must continuously adapt and refine their skills. In this article I outlines my ideas how you can to sharpen your learning curve


DT-Box Use-Case: Transforming an Idea into a Profitable Trading Strategy – here I present an actual case of how I utilize DT-Box to conceptualize an idea, develop a trading strategy around it, and then validate this strategy with out-of-sample data


Hindsight bias – In this article I describe an interesting mind trap that a lot of traders fall into when they are developing trading strategies


DT-Box v0.1 User Guide – this is complete user-guide for DT-Box v0.1


DT-Box: Installation and configuration – In this article, I’ll guide you step-by-step through the installation of the DT-Box app and its initial setup


Source Code of DT-Box v0.1 – this article provides all the necessary details for modification, enhancement, and customization of the DT-Box application