Mini-articles with technical and fundamental analysis on the way as forecasts and levels -
https://www.mql5.com/en/channels/forecast
This is a discussion on Something interesting within the General Discussion forums, part of the Trading Forum category; Mini-articles with technical and fundamental analysis on the way as forecasts and levels - https://www.mql5.com/en/channels/forecast...
Mini-articles with technical and fundamental analysis on the way as forecasts and levels -
https://www.mql5.com/en/channels/forecast
Premium Trading Forum: subscription, public discussion and latest news
Trading Forum wiki || MQL5 channel for the forum
Trading blogs || My blog
more...The analysis of multi-agent behavior plays a crucial role in various domains, including finance, autonomous driving, and surveillance systems. Understanding agent actions requires solving several key tasks: object tracking, identification, trajectory modeling, and action recognition. Among these, trajectory modeling is particularly significant in the process of analyzing agent movements. Despite the complexities associated with environmental dynamics and subtle agent interactions, significant progress has recently been made in addressing this problem. The main achievements are concentrated in three key areas: trajectory prediction, missing data recovery, and spatiotemporal modeling.
more...In this article, we introduce a custom MetaQuotes Language 5 (MQL5) Expert Advisor (EA) that empowers traders with a Trade Assistant Tool, combining graphical precision with user-friendly controls to place Buy/Sell Stop and Limit orders efficiently. We’ll cover these steps in this order:
- Conceptual Design and Objectives of the Trade Assistant Tool
- Implementation in MQL5
- Backtesting
- Conclusion
By the end, you’ll have a clear understanding of how to build and test this tool, paving the way for advanced enhancements in the preceding parts.
more...Price forecasting and market trend prediction are central tasks for successful trading and risk management. High-quality price movement forecasts enable traders to make timely decisions and avoid financial losses. However, in highly volatile markets, traditional machine learning models may be limited in their capabilities.
With so many new trading systems being shared, I'm curious what's your go‑to tool right now? As someone with a bit of experience in MT4/5, I find the simplest setups often work best
more...In our previous article (Part 12), we enhanced the correlation matrix dashboard in MetaQuotes Language 5 (MQL5) with interactive features for greater usability. In Part 13, we present a canvas-based price dashboard featuring graph and stats panels, designed to provide traders with clear, actionable insights into price movements and account metrics. Utilizing the CCanvas class, this dashboard offers draggable and resizable panels, visually tracks recent price graphs, and displays vital statistics, including balance, equity, and the current bar’s open/high/low/close values. It further enriches our trading decisions by using customizable backgrounds, theme toggling, and real-time updates.
I like reading different approaches here, but I only keep ideas that I can test and repeat with clear rules. If you want useful feedback, share the pair, timeframe, and exact entry and exit conditions
more...In the previous discussion, we developed the Market Memory Zones indicator by identifying key areas where price demonstrated meaningful intent—whether through displacement, structural transition, or liquidity sweeps. We translated raw price movement into structured zones that visually represent where imbalances, control shifts, or liquidity events occurred. Rather than marking arbitrary support and resistance, the indicator was designed to highlight locations backed by behavioral evidence: impulsive expansion beyond normal volatility, clear Change of Character (CHoCH) events, and decisive liquidity grabs followed by reversal.
Now, we take the next logical step: transforming this analytical framework into a fully automated Expert Advisor capable of executing trades. Instead of treating zones as passive visual references, the automation process will convert them into structured decision points—detecting their formation in real time, evaluating their validity, and executing trades only when price interaction confirms intent. By embedding confirmation logic, behavioral filters, and risk management rules directly into the system, we move from observation to execution.
When you find something interesting, the key is to test it on different pairs and market conditions, not only on the best looking chart. Try a simple forward test on demo and avoid heavy parameter tuning, because it often fails later
more...Transition from CPU to GPU in MQL5 often seems like an obvious step: if the graphics processor can compute faster, then trading research should speed up automatically. In reality, everything is much more subtle. GPU is indeed capable of providing significant gains, but only when the task fits well with a parallel computing model. Otherwise, you may not get any acceleration, but only a more complex architecture with the same or even greater costs.
Bookmarks