Discussing the article: "Algorithmic trading based on 3D reversal patterns"

 

Check out the new article: Algorithmic trading based on 3D reversal patterns.

Discovering a new world of automated trading on 3D bars. What does a trading robot look like on multidimensional price bars? Are "yellow" clusters of 3D bars able to predict trend reversals? What does multidimensional trading look like?

The statistics were astonishing:

  • 97% of "yellow" clusters appeared within ±3 bars of the pivot point
  • 40% of all reversals were accompanied by "yellow" clusters
  • Average depth of movement after reversal: 63 pips
  • Direction determination accuracy: 82%

But the most amazing thing is how the "yellow" clusters appear in 3D visualization. They literally "glow" on the chart, forming characteristic structures before a trend reversal. Such structures are practically absent at the beginning and during the trend, but they appear with amazing regularity before the reversal.

It was this discovery that formed the basis of our trading system. We have learned not only to identify these patterns, but also to quantify their strength, which allows us to make accurate trend reversal forecasts.

In the following sections, we will examine in detail the mathematical apparatus underlying these calculations and show how to use this information to build a trading system.


Author: Yevgeniy Koshtenko

 
So is there a robot on MT4 or not?
 
Ratamahatta6030 #:
So is there a robot on MT4 or not?
So why, if there is a trading code in Python with the MQL5 library connected?
 
Eugene, thanks for the idea, I found the article interesting.
 
How can you open a trading account if you don't have one .
 

Very interesting article, I've been following your work since https://www.mql5.com/en/articles/16580.

Looks like the next step is to manage TP/SL of positions to reduce losses and increase profits? It is quite possible to connect Trailing SL/TP for that instead of 1200 pips.

You mention 63 pips in your article - this is the average depth of movement for all pairs, I understand correctly, Yevgeniy Koshtenko?

Yevgeniy Koshtenko
Yevgeniy Koshtenko
  • 2025.01.03
  • www.mql5.com
Профиль трейдера
 
Can you show how reversals and signals from clusters look like on a price chart ?
 
I am very interested to know if this work on 3D yellow clusters will you code it for MT5 please and if you can develop an indicator that will allow us to take advantage of this research in practice. Thank you for sharing your knowledge.
 
 Update us if there any indicators or robot!
 
How do we apply this study into trading on MT5? Just drop me some hints or step to follow. Thank you bro!