From 9537efe261159ba952e219cb72b25e06355b3338 Mon Sep 17 00:00:00 2001 From: FxPouya <59786270+FxPouya@users.noreply.github.com> Date: Fri, 26 Dec 2025 18:24:56 +0330 Subject: [PATCH] Add files via upload --- USER_MANUAL.md | 2 +- ea-guide.html | 397 +++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 2 +- manual.html | 3 + 4 files changed, 402 insertions(+), 2 deletions(-) create mode 100644 ea-guide.html diff --git a/USER_MANUAL.md b/USER_MANUAL.md index 721ca6e..a6225f7 100644 --- a/USER_MANUAL.md +++ b/USER_MANUAL.md @@ -528,7 +528,7 @@ Please provide: ### Documentation -- **DataProvider EA Guide**: See `downloads/README.md` +- **DataProvider EA Guide**: [Open EA Guide](ea-guide.html) - **API Documentation**: For developers - **License System**: Setup and management diff --git a/ea-guide.html b/ea-guide.html new file mode 100644 index 0000000..9ecc823 --- /dev/null +++ b/ea-guide.html @@ -0,0 +1,397 @@ + + + + + + + EA Guide - FxMathQuant Data Exporter + + + + + + +
+ + Back to Application + + +
+

FxMathQuant Data Exporter

+

Step-by-step guide to exporting historical data from MT4/MT5

+
+ + + +
+

📋 Overview

+

The FxMathQuant Data Exporter is an Expert Advisor (EA) designed specifically to bridge the gap between + MetaTrader and the FxMathQuant Strategy Generator. It ensures your historical data is formatted + perfectly for high-accuracy backtesting and optimization.

+ +
+
+

✅ Precision

+

Generates CSV files with Time, Open, High, Low, Close, Volume, and Spread.

+
+
+

✅ Automation

+

Features automatic suffix removal (e.g., XAUUSDpro → XAUUSD) for cleaner data.

+
+
+

✅ Speed

+

Exports 10,000+ bars in seconds with minimal overhead.

+
+
+
+ +
+

🚀 Installation

+ +

For MetaTrader 4 (MT4)

+
    +
  1. Download FxMathQuant_DataExporter_MT4.ex4.
  2. +
  3. Open MT4, go to File > Open Data Folder.
  4. +
  5. Navigate to MQL4/Experts and paste the file.
  6. +
  7. Restart MT4 or right-click Expert Advisors in the Navigator panel and select + Refresh. +
  8. +
+ +

For MetaTrader 5 (MT5)

+
    +
  1. Download FxMathQuant_DataExporter_MT5.ex5.
  2. +
  3. Open MT5, go to File > Open Data Folder.
  4. +
  5. Navigate to MQL5/Experts and paste the file.
  6. +
  7. Restart MT5 or right-click Expert Advisors in the Navigator panel and select + Refresh. +
  8. +
+ +
+

Note: Make sure "Allow DLL imports" and "Allow automated trading" are enabled in the + EA settings.

+
+
+ +
+

📖 How to Use

+
    +
  1. Open a Chart: Open the symbol and timeframe you wish to analyze (e.g., EURUSD H1). +
  2. +
  3. Attach EA: Drag the Data Exporter EA from the Navigator onto the chart.
  4. +
  5. Configure: Set your desired BarsToExport (default: 10,000).
  6. +
  7. Export: Click the "Export Data to CSV" button on the chart.
  8. +
  9. Final Result: A success message will appear showing you the exact file path of your + exported data.
  10. +
+ +
+

📁 File Location

+

Your files are saved in the Terminal's common folder:

+ MQL4/Files/FxMathQuant/ or MQL5/Files/FxMathQuant/ +
+
+ +
+

⚙️ Parameter Reference

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterDefaultDescription
BarsToExport10000The number of historical bars to include in the CSV.
RemoveSuffixtrueAutomatically strips broker prefixes/suffixes from the symbol name.
ExportFolder"FxMathQuant"The subfolder where files will be saved within the Files directory.
AutoExportOnStartfalseIf true, exports data immediately upon attaching the EA.
+
+ +
+

🔍 Troubleshooting

+
+
+

Issue: Button doesn't appear

+

Check "Allow Automated Trading" in the MT4/5 toolbar and in the EA's common tab.

+
+
+

Issue: Empty file or few bars

+

Ensure you have downloaded enough history (Press F2 to open History Center and click Download). +

+
+
+
+ + +
+ + + + \ No newline at end of file diff --git a/index.html b/index.html index cc33407..9025028 100644 --- a/index.html +++ b/index.html @@ -83,7 +83,7 @@ style="text-decoration: none; padding: 8px 16px; background: #667eea; color: white; border-radius: 6px; font-size: 14px;"> 📊 Download MT5 EA - 📖 EA Guide diff --git a/manual.html b/manual.html index f4d1f6c..dd72def 100644 --- a/manual.html +++ b/manual.html @@ -244,6 +244,9 @@
  • MT5: FxMathQuant_DataExporter_MT5.ex5
  • +

    For detailed step-by-step instructions, see the EA Setup Guide. +

    +

    Export Historical Data

    1. Open a chart (e.g., XAUUSD H1)