Entries with no category
This article presents the Portfolio Analyzer dashboard. It is a standalone Expert Advisor that reads account deal history, reconstructs closed positions, attributes them by magic number or normalized comment, and displays portfolio metrics without modifying any trading Expert Advisor running on the account. more...
This article presents an MQL5 indicator that uses graphical objects instead of indicator buffers to calculate and display classic daily pivot points. The levels P plus R1–R3 and S1–S3 are calculated strictly from the previous day's High/Low/Close values, while each trading session is independently managed through object creation, deletion, and updating. The implementation retrieves D1 data, draws historical pivot sessions on the chart, refreshes levels when a new daily bar begins, and extends ...
In the previous article, we connected an AI agent to MetaTrader 5. We built a Model Context Protocol (MCP) server that gave an AI assistant like Claude Desktop direct access to the trading terminal: pull live quotes, read candles, place orders, and manage positions through natural conversation. That server connected the AI to the place where trades run. more...
Subscribe to the channels (for free: free to download by source codes and free to use): Mini-articles with technical and fundamental analysis on the way as forecasts and levels (with good indicators uploaded by source codes) - https://www.mql5.com/en/channels/forecast
In the previous article, “From Basic to Intermediate: Indicator (V)” we explained how we can, in a simple way, adapt an indicator, even if only partially, to the chart display mode used in MetaTrader 5. However, we did not show how to use the three chart modes, because doing so requires knowledge that we have not yet properly explained here. more...