Stanislav Korotky
Stanislav Korotky
4.2 (66)
  • Информация
10+ лет
опыт работы
98
продуктов
135
демо-версий
0
работ
0
сигналов
0
подписчиков
Трейдинг моё хобби, а основной род деятельности - IT, поэтому разработка любых торговых роботов, индикаторов, скриптов - не проблема. Использую широкий набор технологий: MQL4, MQL5, системное, прикладное, веб-программирование, нейросети...

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

Последние обновления:
WalkForwardOptimizer 1.11 - (MT5) https://www.mql5.com/ru/market/product/23068
TrueVolumeSurrogate 1.4 - (MT5) https://www.mql5.com/ru/market/product/18319
VolumeDeltaM1 1.6 - (MT5) https://www.mql5.com/ru/market/product/18307

Наиболее популярные у пользователей продукты:
VolumeDelta
+ (MT4) https://www.mql5.com/ru/market/product/5102
+ (MT5) https://www.mql5.com/ru/market/product/18307
CumulativeVolumeDeltaBars
+ (MT4) https://www.mql5.com/ru/market/product/18285
+ (MT5) https://www.mql5.com/ru/market/product/18238
TrueVolumeSurrogate
+ (MT4) https://www.mql5.com/ru/market/product/5380
+ (MT5) https://www.mql5.com/ru/market/product/18319
WalkForwardOptimizer
+ (MT4) https://www.mql5.com/ru/market/product/17683
+ (MT5) https://www.mql5.com/ru/market/product/23068
VolumeDeltaM1
+ (MT4) https://www.mql5.com/ru/market/product/13353
+ (MT5) https://www.mql5.com/ru/market/product/18307
OnBalanceVolumeSurrogate
+ (MT4) https://www.mql5.com/ru/market/product/8531
+ (MT5) https://www.mql5.com/ru/market/product/18320
OrderBook History Library
+ (MT5) https://www.mql5.com/ru/market/product/30681
RenkoTradingBot
+ (MT4) https://www.mql5.com/ru/market/product/9170
ADXS/ADXSignal
+ (MT4) https://www.mql5.com/ru/market/product/5052
+ (MT5) https://www.mql5.com/ru/market/product/50861

