Support Board
Date/Time: Wed, 05 Feb 2025 16:51:39 +0000
Post From: Compatibility of ACSIL Studies with Third-Party Libraries
[2025-01-15 01:21:01] |
User329576 - Posts: 8 |
Hello, I’m developing a custom study for Sierra Chart using ACSIL, and I’d like to know if the following third-party libraries are officially supported or can be used without compatibility issues: ZeroMQ for handling network communication. Protobuf for serializing market data. Abseil for various utility features. Boost.Asio for asynchronous I/O management. My study involves additional threads (created with std::thread and managed through Boost.Asio) to publish market data via ZeroMQ and respond to incoming commands. Therefore, I want to ensure that using these third-party libraries and creating extra threads won’t cause conflicts or instability in Sierra Chart. Is this configuration known to work, or are there any specific limitations or guidelines for using such libraries and techniques in ACSIL studies? Thank you in advance for your assistance. |