Stanislav Korotky
Stanislav Korotky
4.2 (68)
  • Information
10+ years
experience
98
products
136
demo versions
0
jobs
0
signals
0
subscribers
Trading is just my hobby. I'm working in IT industry. So developement of experts, indicators, and script is not a problem at all to me. Wide range of technologies are used: MQL4, MQL5, system and applied programming, web-services, neural networks and more.

New:
PnFxo - (MT5) https://www.mql5.com/en/market/product/61592
MACD Advanced - (MT5) https://www.mql5.com/en/market/product/61515
PFKBreakOut - (MT5) https://www.mql5.com/en/market/product/61170
PointFigureKagiCharts - (MT5) https://www.mql5.com/en/market/product/61168
PointFigureKagiCharts - [demo] https://www.mql5.com/en/market/product/61169
CustomVolumeDelta - (MT5) https://www.mql5.com/en/market/product/60798
RenkoFromRealTicks - (MT5) https://www.mql5.com/en/market/product/60797
RenkoFromRealTicks - [demo] https://www.mql5.com/en/market/product/60824
UniversalDashboard - (MT5) https://www.mql5.com/en/market/product/59610
VolumeDeltaWaves - (MT5) https://www.mql5.com/en/market/product/54183
AutomaticZigZag - (MT5) https://www.mql5.com/en/market/product/54123
VolumeDeltaScanner - (MT5) https://www.mql5.com/en/market/product/53549
ADXSignal - (MT5) https://www.mql5.com/en/market/product/50861
CyclicPatterns - (MT5) https://www.mql5.com/en/market/product/40547

Latest Updates:
WalkForwardOptimizer 1.11 - (MT5) https://www.mql5.com/en/market/product/23068
TrueVolumeSurrogate 1.4 - (MT5) https://www.mql5.com/en/market/product/18319
VolumeDeltaM1 1.6 - (MT5) https://www.mql5.com/en/market/product/18307

Most popular products, user choice:
VolumeDelta
+ (MT4) https://www.mql5.com/en/market/product/5102
+ (MT5) https://www.mql5.com/en/market/product/18307
CumulativeVolumeDeltaBars
+ (MT4) https://www.mql5.com/en/market/product/18285
+ (MT5) https://www.mql5.com/en/market/product/18238
TrueVolumeSurrogate
+ (MT4) https://www.mql5.com/en/market/product/5380
+ (MT5) https://www.mql5.com/en/market/product/18319
WalkForwardOptimizer
+ (MT4) https://www.mql5.com/en/market/product/17683
+ (MT5) https://www.mql5.com/en/market/product/23068
VolumeDeltaM1
+ (MT4) https://www.mql5.com/en/market/product/13353
+ (MT5) https://www.mql5.com/en/market/product/18307
OnBalanceVolumeSurrogate
+ (MT4) https://www.mql5.com/en/market/product/8531
+ (MT5) https://www.mql5.com/en/market/product/18320
OrderBook History Library
+ (MT5) https://www.mql5.com/en/market/product/30681
RenkoTradingBot
+ (MT4) https://www.mql5.com/en/market/product/9170
ADXS/ADXSignal
+ (MT4) https://www.mql5.com/en/market/product/5052
+ (MT5) https://www.mql5.com/en/market/product/50861

Please note: if I'm banned due to inadequate judgment of specific MetaQuotes' staff, my actions on the site are very limited and I can not afford proper support for my products.
Stanislav Korotky
Published post Walk-Forward Products Overview
MetaTrader's tester allows us to run walk-forward analysis in different ways. Among them, two custom approaches are implemented and available as corresponding product lines for MT4 and MT5...
Stanislav Korotky
Published post Обзор продуктов для Walk-Forward анализа
Тестер MetaTrader позволяет проводить walk-forward анализ различными способами. Среди них - два не совсем обычных подхода, реализованных в продуктах для MT4 и MT5. Первый - WalkForwardOptimizer (WFO) - более мощный и гибкий, но более сложный в настройке и требовательный к ресурсам...
Stanislav Korotky Published product

This script allows performing a walk-forward analysis of trading experts based on the data collected by the WalkForwardLight MT5 library. The script builds a cluster walk forward report and rolling walk forward reports that refine it, in the form of a single HTML page. This script is optional, as the library automatically generates the report immediate after the optimization in the tester is complete. However, the script is convenient because it allows using the same collected data to rebuild

Stanislav Korotky Published product
Reviews: 1
FREE

This script allows performing a walk-forward analysis of trading experts based on the data collected by the WalkForwardLight library. The script builds a cluster walk forward report and rolling walk forward reports that refine it, in the form of a single HTML page. Since the library generates files with the metadata in the "tester\Files" directory (during the optimization), it is necessary to manually move the files to the "MQL4\Files" directory. The script only works in conjunction with the

Stanislav Korotky Published product
Reviews: 2
85.00 USD

This is a simplified and effective version of the library for walk forward analysis of trading experts. It collects data about the expert's trade during the optimization process in the MetaTrader tester and stores them in intermediate files in the "MQL5\Files" directory. Then it uses these files to automatically build a cluster walk forward report and rolling walk forward reports that refine it (all of them in one HTML file). Using the WalkForwardBuilder MT5 auxiliary script allows building

