Stanislav Korotky / Blog
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...
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...
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...
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...
In my previous blog post I described an interesting approach of Volume delta analysis powered by custom renko symbols...
Some time ago I conducted a research on building renko charts based on MetaTrader's custom symbols feature. One of the options is to build the renko from real ticks history, which is normally provided by many of MT5 brokers...
This is the reference guide for the Universal Dashboard...
Starting from version 1.4 True Volume Surrogate indicator for MT5 provides extensive coloring schemes which can be helpful for Volume Spread Analysis...
Successful trading is challenging. One of the reasons for this is that almost any market is an open system. It's affected by unpredictable events which happen outside. This is obvious if you trade a single instrument...
One of important aspects of programming is code styling. Properly formatted code is easy to read, understand, and modify. Moreover unified coding standards become more significant when it comes to incorporation of 3-rd party source codes into a large project with consistent formatting...