Stanislav Korotky
- Информация
9+ лет
опыт работы
|
97
продуктов
|
132
демо-версий
|
0
работ
|
0
сигналов
|
0
подписчиков
|
Новинки:
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, мои возможности на сайте сильно ограничены и я не могу оказывать нормальную поддержку продуктов.

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

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
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
Данный индикатор вычисляет формулу MACD для объемо-ориентированных индикаторов Accumulation/Distribution и OnBalance Volumes . Помимо тиковых объемов он поддерживает расчеты со специальными псевдо-реальными объемами, эмулируемыми для символов Форекс, где реальные объемы не известны. Подробности о данных "суррогатных" объемах можно узнать в описании других индикаторов - TrueVolumeSurrogate и OnBalanceVolumeSurrogate (алгоритм последнего используется внутри MACDAD для подготовки значений AD и OBV
This indicator displays breakouts on Point-And-Figure-like or Kagi-like custom symbol charts, generated by special expert advisers, such as PointFigureKagiCharts . This indicator is applicable only for custom instruments generated in appropriate way (with time-invariant bars which are multiples of a predefined box size). It makes no sense to apply it to other charts. The breakouts in up or down direction are marked by arrows. The breakout price is found at crossing of one of imaginary lines of
This non-trading expert utilizes so called custom symbols feature to build custom charts based on history of real ticks of selected standard symbol. New charts imitate one of well-known graphic structures: Point-And-Figure (PnF) or Kagi. The result is not exactly PnF's X/O columns or rectangular waves of Kagi. Instead it consists of bars, calculated from and denoting stable unidirectional price moves (as multiples of the box size), which is equivalent to XO columns or polygonal lines. These
This non-trading expert utilizes so called custom symbols feature ( available in MQL API as well) to build custom charts based on history of real ticks of selected standard symbol. New charts imitate one of well-known graphic structures: Point-And-Figure (PnF) or Kagi. The result is not exactly PnF's X/O columns or rectangular waves of Kagi. Instead it consists of bars, calculated from and denoting stable unidirectional price moves (as multiples of the box size), which is equivalent to XO
This indicator displays volume delta (of either tick volume or real volume) encoded in a custom symbol, generated by special expert advisers, such as RenkoFromRealTicks . MetaTrader does not allow negative values in the volumes, this is why we need to encode deltas in a special way, and then use CustomVolumeDelta indicator to decode and display the deltas. This indicator is applicable only for custom instruments generated in appropriate way (with signed volumes encoded). It makes no sense to


This non-trading expert utilizes so called custom symbols feature ( available in MQL API as well) to build renko charts based on history of real ticks of selected standard symbol. RenkoFromRealTicks generates custom symbol quotes, thus you may open many charts to apply different EAs and indicators to the renko. It also transmits real ticks to update renko charts in real time. The generated renko chart uses M1 timeframe. It makes no sense to switch the renko chart to a timeframe other than M1
This non-trading expert utilizes so called custom symbols feature to build renko charts based on history of real ticks of selected standard symbol. RenkoFromRealTicks generates custom symbol quotes, thus you may open many charts to apply different EAs and indicators to the renko. It also transmits real ticks to update renko charts in real time. This is a functionally limited demo version of RenkoFromRealTicks . RenkoFromRealTicks utility can not work in the tester because it
The Universal Dashboard is a tool for multidimension technical analysis of the market. It allows you to collect a customizable set of trading signals and important performance indicators, and display them in a single table. Multiple symbols, timeframes, and conditions can be monitored and alerted at once. The conditions are specified as expressions which support all built-in indicators, custom indicators, math functions, arithmetic operators and more. The dashboard is implemented as a

Hello everyone we are evaluating all together interesting solutions to let some programmer create us, a copier (Unlimited Masters & Unlimited Slaves.) As god commands with replication functions from mt4 and / or mt5 to ctrader ....... for those interested can join the group https://t.me/Copiatore_From_mt4_mt5_To_cTrade. The copier will then be distributed among all the supporters of the project without any constraint of ownership (for life). The more we are the better!
*******************Italian****************************
Buongiorno a tutti stiamo valutando tutti assieme soluzioni interessanti per farci creare da qualche programmatore, un copiatore (Master Illimitati. & Slave Illimitati. ) come dio comanda con funzioni di replica da mt4 e/o mt5 verso ctrader.......per chi fosse interessato può unirsi al gruppo https://t.me/Copiatore_From_mt4_mt5_To_cTrade . Il copiatore sarà poi distribuito tra tutti i sostenitori del progetto senza nessun vincolo di possesso( a Vita ) . Più siamo e meglio è!
*******************English***************************
Hello everyone we are evaluating all together interesting solutions to let some programmer create us, a copier (Unlimited Masters & Unlimited Slaves.) As god commands with replication functions from mt4 and / or mt5 to ctrader ....... for those interested can join the group https://t.me/Copiatore_From_mt4_mt5_To_cTrade. The copier will then be distributed among all the supporters of the project without any constraint of ownership (for life). The more we are the better!
*******************Italian****************************
Buongiorno a tutti stiamo valutando tutti assieme soluzioni interessanti per farci creare da qualche programmatore, un copiatore (Master Illimitati. & Slave Illimitati. ) come dio comanda con funzioni di replica da mt4 e/o mt5 verso ctrader.......per chi fosse interessato può unirsi al gruppo https://t.me/Copiatore_From_mt4_mt5_To_cTrade . Il copiatore sarà poi distribuito tra tutti i sostenitori del progetto senza nessun vincolo di possesso( a Vita ) . Più siamo e meglio è!