smoke_test
Compile, deploy, and run a headless backtest of an Expert Advisor, then scan the journal for runtime errors to ensure successful execution.
Instructions
Compile, deploy, run a 1-day headless backtest, and scan the journal for runtime errors.
Returns ok: true only if compilation, deployment, run, and the journal scan all pass.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| expert_name | No | ||
| symbol | No | EURUSD | |
| period | No | M15 | |
| days | No | ||
| timeout_sec | No |