Stanislav Korotky Published product

This is a simplified and effective version of the library for walk forward analysis of trading experts. It collects data about the expert's trade during the optimization process in the MetaTrader tester and stores them in intermediate files in the "tester/Files" directory. Then these files can be used by the special WalkForwardBuilder script to build a cluster walk forward report and rolling walk forward reports for refining it. The intermediate files should be manually placed to the

Stanislav Korotky Published product

WalkForwardDemo is an expert adviser (EA) demonstrating how the built-in library WalkForwardOptimizer (WFO) for walk-forward optimization works. It allows you to easily optimize, view and analyze your EA performance and robustness in unknown trading conditions of future. You may find more details about walk-forward optimization in Wikipedia . Once you have performed optimization using WFO, the library generates special global variables (saved in an "archived" file with GVF-extension) and a

Stanislav Korotky Published product
Reviews: 6
85.00 USD

WalkForwardOptimizer library allows you to perform rolling and cluster walk-forward optimization of expert advisers (EA) in MetaTrader 5. To use the library include its header file WalkForwardOptimizer.mqh into your EA source code, add call provided functions as appropriate. Once the library is embedded into EA, you may start optimization according to the procedure described in the User guide . When it's finished, intermediate results are saved into a CSV file and some special global variables

Stanislav Korotky
Published post Walk-Forward оптимизация по-простому
Метод walk-forward оптимизации пользуются популярностью у трейдеров благодаря своей эффективности в анализе и настройке EA...
Stanislav Korotky
Published article Naive Bayes classifier for signals of a set of indicators
Naive Bayes classifier for signals of a set of indicators

The article analyzes the application of the Bayes' formula for increasing the reliability of trading systems by means of using signals from multiple independent indicators. Theoretical calculations are verified with a simple universal EA, configured to work with arbitrary indicators.

Stanislav Korotky
Published article Ready-made Expert Advisors from the MQL5 Wizard work in MetaTrader 4
Ready-made Expert Advisors from the MQL5 Wizard work in MetaTrader 4

The article offers a simple emulator of the MetaTrader 5 trading environment for MetaTrader 4. The emulator implements migration and adjustment of trade classes of the Standard Library. As a result, Expert Advisors generated in the MetaTrader 5 Wizard can be compiled and executed in MetaTrader 4 without changes.

Stanislav Korotky
Published post MQL5 Wizard generates Expert Advisers for MetaTrader 4
As you all already know, both MetaTrader 4 and MetaTrader 5 provide MQL Wizard for easy code generation. Between these 2 wizards there is one important difference though. MetaTrader 5 allows you to generate ready-made Expert Advisers, whereas MetaTrader 4 does not have such option...
Stanislav Korotky
This story has begun quite a long time ago. First I developed an indicator which makes it possible to use trading strategies based on volume delta (or market depth) on Forex. It's presented in the blog post "Can we trade Volume Delta on Forex...
Stanislav Korotky Published product

The indicator provides volume delta analysis and visualization. It calculates tick volumes for buys and sells separately, and their delta on every bar, and displays volumes by price clusters (cells) for a specified number of recent bars. This is a special, more descriptive version of the indicator VolumeDelta . This is a limited substitution of market delta (market depth) analysis, which is normally based on real volumes, but they are not available on Forex. The indicator displays the following

Stanislav Korotky
Published post Solving Automatic Validation Problems Arising During Product Submission in MQL5 Market
If you're distributing some products for MetaTrader 4/5 via the Market, you probably know that a special "welcome" stage of automatic product validation has been added recently by MetaQuotes on the site...
Stanislav Korotky
Published post Volume Delta's WPR
As you may know I published a number of indicators, which provide volume delta analysis in MetaTrader, including Forex. For example, there exist VolumeDelta, VolumeDeltaM1, and CumulativeDeltaBars for MetaTrader 4, as well as their counterparts for MetaTrader 5...
Stanislav Korotky
Published post MQL's OOP booklet & festive greetings
The year 2016 is approaching its end, and it seems a proper moment to sum up all events and achievements, success and failures of the past 12 months...
Stanislav Korotky
Published post MQL's OOP notes: Online Analytical Processing of trading hypercubes: part 2
In the first part we have described common OLAP principles and designed a set of classes bringing hypercube functionality in MetaTrader. At the moment we have the base Aggregator class, which does almost all the job. Now we can implement many specific aggregators with minimal efforts...
Stanislav Korotky
Published post MQL's OOP notes: Online Analytical Processing of trading hypercubes: part 1
Normally trader's activity involves analysis of a lot of data. Part of it, and probably most significant part, are numbers. Time series, economic indicators, trading reports should be studied, classified and analyzed...
Stanislav Korotky
Published post MQL's OOP notes: Optimystic library for On The Fly Optimization of EA meets fast particle swarm algorithm
In previous parts we have developed the library Optimystic for self-optimization of EAs on the fly (part 1, part 2) and particle swarm algorithm (part 3) which is more efficient optimization method than brute force approach used in the library intially...