Stanislav Korotky
Stanislav Korotky
  • 情報
10+ 年
経験
98
製品
135
デモバージョン
0
ジョブ
0
シグナル
0
購読者
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
パブリッシュされた投稿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で誤差逆伝播法(バックプロパゲーション)アルゴリズムを適用する理論と実践について説明します。スクリプト、インジケータ、エキスパートアドバイザー(EA)の例とともに、既製のクラスが提示されます。

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
追加されたトピックOnBookEventのサブスクリプションが落ちることがあるのですが、そのようなことはあるのでしょうか?
タンブラーを使い始め、OnBookEventに署名したいくつかのインディケータを追加した後、それらのいくつかは静かに落ちることがわかりました、特に、異なるシンボル上の1つのエキスパートと1つのインディケータ。ログにエラーはありません。名言が続いた。その他の記号は継続した。休止中のMQLプログラムを手動で再起動したところ、market depthのイベントが再び動き出しました。
Stanislav Korotky
追加されたトピック専門家によるプロファイリングの難問 - 選手権の制限時間15分をいかに超えないか
これは面白い状況です。私のマルチカレンシーエキスパートアドバイザーは、オンラインリトレーニングを一切行っていないため、15分という制限に収まりません。 原始的な プロファイラを 挿入して、自分のコード呼び出しをそれで囲い込んだ。私のコードは、年初の16分のテストでは1.5分しか動作しないことが判明しました。残りの時間はどこに行くのでしょうか?また、EAにないものをどのように最適化すればいいのでしょうか? 何かアイデアはありますか?
Stanislav Korotky
追加されたトピック市場:参入の閾値としての価格設定
最近、フォーラムで、次のチャンピオンシップの優勝したエキスパート・アドバイザーの費用の可能性に関連する興味深いトピックがありました。このスクリプトは、マーケットで公開することが許されているものであれば、どのようなスクリプトにも適用されるものですが、このスクリプトは、勝者に、そしてまさにエキスパート・アドバイザーに(自動売買の真髄として)重きが置かれています。そこで、このテーマを拡大解釈してみたいと思います。
Stanislav Korotky
追加されたトピックサイト開発者の皆さんへ - ロシア語で正しく書いてください。
掲示板の書き込みは順番がバラバラなことが多いのですが、それはいいとして、サイト自体の文章は正しくなければなりません。今は「地下室」に書かれています。 Expert Advisorやインジケーターの書き方 ここでは、同種の補語の主格と使役格が怪しく混在している。who/whatは専門家(主格)であるが、who/whatは指標(従格)であることを書くこと。 主格を使うことを詫びるのであれば、 How to write expertやindicatorを
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