actions-marketplace-validations/EA Tester
Runs MQL program
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 2, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/fx31337_mql-tester-action@675560e5a7dca67bf285b1b9703991a9f31dd27b # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| Currency | Deposit currency to use. | — | — |
| Expert | The name of the EA file to run. | — | — |
| Login | Account number. | — | — |
| Password | Password to the account. | — | — |
| Period | The default timeframe of the chart. | — | — |
| RunnerTimeout | Time to wait for platform to finish the test. | — | 600 |
| Server | Trade server. | — | — |
| Script | The name of the script to run. | — | — |
| TestDeposit | Initial deposit to use for testing. | — | 10000 |
| TestExecutionMode | Trading execution mode. | — | 0 |
| TestFromDate | The date to start testing (yyyy.mm.dd). | — | — |
| TestExpert | The name of the Expert Advisor file to test. | — | — |
| TestExpertParameters | The name of the SET file with EA parameters. | — | — |
| TestLeverage | Leverage to use for testing/optimization. | — | — |
| TestModel | Specifies type of modelling to use. | — | 1 |
| TestOptimization | Specifies testing mode. | — | 0 |
| TestOptimizationCriterion | Specifies optimization criterion. | — | — |
| TestPeriod | Timeframe to use for the test. | — | — |
| TestReport | Specifies the name of the test report file | — | — |
| TestReplaceReport | Specifies whether to enable overwriting of the report file. | — | — |
| TestScriptParameters | The name of the SET file with script parameters. | — | — |
| TestSpread | Specifies spread to use in points. | — | — |
| TestSymbol | Symbol pair to test. | — | EURUSD |
| TestToDate | The date to finish testing (yyyy.mm.dd). | — | — |
| UrlExpert | URL of Expert Advisor to download. | — | https://github.com/EA31337/EA31337-Libre/releases/download/v1.013/EA31337-Libre-v1.013.ex5 |
| UrlPlatform | URL of the platform to install. | — | https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe |
| Version | Version of platform to use. | — | 5 |
Outputs
| name | description |
|---|---|
| platform_fact | Platform fact output. |