Closed Trefex closed 4 months ago
This pull request introduces a new configuration file (mapping.yaml) for symbol mappings, allowing for dynamic symbol transformation without modifying the code. The SyncIBKR class has been updated to load these mappings, and the documentation has been updated to reflect these changes. Additionally, the main script has been modified to pass the new configuration parameters.
Files | Changes |
---|---|
SyncIBKR.py README.md main.py mapping.yaml |
Introduced a new configuration file (mapping.yaml) for symbol mappings, updated SyncIBKR class to load and use these mappings, and updated documentation and main script to support the new configuration. |
Summary by Sourcery
This pull request introduces a new configuration file 'mapping.yaml' for symbol mappings, enhances the SyncIBKR class to load these mappings dynamically, and adds support for specifying the IBKR platform ID via an environment variable. Documentation has been updated to reflect these changes.