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...
Trading Systems
  • 120
5 March 2024, 18:10
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...
Other
  • 289
  • 5
26 February 2024, 15:05
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...
Other
  • 334
20 February 2024, 12:27
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...
Other
  • 125
  • 1
29 January 2024, 15:41
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...
Other
  • 109
  • 1
29 January 2024, 15:18
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...
Other
  • 133
  • 1
7 January 2024, 12:12
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...
Other
  • 289
1 November 2023, 19:59
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...
Other
  • 202
1 November 2023, 19:45
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...
Analytics & Forecasts
  • 1342
  • 1
20 February 2021, 22:17
In my previous blog post I described an interesting approach of Volume delta analysis powered by custom renko symbols...
Analytics & Forecasts
  • 328
  • 1
29 January 2021, 15:10