Working with Excel (tools, indicators, conversion ...) - page 30

[Deleted]  
@MAXON #: Welcome I need someone to help me to modify the script to be an indicator that reads MetaTrader 4 indicators instantly in an Excel file.

... you also have the option to hire a programmer in the Freelance section — (text from my previous post in answering yours)

Trading applications for MetaTrader 5 to order
Trading applications for MetaTrader 5 to order
  • 2023.11.13
  • www.mql5.com
The largest freelance service with MQL5 application developers
 

Market Simulation (Part 06): Transferring Information from MetaTrader 5 to Excel

Market Simulation (Part 06): Transferring Information from MetaTrader 5 to Excel

Many people, especially non=programmers, find it very difficult to transfer information between MetaTrader 5 and other programs. One such program is Excel. Many use Excel as a way to manage and maintain their risk control. It is an excellent program and easy to learn, even for those who are not VBA programmers. However, transferring information between MetaTrader 5 and Excel is not one of the simplest tasks, especially if you have no programming knowledge.
Market Simulation (Part 06): Transferring Information from MetaTrader 5 to Excel
Market Simulation (Part 06): Transferring Information from MetaTrader 5 to Excel
  • 2025.11.18
  • www.mql5.com
Many people, especially non=programmers, find it very difficult to transfer information between MetaTrader 5 and other programs. One such program is Excel. Many use Excel as a way to manage and maintain their risk control. It is an excellent program and easy to learn, even for those who are not VBA programmers. Here we will look at how to establish a connection between MetaTrader 5 and Excel (a very simple method).
 

CSV Data Analysis (Part 6): Multi-Broker Result Normalization and Cross-Platform CSV Reconciliation

CSV Data Analysis (Part 6): Multi-Broker Result Normalization and Cross-Platform CSV Reconciliation

The preceding articles in this series built an export and analysis pipeline based on a single, stable data contract: one EA, one broker, one schema. In practice, advanced strategy development rarely confines itself to that boundary. A strategy under evaluation may run simultaneously on a live account at one broker and a demo account at another for execution quality comparison. An optimization campaign may sweep the same parameters across two broker environments to detect broker‑dependent results. A portfolio of strategies may be distributed across multiple brokers for counterparty diversification, with each account contributing a separate CSV export to a consolidated reporting layer.
CSV Data Analysis (Part 6): Multi-Broker Result Normalization and Cross-Platform CSV Reconciliation
CSV Data Analysis (Part 6): Multi-Broker Result Normalization and Cross-Platform CSV Reconciliation
  • 2026.07.07
  • www.mql5.com
This article presents a multi‑broker CSV normalization framework. An MQL5 include file enriches exports with broker metadata. A Python module resolves schema divergences — pip conventions, symbol aliases, time offsets, commission models, and currency denomination — producing a unified canonical dataset. Comparative visualizations of slippage distributions and net‑of‑cost performance enable reliable cross‑platform strategy analysis without silent data corruption.