Program for controlling testing and optimization
Info
The Program for controlling testing and optimization is a Script for MetaTrader 4 that 1) the "multy_data" macroprogram - testing by the specified time intervals. Performs sequential testing over the predetermined time intervals,the number and duration of the intervals can be set manually in the array of the "TestCommander" script.
Usage
This tool is typically used for enhancing chart analysis and decision making.
Platform
This Script works exclusively on MetaTrader 4 (both build 600+ and newer versions).
Setup
Place the downloaded file in MQL4/Scripts folder via File ? Open Data Folder in MetaTrader 4.
How to Install and Use Program for controlling testing and optimization
1. Installation: Move your script file into the MQL/Scripts directory and restart the platform.
2. Execution: Drag the script onto a chart; it will perform a one-time action, such as closing all open orders or clearing chart objects.
3. Editing: Use MetaEditor (F4) to modify code, click "Compile," and verify no errors appear in the terminal before running.
4. Removing: Scripts stop automatically, but you can remove them manually by right-clicking the chart and choosing "Remove Script."
Frequently Asked Questions
Q: How are scripts different from EAs? A: Scripts execute a single action and then stop; EAs monitor the market and trade continuously.
Q: Can I assign a hotkey to a script? A: Yes, right-click the script in the Navigator, select "Set Hotkey," and define your preferred keyboard shortcut.
Q: Why did my script stop? A: Scripts are designed to stop immediately after finishing their programmed command; this is normal behavior.
What this tool does
1) The "Multy_DATA" macroprogram - testing by the specified time intervals.
Typical Use Case
This Script excels in automated trading and technical analysis on MetaTrader 4.
Compatible Platform & Setup
This Script works on MetaTrader 4. Place the file in the MQL4/Scripts folder and restart the terminal.
Description & Settings
Related: Programmatic modification of Tester "From:" and "To:" fields with user32. dll - another powerful script for MetaTrader 4 traders.
Also recommended: Account History Export - similar script with strong performance on MetaTrader 4.
1) The "Multy_DATA" macroprogram - testing by the specified time intervals.Performs sequential testing over the predetermined time intervals,
the number and duration of the intervals can be set manually in the array of the "TestCommander" script.
When increasing or decreasing the number of time intervals, it is necessaryto specify the number of lines in the array accordingly (below the tick V )
2) The "Multy_TF" - macroprogram - testing by the specified time frames (periods), parameters are set in the array
Performs sequential testing over the predetermined periods, set in the array of the "TestCommander" script.
These parameters can be set manually.
The "MultySymbol" macroprogram - sequential testing by the currency pairs specified in the array of the "TestCommander" script,
When increasing or decreasing the number of currency pairs (symbols), it is necessary to to specify the corresponding number of lines in the array (below the tick V )
4) The "MultyVariable" macroprogram - testing by the variables specified in the array of the "TestCommander" script,
it is necessary to set both the variable names and test values, the unused variable names
should be set to =""; (empty value designation)
5) The "StabilityTest" macroprogram - stability check, testing is performed by three criteria simultaneously -
MultySymbol (testing by symbols),
Multy_DATA (testing by time intervals),
Multy_TF (testing by time frames).
the parameters are substituted from the corresponding arrays of the "TestCommander" script.
6) The "OneOptim" macroprogram - performs optimization of the parameters, followed by filtering of unprofitable trades, removing duplicates, filtering by the number of minimum and maximum trades per day, results sortingin the order specified by the user at the start. The result is output to a report file in the "Report" folder.
7) The "Complex" macroprogram -complex optimization followed by testing,
filtering and sorting of the obtained values, the best values are checked for stability
the best results are output to a report file.
---------------------------------------------------------------------------------------------------------------------------------------
The program checks the availability and status of available history before the testing or optimization begins. To perform specialized optimizations the program implements the ability topass commands to the EA and receive the response information from it immediately during the optimization process It implements the ability to perform automatic optimization at the specified time by running it from the EA. Up to 10 variables are available at a time for testing and optimization.The program has the ability of adding custom macroprograms for testing and optimization
the program and a more detailed description can be found in the attached archive.
You may also like: Market and symbol Information for MT4 - excellent alternative for script users on MetaTrader 4.
⚠ Limitations & Risk Warning
- This tool is provided for educational and testing purposes only.
- Past performance does not guarantee future results.
- Trading involves substantial risk of loss. Use on a demo account first.
- Results may vary depending on market conditions, broker, and settings.
- We recommend thorough backtesting and forward testing before using with real funds.