Внимание: если я забанен некоторыми неадекватными представителями MetaQuotes, мои возможности на сайте сильно ограничены и я не могу оказывать нормальную поддержку продуктов.
Stanislav Korotky
Опубликовал пост Tweaking renko indicators for testing and optimizing robots dependent on them
In the previous blogpost of the series dedicated to renko-driven trading systems we've discovered that MetaTrader 5 does not provide a native support for testing and optimization of trading robots based on renko indicators...
Stanislav Korotky
Опубликовал пост Mission Impossible: MetaTrader 5 does not support testing and optimization of trading robots based on renko indicators
This is a continuation of a series of blogposts about trading by signals of renko charts. Before this point we have discussed many aspects of using custom symbols for renko implementation...
Stanislav Korotky
Опубликовал код Historex: export the history of rates and ticks to CSV-files
This is a script to export rates and ticks of current chart's symbol into CSV-files compatible with MT5's export/import format.
1 81
Stanislav Korotky
Опубликовал пост Use of custom tick modeling to prevent illusory grail-like backtests of Renko-driven trading robots
Many traders like renko and other "timeless" charts for their clarity and price noise reduction. The charts are used not only for technical analysis but for building trading strategies on top of them. And they require a proper backtesting...
Stanislav Korotky
Опубликовал пост Conventional UML diagrams for MQL5 Programming Book (Part 7. Advanced language tools)
In this topic I present the original schemes prepared for the book MQL5 Programming for Traders , Part 7 . They have been reworked for the book by MQ's designers, but Visio's plain rendering may probably seem more readable for someone...
Stanislav Korotky
Опубликовал пост Conventional UML diagrams for MQL5 Programming Book (Part 6. Trading automation)
In this topic I present the original schemes prepared for the book MQL5 Programming for Traders , Part 6 . They have been reworked for the book by MQ's designers, but Visio's plain rendering may probably seem more readable for someone...
Stanislav Korotky
Опубликовал пост "I think your MQL program is causing my MetaTrader to crash"
If you've ever thought or heard something like this, in the title, it's almost certainly not true. MQL programs are compiled by native MetaEditor's tools and executed inside MetaTrader under its full control. By design, MQL program does not and should not contain any means to break the terminal...
Stanislav Korotky
Опубликовал пост Walk-forward optimization library for MetaTrader: pause, resume, refine
This post is a part of documentation of WalkForwardOptimizer library for MetaTrader4/5 - here is the table of contents . Version 1.12 of WFO-library introduces an interesting and powerful feature - a possibility to pause and resume an optimization...
Stanislav Korotky
Опубликовал пост Walk-forward optimization library for MetaTrader: advanced options
This post is a part of documentation of WalkForwardOptimizer library for MetaTrader4/5 - here is the table of contents . The function wfo_setAdvancedOptions accepts an integer value which is a bitwise set of flags, that is a specific bit enables specific feature...
Stanislav Korotky
Опубликовал пост ReClOB³T: регрессия и классификация на забывчивых двоичных деревьях с градиентным бустингом
ReClObBT - это исследовательский скрипт для технологии регрессии и классификации на забывчивых двоичных деревьях с градиентным бустингом (Regression and Classification on Oblivious Binary Boosted Trees...
Stanislav Korotky Выставил продукт

This indicator emulates volume delta (buy trades vs sell trades) based on per candle volume and candle shape (direction, size of body and wicks). Artificially separated buy and sell volumes then accumulated for specified number of bars. The indicator shows a histogram of volume delta per bar, as well as a sum of the delta for the given period. What is more important, the indicator allows you to combine current symbol quotes/volumes with quotes/volumes of other related symbols (futures, indices

Stanislav Korotky
Опубликовал статью Нейронные сети обратного распространения ошибки на матрицах MQL5
Нейронные сети обратного распространения ошибки на матрицах MQL5

Статья описывает теорию и практику применения алгоритма обратного распространения ошибки на MQL5 с помощью матриц. Прилагаются готовые классы и примеры скрипта, индикатора и эксперта.

Stanislav Korotky
Stanislav Korotky
The result: plus 5% or 10000 points.
Stanislav Korotky
Stanislav Korotky
Oils and metals cluster suggests to buy XPDUSD right now on D1.
Stanislav Korotky
Опубликовал код SubScaler
This is a helper indicator which allows you to adjust vertical scale of a subwindow manually, which is useful for zooming in and zooming out graphs of your favourite indicator placed in the same subwindow.
2 527
Stanislav Korotky
Опубликовал код ChartBrowser
This is an utility which allows you to list all open charts, indicators, expert advisers, and scripts in alphabetic order, and switch between them.
261
Stanislav Korotky
Опубликовал пост Volume Delta Estimation: suitable methods and their potential drawbacks
Volume delta analysis is a well-known technique used by many traders to get predictive signals on the market. As a handy addition to the total trading volume on a single bar or specific time interval, volume delta is a difference between buy and sell volumes on the same span. It's a signed value...
Stanislav Korotky Выставил продукт

This indicator provides an original mix of WPR, VSA, and volume delta. It shows ratio of buy/sell volumes scaled on 100% range based on total volume change for a selected period. The convetional VSA (Volume Spread Analysis) studies interconnections of price action and volume change in absolute values, whereas WPR (Williams Percent Range) offers a convenient approach of price moves normalization into the fixed percentage metric: 0 - 100%. Hence overbough and oversold states are easily spotted

Stanislav Korotky Выставил продукт

FREE

This is a bufferless indicator which can display classical X and O columns if applied on custom symbol charts built by Point-And-Figure-like generator PointFigureKagiCharts or its DEMO . The indicator will enforce a fixed price-scale on the chart to make sure the marks keep correct aspect ratio. The marks are shown only if the chart time-scale is large enough to hold them in the space allocated per bar (if the horizontal scale is one of 3 smallest ones, the indicator draws nothing and outputs a

Stanislav Korotky Выставил продукт

30.00 USD

Данный индикатор вычисляет формулу MACD для объемо-ориентированных индикаторов Accumulation/Distribution и OnBalance Volumes . Помимо тиковых объемов он поддерживает расчеты со специальными псевдо-реальными объемами, эмулируемыми для символов Форекс, где реальные объемы не известны. Подробности о данных "суррогатных" объемах можно узнать в описании других индикаторов - TrueVolumeSurrogate и OnBalanceVolumeSurrogate (алгоритм последнего используется внутри MACDAD для подготовки значений AD и OBV