patch_tester_ini
Update configuration parameters in a tester.ini file by specifying section.key-value pairs. Returns list of applied and skipped keys.
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 |