Important usage constraints for DWX ZeroMQ Connector
masterTo ensure stability and avoid errors, adhere to the following constraints:
- No Notebooks: Do NOT run this code in Jupyter or IPython Notebooks. The project should be run as a standalone process (e.g., via a Python console or a batch process).
- Standalone Execution: The project is designed to run as a standalone bridge.
- Self-Sufficiency: The project provides the bridge, but users are responsible for their own Python and MQL implementation logic. The provided code is intended for educational purposes and should be modified to fit specific requirements.