patch_tester_ini
Update tester.ini configuration fields in-place by specifying Section.Key and value pairs to customize MetaTrader backtesting parameters.
Instructions
Update fields in a tester.ini file in-place.
Args:
config: Path to tester.ini.
updates: Mapping of Section.Key → value (e.g. {"Tester.Symbol": "EURUSD", "Tester.FromDate": "2025.01.01"}).
Returns dict listing applied + skipped keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | Yes | ||
| updates | Yes |