Market Condition Evaluation based on standard indicators in Metatrader 5 - page 245
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Forum on trading, automated trading systems and testing trading strategies
All About Price Action
Sergey Golubev, 2026.03.04 09:34
Price Action Analysis Toolkit Development (Part 63): Automating Rising and Falling Wedge Detection in MQL5
When a chart is opened, the first instinct is to scan for structure. Familiar patterns help frame expectations, manage risk, and prepare for high-probability entries. Among the most traded price structures are rising and falling wedges—compression formations that often precede expansion.
The challenge, however, is not in knowing that wedges exist. The challenge lies in identifying them consistently and objectively. Many traders, especially those still developing chart-reading skills, struggle to recognize proper wedge structure. Even experienced analysts can spend considerable time drawing, adjusting, and validating trendlines—and sometimes miss a valid formation altogether. Subjective pattern recognition introduces delay, inconsistency, and bias.
To address this, we introduce an MQL5 indicator engineered to automatically detect and construct rising and falling wedge formations directly on the chart. The system identifies pivot points, validates slope convergence, prevents structural overlap, and monitors breakout or failure conditions—turning geometric theory into structured algorithmic logic.
Forum on trading, automated trading systems and testing trading strategies
All About Price Action
Sergey Golubev, 2026.03.18 14:10
Price Action Analysis Toolkit Development (Part 64): Synchronizing Manually Drawn Trendlines with Automated Monitoring
Price Action Analysis Toolkit Development (Part 67): Automating Support and Resistance Monitoring in MQL5
Forum on trading, automated trading systems and testing trading strategies
All About Price Action
Sergey Golubev, 2026.05.07 04:04
Price Action Analysis Toolkit Development (Part 68): Price-Attached RSI Panel in MQL5
Traders and MQL5 developers frequently use RSI to confirm price action, yet its standard placement in a separate subwindow disrupts the critical point of decision. The need to shift focus away from the price chart introduces a delay in interpretation, which becomes costly in fast-paced environments such as scalping, manual trade management, or high-frequency setups. This article addresses a clear objective: to design an RSI representation that remains aligned with the current price level, updates in real time, and adapts automatically to chart interactions such as scrolling, zooming, and timeframe changes.
To achieve this, the article introduces a compact RSI panel embedded directly on the chart. Positioned at the active price level, the panel displays three key elements at the moment of decision: the current RSI value, its categorical state (OVERBOUGHT, OVERSOLD, or NEUTRAL), and signal strength (WEAK, STRONG, or EXTREME), with optional anchoring to either Bid or Ask. The implementation is built around practical constraints, including continuous tick-based updates, accurate coordinate transformation using ChartTimePriceToXY, boundary control to prevent off-screen rendering, and slope-based classification for momentum evaluation. The result is a responsive, chart-integrated RSI component that keeps confirmation within immediate view while offering a structured foundation for further development.
Application of the Grey Model in Technical Analysis of Financial Time Series
Technical analysis is one of the most important tools in trading. Based on historical data, the trader seeks to predict future price movements. However, financial markets are characterized by their unpredictability and volatility, which is why standard technical analysis methods can give false signals. In this regard, there is a need to search for new approaches that can improve the accuracy of price behavior forecasting.
In this article, we will consider one such approach – the Grey model. This model allows for more efficient analysis of market information. We will discuss the basic principles of the grey model, its practical application, as well as its main advantages and disadvantages.
Forum on trading, automated trading systems and testing trading strategies
Can some help in getting Supply and demand Zone indicators for MT5 ...Please share the link
Sergey Golubev, 2026.06.05 11:27
Interactive Supply and Demand Zone Manager in MQL5: From Manual to Automated Lifecycle